Skip to main content
ZHaid.1
Associate II
March 28, 2022
Solved

Is there any way to make CMSIS RTOS V1 integrate with CMSIS RTOS V2 in an application?

  • March 28, 2022
  • 2 replies
  • 1435 views

..

    This topic has been closed for replies.
    Best answer by Pavel A.

    Then you can include both CMSIS RTOS v1 and V2 wrappers and make some files use V1 and some - V2, if you're careful.

    Both wrappers will call the same FreeRTOS under the hood,

    2 replies

    Pavel A.
    Super User
    March 28, 2022

    What is the actual RTOS below : RTX? FreeRTOS?

    ZHaid.1
    ZHaid.1Author
    Associate II
    March 29, 2022

    FreeRTOS

    Pavel A.
    Pavel A.Best answer
    Super User
    March 29, 2022

    Then you can include both CMSIS RTOS v1 and V2 wrappers and make some files use V1 and some - V2, if you're careful.

    Both wrappers will call the same FreeRTOS under the hood,