2016-03-22 09:55 PM
Hi,
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. #!stm32f4-!stm32f401-!rtc #atomic2016-03-23 01:40 AM
Atomic operations are simplier in nor RTOS solutions. But your question aren't concrete. With what you have problem?
2016-03-25 03:44 AM