Skip to main content
Sean Machin
Visitor II
July 11, 2017
Question

Official FreeRTOS port for STM32F7?

  • July 11, 2017
  • 2 replies
  • 1104 views
Posted on July 11, 2017 at 21:55

I want to test FreeRTOS on my STM32F7 eval. board.  Did ST or anyone else make an official port to this platform?

    This topic has been closed for replies.

    2 replies

    Barry.Richard
    Visitor II
    July 11, 2017
    Posted on July 12, 2017 at 01:40

    When I Googled 'STM32F7 FreeRTOS' the first link I got was 

    http://www.freertos.org/ST_STM32F7_Cortex-M7_RTOS_Demo.html

     
    john doe
    Senior III
    July 11, 2017
    Posted on July 12, 2017 at 01:53

    john$ ls STM32Cube_FW_F7_V1.7.0/Projects/STM32F769I_EVAL/Applications/FreeRTOS/FreeRTOS_

    FreeRTOS_Mail/             FreeRTOS_Queues/           FreeRTOS_SemaphoreFromISR/ FreeRTOS_SignalFromISR/    FreeRTOS_Timers/           

    FreeRTOS_Mutexes/          FreeRTOS_Semaphore/        FreeRTOS_Signal/           FreeRTOS_ThreadCreation/ 

    download the Cube repository for your chip family. plenty of examples.