L14-Click 1.0
STM32WLE5CC LoRaWAN Sensor Platform
Loading...
Searching...
No Matches
stm32wlxx_hal_msp.c
Go to the documentation of this file.
1/* USER CODE BEGIN Header */
2/**
3 ******************************************************************************
4 * @file stm32wlxx_hal_msp.c
5 * @brief This file provides code for the MSP Initialization
6 * and de-Initialization codes.
7 ******************************************************************************
8 * @attention
9 *
10 * Copyright (c) 2025 STMicroelectronics.
11 * All rights reserved.
12 *
13 * This software is licensed under terms that can be found in the LICENSE file
14 * in the root directory of this software component.
15 * If no LICENSE file comes with this software, it is provided AS-IS.
16 *
17 ******************************************************************************
18 */
19/* USER CODE END Header */
20
21/* Includes ------------------------------------------------------------------*/
22#include "main.h"
23/* USER CODE BEGIN Includes */
24
25/* USER CODE END Includes */
26
27/* Private typedef -----------------------------------------------------------*/
28/* USER CODE BEGIN TD */
29
30/* USER CODE END TD */
31
32/* Private define ------------------------------------------------------------*/
33/* USER CODE BEGIN Define */
34
35/* USER CODE END Define */
36
37/* Private macro -------------------------------------------------------------*/
38/* USER CODE BEGIN Macro */
39
40/* USER CODE END Macro */
41
42/* Private variables ---------------------------------------------------------*/
43/* USER CODE BEGIN PV */
44
45/* USER CODE END PV */
46
47/* Private function prototypes -----------------------------------------------*/
48/* USER CODE BEGIN PFP */
49
50/* USER CODE END PFP */
51
52/* External functions --------------------------------------------------------*/
53/* USER CODE BEGIN ExternalFunctions */
54
55/* USER CODE END ExternalFunctions */
56
57/* USER CODE BEGIN 0 */
58
59/* USER CODE END 0 */
60/**
61 * Initializes the Global MSP.
62 */
63void HAL_MspInit(void)
64{
65
66 /* USER CODE BEGIN MspInit 0 */
67
68 /* USER CODE END MspInit 0 */
69
70 /* System interrupt init*/
71
72 /* USER CODE BEGIN MspInit 1 */
73
74 /* USER CODE END MspInit 1 */
75}
76
77/* USER CODE BEGIN 1 */
78
79/* USER CODE END 1 */
: Header for main.c file. This file contains the common defines of the application.
void HAL_MspInit(void)