ISSUES LOADING MicroPython in the Discovery STM32F401

General discussions and questions abound development of code with MicroPython that is not hardware specific.
Target audience: MicroPython Users.
Post Reply
sajulios
Posts: 11
Joined: Sun Jun 28, 2015 6:53 pm

ISSUES LOADING MicroPython in the Discovery STM32F401

Post by sajulios » Sun Jun 28, 2015 7:11 pm

Hi guys I want to run Micropython on the Discovery STM32F401 Board but even though I followed all the steps at the end when I run the stlink: sudo ~/stlink/st-util on ubuntu and then on a separate command window I run the following arm-none-eabi-gdb build-STM32F4DISC/firmware.elf I get the following massage :
Type "apropos word" to search for commands related to "word"...
Reading symbols from build-STM32F4DISC/firmware.elf...(no debugging symbols found)...done.

I followed the steps found the this link : http://gpio.kaltpost.de/?p=2082

Could you guide me on the process I don{t know if I missed anything?

Thanks

Damien
Site Admin
Posts: 647
Joined: Mon Dec 09, 2013 5:02 pm

Re: ISSUES LOADING MicroPython in the Discovery STM32F401

Post by Damien » Sun Jun 28, 2015 7:33 pm

The STM32F4DISC build is for an F405/F407 chip. It won't work on an F401. You can try modifying the configuration to make it correct for the F401. Or you could try the ESPRUINO PICO port which is for the F401.

User avatar
dhylands
Posts: 3821
Joined: Mon Jan 06, 2014 6:08 pm
Location: Peachland, BC, Canada
Contact:

Re: ISSUES LOADING MicroPython in the Discovery STM32F401

Post by dhylands » Sun Jun 28, 2015 11:35 pm

I've used the espruino pico several times and flashed it using dfu without any issues.

The tricky bit with the pico is getting it into dfu mode in the first place.

Post Reply