ICARUS OS (Intelligent Cooperative Architecture for Real-time Unified Systems)
0.1.0
Preemptive Real-Time Operating System for ARM Cortex-M7
Loading...
Searching...
No Matches
stm32h7xx_hal_msp.c
Go to the documentation of this file.
1
/* USER CODE BEGIN Header */
19
/* USER CODE END Header */
20
21
/* Includes ------------------------------------------------------------------*/
22
#include "
bsp/config.h
"
23
#include "
bsp/error.h
"
24
/* USER CODE BEGIN Includes */
25
26
/* USER CODE END Includes */
27
28
/* Private typedef -----------------------------------------------------------*/
29
/* USER CODE BEGIN TD */
30
31
/* USER CODE END TD */
32
33
/* Private define ------------------------------------------------------------*/
34
/* USER CODE BEGIN Define */
35
36
/* USER CODE END Define */
37
38
/* Private macro -------------------------------------------------------------*/
39
/* USER CODE BEGIN Macro */
40
41
/* USER CODE END Macro */
42
43
/* Private variables ---------------------------------------------------------*/
44
/* USER CODE BEGIN PV */
45
46
/* USER CODE END PV */
47
48
/* Private function prototypes -----------------------------------------------*/
49
/* USER CODE BEGIN PFP */
50
51
/* USER CODE END PFP */
52
53
/* External functions --------------------------------------------------------*/
54
/* USER CODE BEGIN ExternalFunctions */
55
56
/* USER CODE END ExternalFunctions */
57
58
/* USER CODE BEGIN 0 */
59
60
/* USER CODE END 0 */
64
void
HAL_MspInit
(
void
)
65
{
66
67
/* USER CODE BEGIN MspInit 0 */
68
69
/* USER CODE END MspInit 0 */
70
71
__HAL_RCC_SYSCFG_CLK_ENABLE();
72
73
/* System interrupt init*/
74
75
/* USER CODE BEGIN MspInit 1 */
76
77
/* USER CODE END MspInit 1 */
78
}
79
80
/* USER CODE BEGIN 1 */
81
82
/* USER CODE END 1 */
config.h
error.h
ICARUS OS Error Handling Interface.
HAL_MspInit
void HAL_MspInit(void)
Initializes the Global MSP.
Definition
stm32h7xx_hal_msp.c:64
Core
Src
bsp
stm32h7xx_hal_msp.c
Generated on Fri Apr 17 2026 13:48:31 for ICARUS OS (Intelligent Cooperative Architecture for Real-time Unified Systems) by
1.9.8