Question
Reconfigure clocks on STM32WB55 BleHeartFreeRTOS
Hello,
Curious regarding clock reconfiguration and MX_XXX_Init on wake up with STM32WB family.
I see that in the example BLE_HeartRateRTOS the clock configuration on wake up is blank!
Why is that? Doesn't in necessary to do the clock init again? this is I believe stop mode 2.
Same about MX_XXX_Init. ( UART, etc..)
Ref:
/* If the application is not running on HSE restore the clock configuration in this user section */
/* USER CODE BEGIN ExitLowPower_2 */
/* USER CODE END ExitLowPower_2 */