Skip to content
Dave Hylands edited this page Jul 21, 2015 · 2 revisions

STM32F401RET6 (smaller version of the processor used on the pyboard)

###Features###

  • 84 MHz
  • 512K Flash
  • 96K RAM

###Building### There currently isn't a board definition for this.

The board should boot up in DFU mode. Once flashed with Micropython firmware, I find using the pyb.bootloader() command from the REPL to be a more convenient way of entering DFU mode.

Clone this wiki locally