STM32F405: exit low power STOP mode on external interrupt pin
Hello,
I want to use the PB6 pin as an external interrupt input. When the PB6 pin is triggered, the program enters the low-power stop mode from the normal operation mode. When it is triggered again, the program enters the normal operation mode from the low-power stop mode. According to the above, the test found that after the program enters the low-power mode, it cannot return to the normal operation mode again.
Does anyone have experience in this area and can provide me with a solution?
