cancel
Showing results for 
Search instead for 
Did you mean: 

STM32 Peripheral library functions

iporboon
Associate
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
1 REPLY 1
trevor23
Associate III
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