* Question
Briefly describe vector IRQ interrupts? |
* Answer
Vector IRQ has medium priority and processing interrupts are faster.C jumps according to the address in VICVectAddr and executes the corresponding service program. Refer to Figure 4.81.The entire process is done automatically by the VIC hardware, without the user’s software intervention. |
COMMENTS