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.

Related Post

What is watchdog timer?
What do you understand from “Quality of Software”?
What is UART?
See Servlet Spec 2.3, section 9.7.2
What are the different types of testing?

Comments

Leave a Reply