2012-03-13 03:33 AM
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.Pornpoj2012-03-13 09:03 AM
The ST library is not RTOS aware. You have to take care of this in your application