User Activity

Hello,I am new to this cpu and experimenting with RTC wakeup using 32kHz LSE. I am usingthis code for the wakeup: void HAL_RTCEx_WakeUpTimerEventCallback(RTC_HandleTypeDef *hrtc){SystemClock_Config();HAL_ResumeTick();...} // In while(1)HAL_RTCEx_SetW...
Kudos given to