MicroPython on generic STM32F407 board

The official pyboard running MicroPython.
This is the reference design and main target board for MicroPython.
You can buy one at the store.
Target audience: Users with a pyboard.
Post Reply
blavery
Posts: 3
Joined: Thu Oct 12, 2017 12:56 pm

MicroPython on generic STM32F407 board

Post by blavery » Sat Dec 08, 2018 3:14 am

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.
Attachments
ss5s.png
ss5s.png (39.68 KiB) Viewed 2796 times

User avatar
mcauser
Posts: 507
Joined: Mon Jun 15, 2015 8:03 am

Re: MicroPython on generic STM32F407 board

Post by mcauser » Mon Dec 17, 2018 4:08 am

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.

Post Reply