STM32F401CCU6

C programming, build, interpreter/VM.
Target audience: MicroPython Developers.
Post Reply
User avatar
pi0
Posts: 3
Joined: Sun Mar 07, 2021 10:43 pm

STM32F401CCU6

Post by pi0 » Mon Mar 08, 2021 5:54 am

I purchased this item on aliexpress, am not exactly sure how to install micropython on this, and help would be nice.

Image
Image
Image

User avatar
jimmo
Posts: 2754
Joined: Tue Aug 08, 2017 1:57 am
Location: Sydney, Australia
Contact:

Re: STM32F401CCU6

Post by jimmo » Thu Mar 11, 2021 5:19 am

pi0 wrote:
Mon Mar 08, 2021 5:54 am
I purchased this item on aliexpress, am not exactly sure how to install micropython on this, and help would be nice.
You will need to make a board definition (e.g. like the ones in ports/stm32/boards).

A starting point would be a different board with the same microcontroller -- https://github.com/micropython/micropyt ... LEO_F401RE

Here's one for a similar microcontroller but very similar board https://github.com/mcauser/WEACT_F411CEU6

nerd
Posts: 1
Joined: Tue Dec 28, 2021 9:41 pm

Re: STM32F401CCU6

Post by nerd » Tue Dec 28, 2021 9:44 pm

For others, here is a repo and firmwae on GitHub for those boards

https://github.com/WeActTC/MiniSTM32F4x ... icroPython

Post Reply