What is the difference detween ISR & function call
Answer Posted / bhavin
ISR runs in Interpret context ; where as function routine runs in thread context of Caller .
so during an interrupt total context switch happens and after returning from interrupt scheduler is invoked .
A function call is essentially just a jump instruction apart from PC and CPU reg saving no other context change hapnes ( T.ID, Process ID , address space etc) .
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the bhe signal?
When is the LOCK prefix used often?
What is the difference between isr & function call?
Which interrupts are generally used for critical events?
List some 8051 microcontroller applications in embedded systems ?
What all does a microprocessor comprise of?
Where the data is transferred in a DMA write operation?
Design a divide-by-3 sequential circuit with 50% duty circle now?
State the total number of pins in the 8085 microprocessor?
What does quality factor mean?
Which is the tool used to connect the user and the computer?
The operation being performed by the 8085 can be checked by which pins?
Explain the different modes of operations of the 8086?
Explain data types used in microcontroller programming,
What is the bus in a microcontroller?