Resolved! Exit STOP mode using USART on STM32L496
Posted on January 31, 2018 at 00:26I wish to place my Nucleo system into STOP1 mode and then have it wake up when a character is received on UART3. With the code below, I can successfully stop all the clocks and halt at the 'WFI' instruction. When a...