2020-08-23 09:37 PM
Hello,
I'm new to ST.
What MPU families does ST have for Cortex-M4F with FreeRTOS and support including demo/eval boards with demo projects, running in IAR, for FreeRTOS? This would include porting and FreeRTOSconfig files etc.?
I am especially interested in IoT.
Thanks George
2020-08-24 06:46 AM
Here is the ST fork of FreeRTOS, adapted for STM32: https://github.com/STMicroelectronics/stm32_mw_freertos
All STM32F4 and STM32L4 are M4F.
-- pa
2020-08-24 06:49 AM
Here are all the families with an M4 core. Pretty sure they are all M4F.
Example projects can be found in the corresponding CubeMX repo, which you can view to see if it meets your expectations.
https://github.com/STMicroelectronics/STM32CubeF4/tree/master/Projects
The bottom two series are wireless-enabled and pretty new. I don't have much experience with them.
2020-09-12 07:33 PM
Hello,
Thanks for your reply.
I also need a chip that has Ethernet feature (with FreeRTOS and Cortex-M4F). I looked on the ST site but was not able to find such. I would also need a demo board and support to set up a server. My goal so to built IoT.
Thanks George