Events and Interrupts
4-32
ADSP-BF53x/BF56x Blackfin Processor Programming Reference
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.
9. When the interrupt service routine (ISR) for Interrupt A has been
executed, the
RTI
instruction clears the appropriate
IPEND
bit.
However, the relevant
SIC_ISR
bit is not cleared unless the inter-
rupt service routine clears the mechanism that generated Interrupt
A, or if the process of servicing the interrupt clears this bit.
It should be noted that emulation, reset, NMI, and exception events, as
well as hardware error (
IVHW
) and core timer (
IVTMR
) interrupt requests,
enter the interrupt processing chain at the
ILAT
level and are not affected
by the system-level interrupt registers (
SIC_IWR
,
SIC_ISR
,
SIC_IMASK
,
SIC_IARx
).
If multiple interrupt sources share a single core interrupt, then the inter-
rupt service routine (ISR) must identify the peripheral that generated the
interrupt. The ISR may then need to interrogate the peripheral to deter-
mine the appropriate action to take.
Summary of Contents for ADSP-BF53x Blackfin
Page 38: ...Conventions xxxviii ADSP BF53x BF56x Blackfin Processor Programming Reference...
Page 134: ...System Reset and Powerup 3 18 ADSP BF53x BF56x Blackfin Processor Programming Reference...
Page 324: ...Instruction Overview 7 20 ADSP BF53x BF56x Blackfin Processor Programming Reference...
Page 486: ...Instruction Overview 13 28 ADSP BF53x BF56x Blackfin Processor Programming Reference...
Page 512: ...Instruction Overview 14 26 ADSP BF53x BF56x Blackfin Processor Programming Reference...
Page 604: ...Instruction Overview 15 92 ADSP BF53x BF56x Blackfin Processor Programming Reference...
Page 688: ...Instruction Overview 18 48 ADSP BF53x BF56x Blackfin Processor Programming Reference...
Page 742: ...Instruction Overview 19 54 ADSP BF53x BF56x Blackfin Processor Programming Reference...
Page 752: ...Examples 20 10 ADSP BF53x BF56x Blackfin Processor Programming Reference...
Page 790: ...ADSP BF535 Flags A 10 ADSP BF53x BF56x Blackfin Processor Programming Reference...
Page 800: ...Performance Monitor Registers B 10 ADSP BF53x BF56x Blackfin Processor Programming Reference...
Page 1042: ...Index I 40 ADSP BF53x BF56x Blackfin Processor Programming Reference...