STOP2_Mode prevents me from programming the MCU using J-Link and STM32 Cube programmer
In my program, I implemented a sleep using the STOP2_Mode, and to wake the MCU again, I have to depend on interrupts and events. I have attached the image of the block of code which represents the STOP mode mechanism. When the device gets in STOP mod...