2021-10-04 01:59 PM
2021-10-04 03:03 PM
Generally they have favoured parts with an FPU, ie CM4, CM7.
Surely they have a website, and presence, could you not check there?
2021-10-04 03:48 PM
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.
2021-10-04 07:29 PM
Zephyr OS has jerryscript and micropython support as "task", check the supported mcus there...
2021-10-05 03:52 AM
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.
2021-10-13 06:49 AM
Hi Michael,
In our application we want to use Micropython in Virtual Machine.
In "STM32 and STM8 embedded software solutions" document I found this
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