

InterviewSolution
Saved Bookmarks
1. |
Which of the following is connected to a fault detection circuit?(a) internal interrupt(b) external interrupt(c) NMI(d) software interruptThis question was addressed to me in class test.I want to ask this question from Fast Interrupts in portion Interrupts and Exceptions of Embedded Systems |
Answer» CORRECT choice is (c) NMI The best I can explain: The non-maskable interrupt is used to GENERATE an interrupt which can be connected to a fault detection CIRCUIT LIKE WATCHDOG timer or parity checker. |
|