1.

Which of the following uses clock edge to generate an interrupt?(a) edge triggered(b) level-triggered(c) software interrupt(d) nmiI have been asked this question during an online interview.Query is from The mechanism of Interrupts in chapter Interrupts and Exceptions of Embedded Systems

Answer»

Right option is (a) EDGE triggered

The explanation is: In the edge-triggered INTERRUPT, the clock edge is used to GENERATE an interrupt. The transition is from a logical low to high or VICE VERSA.



Discussion

No Comment Found

Related InterviewSolutions