Installing Micropython on a blank STM

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.
plakkies
Posts: 7
Joined: Sun Dec 29, 2013 3:34 pm

Re: Installing Micropython on a blank STM

Post by plakkies » Mon Jun 08, 2015 6:32 am

I found the problem. The load caps on the 32khz xtal were wrong. I come here to post and I see you have already suggested it. 8-)
On my second board I did not put the 32khz xtal in.

Thanks loads for all the help.

nik77
Posts: 3
Joined: Fri Oct 23, 2015 10:59 am

Re: Installing Micropython on a blank STM

Post by nik77 » Fri Oct 23, 2015 11:12 am

Hi,
I bought this board intending to put micropython on , but have some problems.
https://www.olimex.com/Products/ARM/ST/ ... 05_sch.pdf
The board was successfully programmed and after connecting to PC is listed as STM DFU. But not seen as mass storage nor virtual port is created.After reading this topic, I connected PA9 to Vbus (using 560 ohm) but still no change.I have no experience with ARM , only a little with PIC.

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

Re: Installing Micropython on a blank STM

Post by dhylands » Fri Oct 23, 2015 2:45 pm

When in DFU mode there is no USB Mass Storage. if the connected VID:PID is 0483:df11 then the board is still in DFU mode.

How did you get into DFU mode?

Normally you would connect BOOT0 to Vcc and BOOT1 to GND and RESET.

Then to boot normally, BOOT0 should be connected to GND (and BOOT1 can stay connected to GND).

nik77
Posts: 3
Joined: Fri Oct 23, 2015 10:59 am

Re: Installing Micropython on a blank STM

Post by nik77 » Fri Oct 23, 2015 3:45 pm

Yes, I followed the instructions, BOOT0 is to GND but nothing works.Wiring of the board is different ,SD card is on other pins but don't think it's problem for now.

nik77
Posts: 3
Joined: Fri Oct 23, 2015 10:59 am

Re: Installing Micropython on a blank STM

Post by nik77 » Sun Oct 25, 2015 3:35 pm

Now works with new firmware pybv10-1.5:))) .I tried pybv10-1.4.6 previously.

Post Reply