

InterviewSolution
Saved Bookmarks
1. |
Which of the following can be done to ensure that all interrupts are recognised?(a) reset pin(b) external ready pin(c) handshaking(d) acknowledgmentI have been asked this question during an interview.This question is from RISC Exceptions-II topic in division Interrupts and Exceptions of Embedded Systems |
Answer» RIGHT ANSWER is (c) handshaking Easiest explanation: The exception handler performs some kind of handshaking to ENSURE that all the interrupts are recognised. |
|