Can we use semaphore or mutex or spin lock in interrupt
context in linux kernel ?
Answer Posted / baazicha
You can give a binary semaphore from ISR.
Is This Answer Correct ? | 2 Yes | 11 No |
Post New Answer View All Answers
what is a pure function in arm terminology?
Tell me what is the need for an infinite loop in embedded systems?
What does DMA address will deal with?
Explain me how does the interrupt architecture works?
Explain the concept of convention over configuration, and talk about an example of convention over configuration you have seen in the wild.
What kinds of problems can you hit with lockless model?
What is the function of watchdog timer in embedded system?
Write a program to show the functionality of power-save super loop.
Explain what are real-time embedded systems?
What is meant by a sandbox, why you would use one.
Tell me how many types of ipc mechanism you know?
What are the functional requirements that are used in the embedded systems?
Can we put breakpoint inside isr?
Tell me how to create a child process in linux?
Explain interrupt latency and how can we decrease it?