|
F439_CPP_TX-RX_LoRa_Project
|
This file provides code for the MSP Initialization and de-Initialization codes. More...
#include "main.h"
Functions | |
| void | HAL_MspInit (void) |
| void | HAL_CRYP_MspInit (CRYP_HandleTypeDef *hcryp) |
| CRYP MSP Initialization This function configures the hardware resources used in this example. | |
| void | HAL_CRYP_MspDeInit (CRYP_HandleTypeDef *hcryp) |
| CRYP MSP De-Initialization This function freeze the hardware resources used in this example. | |
| void | HAL_SPI_MspInit (SPI_HandleTypeDef *hspi) |
| SPI MSP Initialization This function configures the hardware resources used in this example. | |
| void | HAL_SPI_MspDeInit (SPI_HandleTypeDef *hspi) |
| SPI MSP De-Initialization This function freeze the hardware resources used in this example. | |
| void | HAL_TIM_Base_MspInit (TIM_HandleTypeDef *htim_base) |
| TIM_Base MSP Initialization This function configures the hardware resources used in this example. | |
| void | HAL_TIM_Base_MspDeInit (TIM_HandleTypeDef *htim_base) |
| TIM_Base MSP De-Initialization This function freeze the hardware resources used in this example. | |
| void | HAL_UART_MspInit (UART_HandleTypeDef *huart) |
| UART MSP Initialization This function configures the hardware resources used in this example. | |
| void | HAL_UART_MspDeInit (UART_HandleTypeDef *huart) |
| UART MSP De-Initialization This function freeze the hardware resources used in this example. | |
This file provides code for the MSP Initialization and de-Initialization codes.
Copyright (c) 2026 STMicroelectronics. All rights reserved.
This software is licensed under terms that can be found in the LICENSE file in the root directory of this software component. If no LICENSE file comes with this software, it is provided AS-IS.
| void HAL_CRYP_MspDeInit | ( | CRYP_HandleTypeDef * | hcryp | ) |
CRYP MSP De-Initialization This function freeze the hardware resources used in this example.
| hcryp | CRYP handle pointer |
| None |
| void HAL_CRYP_MspInit | ( | CRYP_HandleTypeDef * | hcryp | ) |
CRYP MSP Initialization This function configures the hardware resources used in this example.
| hcryp | CRYP handle pointer |
| None |
| void HAL_MspInit | ( | void | ) |
Initializes the Global MSP.
| void HAL_SPI_MspDeInit | ( | SPI_HandleTypeDef * | hspi | ) |
SPI MSP De-Initialization This function freeze the hardware resources used in this example.
| hspi | SPI handle pointer |
| None |
SPI1 GPIO Configuration PA5 ------> SPI1_SCK PA6 ------> SPI1_MISO PA7 ------> SPI1_MOSI
| void HAL_SPI_MspInit | ( | SPI_HandleTypeDef * | hspi | ) |
SPI MSP Initialization This function configures the hardware resources used in this example.
| hspi | SPI handle pointer |
| None |
SPI1 GPIO Configuration PA5 ------> SPI1_SCK PA6 ------> SPI1_MISO PA7 ------> SPI1_MOSI
| void HAL_TIM_Base_MspDeInit | ( | TIM_HandleTypeDef * | htim_base | ) |
TIM_Base MSP De-Initialization This function freeze the hardware resources used in this example.
| htim_base | TIM_Base handle pointer |
| None |
| void HAL_TIM_Base_MspInit | ( | TIM_HandleTypeDef * | htim_base | ) |
TIM_Base MSP Initialization This function configures the hardware resources used in this example.
| htim_base | TIM_Base handle pointer |
| None |
| void HAL_UART_MspDeInit | ( | UART_HandleTypeDef * | huart | ) |
UART MSP De-Initialization This function freeze the hardware resources used in this example.
| huart | UART handle pointer |
| None |
USART1 GPIO Configuration PA9 ------> USART1_TX PA10 ------> USART1_RX
| void HAL_UART_MspInit | ( | UART_HandleTypeDef * | huart | ) |
UART MSP Initialization This function configures the hardware resources used in this example.
| huart | UART handle pointer |
| None |
USART1 GPIO Configuration PA9 ------> USART1_TX PA10 ------> USART1_RX