Question: Describe the difference between polling and interrupts. 2 . Describe the difference between polled interrupts and vectored interrupts. 3 . List at least 5 tasks
Describe the difference between polling and interrupts.
Describe the difference between polled interrupts and vectored interrupts.
List at least tasks that an Interrupt System must perform.
Described how the HCS MCU uses a vector to find the correct interrupt service
routine after an interrupt occurs.
What advantage does a vectored interrupt system have over a polled interrupt system?
Why are interrupts disabled during execution of an ISR?
How does HCS manage multiple sources of interrupts?
How does HCS transfer control to the correct ISR for a particular interrupt
Why does HCS automatically push all registers on the stack before transferring
control to an SIR?
What happens when SEI instruction is executed?
What happens when CLI instruction is executed?
How are Interrupts are masked when the HCS loads the PC with ISRs address?
How are Interrupts unmasked when the ISR terminates?
What is the difference between an interrupt mask bit and a local interrupt enable bit?
How many bytes are pushed onto the stack when the HCS processes an IRQ?
Define interrupt latency and cite at least two components that cause interrupt latency?
Describe the operation of the last instruction exec
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
