Skip to main content
eyals111
Associate II
July 21, 2014
Question

STM32CubeMX freeRTOS

  • July 21, 2014
  • 2 replies
  • 858 views
Posted on July 21, 2014 at 19:34

Hi ,

1. How Can i Find which version of freeRTOS the STM32CubeMX add to the project ?

2. I don't Know if this the right place to ask , but does freeRTOS fully support

    CMSIS-RTOS API ?  

Thanks .
    This topic has been closed for replies.

    2 replies

    stm32cube-t
    ST Employee
    July 28, 2014
    Posted on July 28, 2014 at 14:25

    Hello,

    Check in MX generated project:

    - FreeRTOS version is specified in the FreeRTOS.h file. Currently it is v7.6.0.

    - CMSIS OS Api is supported: as specified in cmsis_os.h file (Version 0.03 also renamed v1.00 by ARM), and wrapper to freeRTOS is implemented in cmsis_os.c file.

    Be careful that latest ARM CMSIS OS API (v1.02) introduces incompatibilities with previous versions (v1.00).

    Best regards

    daniele
    Associate II
    March 12, 2015
    Posted on March 12, 2015 at 10:20

    Hi,

    I currently start 2 new projects, one with STM32F407 and one with STM32L152,

    I would like to profit of the new features of the Version 8.2 of freeRTOS.

    Could you tell me when CubeMX will be updated?

    What would mean to make myself the update?

    Thanks