Skip to main content
Visitor II
August 24, 2020
Question

request general info re: MPU family Support for Cortex-M4F for FreeRTOS

  • August 24, 2020
  • 3 replies
  • 789 views

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

    This topic has been closed for replies.

    3 replies

    Super User
    August 24, 2020

    Here is the ST fork of FreeRTOS, adapted for STM32: https://github.com/STMicroelectronics/stm32_mw_freertos

    All STM32F4 and STM32L4 are M4F.

    -- pa

    Super User
    August 24, 2020

    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

    0693W000003Q8jNQAS.png

    The bottom two series are wireless-enabled and pretty new. I don't have much experience with them.

    gdori.1Author
    Visitor II
    September 13, 2020

    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