

InterviewSolution
Saved Bookmarks
1. |
Which processors use fast interrupts?(a) DSP processor(b) RISC processor(c) CISC processor(d) Harvard processorThe question was asked by my college professor while I was bunking the class.I would like to ask this question from Fast Interrupts in section Interrupts and Exceptions of Embedded Systems |
Answer» RIGHT choice is (a) DSP processor Easy explanation: The fast interrupts are used in the DSP PROCESSORS or in MICROCONTROLLERS in which a small routine is executed without saving the CONTEXT of the processor. |
|