How to load main.py in a stm32F091xC

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.
Post Reply
neoclassic
Posts: 8
Joined: Wed Aug 30, 2017 8:58 am

How to load main.py in a stm32F091xC

Post by neoclassic » Tue Nov 27, 2018 2:54 pm

Hello all, I need to reuse a board with a STM32F091VCT, it has no USB but I´ve develop my application over uart REPL.
The problem raised when I finished it, I am not able to download it, ampy doesn´t work and I realiced that this processor doesn not support insternal flash storage ( it is a 256Kb part). I can put my main.py in modules directory but I don´t know how to launch it as there is not boot.py.
Any idea?

Thank you very much.

Post Reply