Page 1 of 1

MicroPython on generic STM32F407 board

Posted: Sat Dec 08, 2018 3:14 am
by blavery
I have posted here
https://github.com/BLavery/STM32F407VG-Micropython
some notes on setting a generic 100-pin STM32F407VG running on MicroPython.
I say "generic", but what I used was the "DIY" or "DIY-MORE" $10 board from China.
It simply breaks out every GPIO, and the only on-board "extras" are LED on PE0, and USER BUTTON on PD15.

Image

Included there is a firmware DFU image that matches this board.

Re: MicroPython on generic STM32F407 board

Posted: Mon Dec 17, 2018 4:08 am
by mcauser
Similar to our efforts with these other generic F407 boards:
* https://github.com/mcauser/VCC_GND_F407
* https://github.com/mcauser/BLACK_F407VE
* https://github.com/mcauser/BLACK_F407ZE
* https://github.com/SpotlightKid/BLACK_F407ZG

This thread might be better suited on the "Other Boards" topic.