User Activity

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...
Posted on November 17, 2017 at 01:27I generated the code for a STM32L496 that hopes to use the SDIO with an external SD card. To meet my data throughput, I will need the 4 bit bus and the high speed mode which the L496 appears to have. However, the ...