Wake up MCU from STOP2 mode
Hello
We are working on a product using the STM32WLE5JC MCU. The features a magnetic switch that generates interrupts (specifically a low to high transition) which is meant to wake up the MCU from STOP2 mode. What is the ideal way to do this? We have few free GPIO pins. Could we use any GPIO with an external interrupt or does the switch need to be connected to dedicated wakeup pin?
