STM32 Peripheral library functions
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2012-03-13 3:33 AM
Posted on March 13, 2012 at 11:33
Dear all,
I would like to know that the API functions in the STM32 Peripheral library are thread-safe or not. I want to use them with the RTOS. Do I have to protect them with the Mutexes of the RTOS?Best Regards.Pornpoj
This discussion is locked. Please start a new topic to ask your question.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2012-03-13 9:03 AM
Posted on March 13, 2012 at 17:03
The ST library is not RTOS aware. You have to take care of this in your application
