Page 1 of 1

[NUCLEO-F401RE] burn micropython on NUCLEO-F401RE

Posted: Fri Mar 12, 2021 10:36 pm
by domisant
Hello everyone,

I'm looking for a guide on how to burn micropython on my NUCLEO F401RE in windows 10 os.

Thank you

Re: [NUCLEO-F401RE] burn micropython on NUCLEO-F401RE

Posted: Mon Mar 15, 2021 11:58 pm
by bradstew
I have the same question. Plus I have a Nucleo STM32F411 board I want to program with MicroPython.

Re: [NUCLEO-F401RE] burn micropython on NUCLEO-F401RE

Posted: Tue Mar 16, 2021 10:00 am
by domisant
Yes, I'm looking for a simple procedure to upload the MicroPython image in Windows..

Re: [NUCLEO-F401RE] burn micropython on NUCLEO-F401RE

Posted: Tue Mar 16, 2021 8:04 pm
by bradstew
For a Nucleo-F411:

It seems that you need to attach a USB connector to PA11 and PA12 (DM/DP) on CN10 pins 12 & 14. Then place a jumper between CN7 pins 5 & 7 to enable boot mode. Then program it using the DFU programmer using the USB connector you just soldered on.
I think these are the same pins with the F401.

A real pain. Anyone else got a better idea?

Re: [NUCLEO-F401RE] burn micropython on NUCLEO-F401RE

Posted: Tue Mar 16, 2021 10:24 pm
by dhylands
You can also use the st-link tools (under Windows, Mac or Linux) to flash using the stlink programmer built into the NUCLEO boards.
https://github.com/stlink-org/stlink

I've done this in the past on all 3 platforms, but it's been a while since I did it under Windows, so I don't recall the steps needed.