File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed
Projects/STM32MP157C-DK2/Applications/OpenAMP
OpenAMP_for_signed_fw/Src Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -97,12 +97,13 @@ int main(void)
97
97
((HAL_GetHalVersion () >> 24 ) & 0x000000FF ),
98
98
((HAL_GetHalVersion () >> 16 ) & 0x000000FF ),
99
99
((HAL_GetHalVersion () >> 8 ) & 0x000000FF ));
100
+ /*HW semaphore Clock enable*/
101
+ __HAL_RCC_HSEM_CLK_ENABLE ();
102
+
100
103
BSP_LED_Init (LED7 );
101
104
BSP_LED_On (LED7 );
102
105
/* USER CODE END Init */
103
106
104
- /*HW semaphore Clock enable*/
105
- __HAL_RCC_HSEM_CLK_ENABLE ();
106
107
/* IPCC initialisation */
107
108
MX_IPCC_Init ();
108
109
/* OpenAmp initialisation ---------------------------------*/
Original file line number Diff line number Diff line change @@ -97,12 +97,13 @@ int main(void)
97
97
((HAL_GetHalVersion () >> 24 ) & 0x000000FF ),
98
98
((HAL_GetHalVersion () >> 16 ) & 0x000000FF ),
99
99
((HAL_GetHalVersion () >> 8 ) & 0x000000FF ));
100
+ /*HW semaphore Clock enable*/
101
+ __HAL_RCC_HSEM_CLK_ENABLE ();
102
+
100
103
BSP_LED_Init (LED7 );
101
104
BSP_LED_On (LED7 );
102
105
/* USER CODE END Init */
103
-
104
- /*HW semaphore Clock enable*/
105
- __HAL_RCC_HSEM_CLK_ENABLE ();
106
+
106
107
/* IPCC initialisation */
107
108
MX_IPCC_Init ();
108
109
/* OpenAmp initialisation ---------------------------------*/
You can’t perform that action at this time.
0 commit comments