STM32H7 (dual core): TAMPER do not interrupt on M4 but works in M7
Hello,
Recently I got a STM32H745I-Disco evaluation board. In this board, the user button (blue
button) is physically connected to PC13 pin and is the TAMPER 1.
I was able to get the TAMPER 1 interrupt working in the M7 core but not able to get the
interrupt in M4 core. I want to get TAMPER iterrupt on M4 becouse i set M7 to sleep.
I configured the RTC tamper 1 interrupt as following. (As i did in M7, I only change the initilizer to Cortex-M4)



This is the same configuration that I use in M7 core and works perfectly. The code that is autogenerated is the same in the M4 core than in the M7 core.
I add the following code as I did in M7 core.
But, the program never enters in the function because the TAMPER_1 is not working in M4 core.
Can someone explain if i need to configure tamper different to be used in M4 core
than M7 core?
Is possible to get TAMPER interrupt in M4 core?
Thank you very much.