

InterviewSolution
Saved Bookmarks
1. |
Which code is written as part of the ISR?(a) data receive code(b) sequential code(c) data transfer code(d) concurrent codeThe question was asked in semester exam.Query is from Introduction of Interrupts in division Interrupts and Exceptions of Embedded Systems |
Answer» RIGHT answer is (c) data TRANSFER code The best I can explain: The data transfer CODES are written as part of the interrupt service ROUTINE which is associated with the interrupt GENERATION by the hardware. |
|