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...