cancel
Showing results for 
Search instead for 
Did you mean: 

How to use Active Tamper interrupt on STM32U5 for wake up from Stop3 low power mode?

ASavi.3
Associate II

Hi,

I tried to wake up STM32U5 using Active Tamper interrupt from Stop3 low power mode. I entered in Stop3 mode using function HAL_PWREx_EnterSTOP3Mode(PWR_STOPENTRY_WFI) and it is possible to wake up MCU with wake up pin, but on active tamper interrupt there is no reaction. RTC is enabled, and it is using LSE. When STM32U5 is in run mode, tamper interrupt works.

1 REPLY 1
Diane POMABIA
ST Employee

Hi @ASavi.3​ 

You can find an example to active tamper in STMCUBE MX examples (RTC_ActivetAMPER) .

Check that your interrupts are enabled and activate the WakeUp line functionality for the RTC TAMPER .

This will allow you to get out of the stop 3 with an interrupt on the tamper.

Best Regards