Is there any way to make CMSIS RTOS V1 integrate with CMSIS RTOS V2 in an application?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-03-28 1:14 PM
Solved! Go to Solution.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-03-29 8:06 AM
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,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-03-28 1:28 PM
What is the actual RTOS below : RTX? FreeRTOS?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-03-28 6:21 PM
FreeRTOS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-03-29 8:06 AM
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,
