Question
MCU is reset when wake up from standby-dstandby
We are working with STM32H7-Disco (Dual Core). Can we only wakeup M4 core and put the system in dstandby1 mode.
I mean, if we are in Standby mode and we use a tamper interrupt from a button, our system reset M7 core and M4 core, but we want only wakeup the M4 core and let the M7 core in dstandby, because we need use the minimal time possible to wake up with tamper and make the callback.
