Newbie trying to run microPython on NUCLEO-F302R8

General discussions and questions abound development of code with MicroPython that is not hardware specific.
Target audience: MicroPython Users.
Post Reply
jrive
Posts: 1
Joined: Fri Apr 12, 2019 4:14 pm

Newbie trying to run microPython on NUCLEO-F302R8

Post by jrive » Fri Apr 12, 2019 4:22 pm

Please bear with me - I am new to this....

I am confused as to whether MicroPython can run on an STM32F302 or not. From what I read, it is compatible with all STM32s, but perhaps it hasn't been precompiled for the STM32F302? Is my understanding correct?

If it is compatible, but I need to compile it for the F302, what would I need to do it?

Thank you in advance for any guidance and help!

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

Re: Newbie trying to run microPython on NUCLEO-F302R8

Post by dhylands » Fri Apr 12, 2019 6:45 pm

The F3 series doesn't yet have any support on micropython. The issue is that the peripherals are slightly different from the other families like the L4 or F4.

Somebody else started to work on the F3, but I don't think that they've got it completely working yet.

Post Reply