RTC alarm and wakeup from STDBY in STM32F7

ChibiOS public support forum for topics related to the STMicroelectronics STM32 family of micro-controllers.

Moderators: RoccoMarco, barthess

josesimoes
Posts: 91
Joined: Sat Feb 18, 2017 11:50 am
Has thanked: 43 times
Been thanked: 23 times

RTC alarm and wakeup from STDBY in STM32F7

Postby josesimoes » Sat Jan 05, 2019 12:53 pm

I'm trying to accomplish the above without success. I'm using the STM32F769I-DISCO board.

So far I've established that the alarm value is being properly setup and that the RTC is running and counting when entering STDBY. But no wakeup on alarm.

The board is able to wakeup on PA0. So I guess that validates the "go-to-STDBY" code.

I've tested with setting the EXTI registers like this:

Code: Select all

EXTI->EMR |= EXTI_IMR_IM17;
EXTI->RTSR |= EXTI_RTSR_TR17;



Appreciate any help on this.

Return to “STM32 Support”

Who is online

Users browsing this forum: No registered users and 15 guests