Using Locks in STM32L4/F4 without RTOS
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2016-03-22 9:55 PM
Posted on March 23, 2016 at 05:55
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 #atomic
This discussion is locked. Please start a new topic to ask your question.
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2016-03-23 1:40 AM
Posted on March 23, 2016 at 09:40
Atomic operations are simplier in nor RTOS solutions. But your question aren't concrete. With what you have problem?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2016-03-25 3:44 AM
Posted on March 25, 2016 at 11:44Problem is I am trying to prevent the concurrent access to a code which is shared between user application and the interrupt.
