0 of 20 Questions completed
Questions:
You have already completed the quiz before. Hence you can not start it again.
Quiz is loading…
You must sign in or sign up to start the quiz.
You must first complete the following:
0 of 20 Questions answered correctly
Your time:
Time has elapsed
You have reached 0 of 0 point(s), (0)
Earned Point(s): 0 of 0, (0)
0 Essay(s) Pending (Possible Point(s): 0)
Acronym for NVIC is ______
How many vectored interrupts are supported in LPC1768?
Select the features of NVIC.
The Cortex-M3 processor uses a re-locatable vector table that contains the address of the function to be executed for a particular interrupt handler.
How many interrupt priority levels are supported in lpc1768?
How many external interrupts do we have in lpc1768?
Which function is used to enable the interrupt in NVIC?
The NVIC supports nesting (stacking) of interrupts, allowing an interrupt to be serviced earlier by exerting higher priority.
For enabling the interrupt which register is used in LPC1768?
How to clear the interrupt flag in LPC1768?
How to configure external interrupt as edge triggered interrupt in LPC1768?
By default all the external interrupts are edge triggered in LPC1768.
External interrupt flags are present in which register?
Which register is used to change edge triggering for external interrupts?
Which function is used to disable interrupts in NVIC?
How many non-maskable interrupts are there in LPC1768?
Total no of bits to represent priority in LPC1768 is ________
In NVIC, tightly coupled interrupt controller provides low interrupt latency.
How many system defined exceptions are there in NVIC?
Which interrupt is having highest priority?