NUCLEO_F446RE

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.
User avatar
Guenther78
Posts: 25
Joined: Fri May 19, 2017 11:48 am

Re: NUCLEO_F446RE

Post by Guenther78 » Sun Jun 04, 2017 3:12 pm

Added on 5th June:
Building with Ubuntu was successful.


I tried to build the firmware file now.

And this is the error message:

Code: Select all

make: *** [Makefile:325: build-NUCLEO_F446RE/firmware.elf] Fehler 1
And here is line 325 of the makefile, it is in the build firmware.elf block:

Code: Select all

	$(Q)$(LD) $(LDFLAGS) -o $@ $^ $(LIBS)
Commenting the block does not work, I need the .elf file to build the .hex file.

I tried it again with micropython-master, downloaded from the micropython homepage. I took the default board and the same error occurs. Then it is an error with this computer and/or the operating system and/or the cygwin installation. I will try it tommorrow on my Linux Partition.

Added on 5th June:
Building with Ubuntu was successful.

User avatar
Guenther78
Posts: 25
Joined: Fri May 19, 2017 11:48 am

Re: NUCLEO_F446RE

Post by Guenther78 » Tue Jun 06, 2017 3:16 pm

Micropython runs on my Nucleo F446!

After connecting Rx from CN10 to Tx from CN3 and Tx from CN10 to Rx from CN3, I got a REPL connection.

Thanks to the forum!

Post Reply