cancel
Showing results for 
Search instead for 
Did you mean: 

Micropython Support

SKund.1
Associate II

Hi,

Does MicroPython support the "STM32F207IEH6" chip?

Regards

Siva

5 REPLIES 5

Generally they have favoured parts with an FPU, ie CM4, CM7.

Surely they have a website, and presence, could you not check there?

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..

https://micropython.org/stm32/

Looks to have CM0 versions. You might perhaps review the build options/settings. Perhaps take the F4 build and change the target to a Cortex-M3 without FPU, that way it would build with appropriate instructions.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
S.Ma
Principal

Zephyr OS has jerryscript and micropython support as "task", check the supported mcus there...

Michael E
ST Employee

Hello Skund.1, unfortunately,

ST does not support officially the STM32F2 with µPython.

ST support only STM32WB55 with Micropython for the moment.

Please have a look to the Micropython community https://micropython.org/download/stm32/, maybe they plan to support the STM32F2?

If you need to use Micropython on our product, we will pleased to support you on STM32WB

Regards

Michael

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.

Hi Michael,

In our application we want to use Micropython in Virtual Machine.

In "STM32 and STM8 embedded software solutions" document I found this

0693W00000FCY2PQAX.png 

Based on the above picture we should be able to use it on F4, F7 and L4/L4+ series.

What's the reason for not supporting on STM32F2 series, is it to do with memory issue or something else?

Regards

Siva