New STM32H743VIT6 dev boards

Discussion and questions about boards that can run MicroPython but don't have a dedicated forum.
Target audience: Everyone interested in running MicroPython on other hardware.
OutoftheBOTS_
Posts: 847
Joined: Mon Nov 20, 2017 10:18 am

New STM32H743VIT6 dev boards

Post by OutoftheBOTS_ » Wed Jan 01, 2020 8:48 am

I just saw these very well priced STM32H743VIT6 dev boards from the manufacturer that I usually buy me STM32F407VIT6 boards from
https://www.aliexpress.com/item/4000300 ... be362160f4

STM32H7 is a bit of an over kill for anything that I build but it may interest others.

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

Re: New STM32H743VIT6 dev boards

Post by mcauser » Fri Jan 03, 2020 7:13 am

Looks like new H7 variants of the MCUDev DevEBox.

This is the similar F4Vxxx version:
https://a.aliexpress.com/tYFolED6
I made a board def for it.
https://github.com/mcauser/MCUDEV_DEVEBOX_F407VET6

I haven’t worked with H7’s before. If there are other H7 boards running MicroPython, should be pretty easy to make a board def for it. Just need to know which pins they map to the peripherals. If you are unable to get the schematics pdf from the seller, let me know and I’ll see if I can find it on Taobao. It’s often low res jpgs on AliExpress but you can find decent documentation on Baidu links on Taobao pages.

OutoftheBOTS_
Posts: 847
Joined: Mon Nov 20, 2017 10:18 am

Re: New STM32H743VIT6 dev boards

Post by OutoftheBOTS_ » Fri Jan 03, 2020 8:29 am

mcauser wrote:
Fri Jan 03, 2020 7:13 am
I haven’t worked with H7’s before. If there are other H7 boards running MicroPython, should be pretty easy to make a board def for it. Just need to know which pins they map to the peripherals. If you are unable to get the schematics pdf from the seller, let me know and I’ll see if I can find it on Taobao. It’s often low res jpgs on AliExpress but you can find decent documentation on Baidu links on Taobao pages.
I do believe OpenMV are running MP on this exact MCU see https://openmv.io/products/openmv-cam-h7

I haven't ever play with a H7 but did have a little play with a M7 and found it had so many features for a beginner for me it was much easier to stick to a M4 and the M4 has always done anything that I have needed.

zaord
Posts: 96
Joined: Fri Jan 31, 2020 3:56 pm

Re: New STM32H743VIT6 dev boards

Post by zaord » Fri Jan 31, 2020 3:58 pm

I have this board also and I would like to run micro python on it ?

Any way to do it ?

i have the official manufacturer pinout but I am not abble to deal with code...

If anyone could help ;)

zaord
Posts: 96
Joined: Fri Jan 31, 2020 3:56 pm

Re: New STM32H743VIT6 dev boards

Post by zaord » Fri Jan 31, 2020 4:07 pm


zaord
Posts: 96
Joined: Fri Jan 31, 2020 3:56 pm

Re: New STM32H743VIT6 dev boards

Post by zaord » Fri Jan 31, 2020 4:13 pm

They might be a problem because My computer seems to do nothing when I connect this card.

Could I flash a program directly through Usb with my computer or did i need anything more ?

Here the official https://item.taobao.com/item.htm?spm=a1 ... 1083694791

Best Regard

zaord
Posts: 96
Joined: Fri Jan 31, 2020 3:56 pm

Re: New STM32H743VIT6 dev boards

Post by zaord » Mon Feb 03, 2020 12:10 pm

mcauser, could you help me to upgrade your code for this board ?

I don't know how to manage the board def for micropython for the H743Vit6 board ?

Best and thanks !

zaord
Posts: 96
Joined: Fri Jan 31, 2020 3:56 pm

Re: New STM32H743VIT6 dev boards

Post by zaord » Wed Feb 12, 2020 11:54 am

Anyone could help ?

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

Re: New STM32H743VIT6 dev boards

Post by mcauser » Thu Feb 13, 2020 1:33 am

I'll take a look

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

Re: New STM32H743VIT6 dev boards

Post by mcauser » Thu Feb 13, 2020 1:11 pm

@zaord this should get you started:
https://github.com/mcauser/MCUDEV_DEVEBOX_H7XX_M

I don't have one of these boards, so I haven't tested it, but it's similar to the F4XX boards by MCUDev.

Post Reply