Question
I want to wakeup from standby-mode in less than 20msec.
I want to wakeup from standby-mode in less than 20msec.
I want to wake up from standby-mode in less than 20 seconds using Periodic auto-wakeup, but I can't wake up below 22 msec.
Could you tell me if there is any good way?
The following HAL driver is used.
HAL_RTCEx_SetWakeUpTimer( & hrtc,1,RTC_WAKEUPCLOCK_RTCCLK_DIV2 );
And the MCU is STM32L433.
Thanks in advance!
