Events and Sequencing
4-20
ADSP-BF535 Blackfin Processor Hardware Reference
System Interrupt Processing
Referring to
Figure 4-5
, note that when an interrupt (Interrupt A) is gen-
erated by an interrupt-enabled peripheral:
1.
SIC_ISR
logs the request and keeps track of system interrupts that
are asserted but not yet serviced (that is, an interrupt service rou-
tine hasn’t yet cleared the interrupt).
2.
SIC_IWR
checks to see if it should wake up the ADSP-BF535 pro-
cessor core from an idled state based on this interrupt request.
3.
SIC_IMASK
masks off or enables interrupts from peripherals at the
system level. If Interrupt A is not masked, the request proceeds to
Step 4.
4. The
SIC_IARx
registers, which map the peripheral interrupts to a
smaller set of general-purpose core interrupts (
IVG7-IVG15
), deter-
mine the core priority of Interrupt A.
5.
ILAT
adds Interrupt A to its log of interrupts latched by the core
but not yet actively being serviced.
6.
IMASK
masks off or enables events of different core priorities. If the
IVGx
event corresponding to Interrupt A is not masked, the process
proceeds to Step 7.
7. The Event Vector Table (EVT) is accessed to look up the appropri-
ate vector for Interrupt A’s interrupt service routine (ISR).
8. When the event vector for Interrupt A has entered the core pipe-
line, the appropriate
IPEND
bit is set, which clears the respective
ILAT
bit. Thus,
IPEND
tracks all pending interrupts, as well as those
being presently serviced.
Summary of Contents for ADSP-BF535 Blackfin
Page 80: ...Development Tools 1 26 ADSP BF535 Blackfin Processor Hardware Reference...
Page 312: ...Working With Memory 6 86 ADSP BF535 Blackfin Processor Hardware Reference...
Page 332: ...System Interfaces 7 20 ADSP BF535 Blackfin Processor Hardware Reference...
Page 360: ...Dynamic Power Management Controller 8 28 ADSP BF535 Blackfin Processor Hardware Reference...
Page 446: ...Beginning and Ending an SPI Transfer 10 40 ADSP BF535 Blackfin Processor Hardware Reference...
Page 522: ...Timing Examples 11 76 ADSP BF535 Blackfin Processor Hardware Reference...
Page 562: ...IrDA Support 12 40 ADSP BF535 Blackfin Processor Hardware Reference...
Page 608: ...PCI I O Issues 13 46 ADSP BF535 Blackfin Processor Hardware Reference...
Page 672: ...References 14 64 ADSP BF535 Blackfin Processor Hardware Reference...
Page 810: ...SDRAM Controller SDC 18 86 ADSP BF535 Blackfin Processor Hardware Reference...
Page 811: ...ADSP BF535 Blackfin Processor Hardware Reference 18 87 External Bus Interface Unit...
Page 812: ...SDRAM Controller SDC 18 88 ADSP BF535 Blackfin Processor Hardware Reference...
Page 860: ...DMA Bus Debug Registers 20 30 ADSP BF535 Blackfin Processor Hardware Reference...