Slide 1 Slide 2 Slide 3 Slide 4 Slide 5 Slide 6 Slide 7 Slide 8 Slide 9 Slide 10 Slide 11 Slide 12 Slide 13 Slide 14 Slide 15 Slide 16 Slide 17 Slide 18 Slide 19 Slide 20 Slide 21 Slide 22 Slide 23 Slide 24 Slide 25 Slide 26 Slide 27 Slide 28 Slide 29 Slide 30 Slide 31 Slide 32 Slide 33 Slide 34 Slide 35 Slide 36 Slide 37 Slide 38 Slide 39 Slide 40 Slide 41 Slide 42 Slide 43 Slide 44 Slide 45 Slide 46 Slide 47 Slide 48 Slide 49 Slide 50 Slide 51 Slide 52 Slide 53 Slide 54 Slide 55 Slide 56 Slide 57 Slide 58 Slide 59 Slide 60 Slide 61 Slide 62 Slide 63 Slide 64 Slide 65 Slide 66 Slide 67 Product List
LPC29xx Microcontrollers Slide 43
The image shown on this slide is a snapshot of the VIC operation in its entirety. The specific registers have been mapped that are used at each stage of interrupt handling. This modified image will help in understanding the VIC interface. The INT_REQUEST registers helps the application to classify the source as an IRQ or FIQ. It will also help in setting the priority level for the interrupt. The INT_PENDING registers gather the pending bits of all the interrupt requests. Software can make use of this feature to gain a faster overview of pending interrupts than it would get by reading the individual interrupt request registers.The INT_PRIORITY mask registers define the thresholds for priority-level masking. Each interrupt target has its own priority limiter which can be used to define the minimum priority level for nesting interrupts. The INT_VECTOR register identifies for each interrupt target the highest-priority enabled pending interrupt request that is present at the time when the register is being read. The software Interrupt Service Routine (ISR) must always read the vector register that corresponds to the interrupt target. The interrupt vector content can be used as a vector into a memory based table to find the ISR address.
PTM Published on: 2011-11-02