Resolved! call RTC Alarm callback function when waking up from standby mode?
I am trying to call rtc alarm at regular interval and want to call some code in non polling mode at every rtc alarm is fired. I know this can be done with RTC alarm callback function. But when we are in standby mode this call back function is not fir...