Using Locks in STM32L4/F4 without RTOS
Posted on March 23, 2016 at 05:55Hi, Is there a way to prevent the critical section of the code using Locks in STM32 code witout using an RTOS.Or in another way any variable which gurantees the portion of the code execution in an atomic fashion. ...