What is a critical section in embedded software programs?
Critical Section is a set of instructions that must be atomic for system to work properly. Several techniques are used to ensure that a piece of code is atomic, some of which are semaphore, mutex etc.
July 1, 2008 | Filed Under Embedded
Related Post
Comments
Leave a Reply