User Activity

Posted on February 10, 2016 at 23:09I have a Nucelo-F401RE board and have updated to the latest firmware on the stlink portion of the board (V2J26M15). I have some code running on the 401 (MicroPython) which has a REPL on UART2 (which connects throu...
Posted on July 28, 2015 at 03:27Hi, I have some code for entering DFU mode from my application which works on the STM32F4: https://github.com/micropython/micropython/blob/master/stmhal/modpyb.c#L70-L87 I'd like to do something equivalent on the STM3...