ADSP-BF53x/BF56x Blackfin Processor Programming Reference
4-39
Program Sequencer
ILAT Register
Each bit in the Core Interrupt Latch register (
ILAT
) indicates that the cor-
responding event is latched, but not yet accepted into the processor (see
Figure 4-6
). The bit is reset before the first instruction in the correspond-
ing ISR is executed. At the point the interrupt is accepted,
ILAT[N]
will be
cleared and
IPEND[N]
will be set simultaneously. The
ILAT
register can be
read in Supervisor mode. Writes to
ILAT
are used to clear bits only (in
Supervisor mode). To clear bit
N
from
ILAT
, first make sure that
IMASK[N] == 0
, and then write
ILAT[N] = 1
. This write functionality to
ILAT
is provided for cases where latched interrupt requests need to be
cleared (cancelled) instead of serviced.
The
RAISE
instruction can be used to set
ILAT[15]
through
ILAT[5]
, and
also
ILAT[2]
or
ILAT[1]
.
Only the JTAG
TRST
pin can clear
ILAT[0]
.
Figure 4-5. Core Interrupt Mask Register
31 30
29 28
27 26
25 24
23 22
21 20
19
18 17 16
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
15 14
13 12
11 10
9
8
7
6
5
4
3
2
1
0
1
0
0
0
0
0
0
0
0
0
0
0
1
1
1
1
Core Interrupt Mask Register (IMASK)
IVHW (Hardware Error)
IVTMR (Core Timer)
IVG7
IVG8
IVG15
IVG14
IVG13
IVG12
IVG11
IVG10
IVG9
For all bits, 0 - Interrupt masked, 1 - Interrupt enabled
Reset = 0x0000 001F
0xFFE0 2104
Содержание ADSP-BF53x Blackfin
Страница 38: ...Conventions xxxviii ADSP BF53x BF56x Blackfin Processor Programming Reference...
Страница 134: ...System Reset and Powerup 3 18 ADSP BF53x BF56x Blackfin Processor Programming Reference...
Страница 324: ...Instruction Overview 7 20 ADSP BF53x BF56x Blackfin Processor Programming Reference...
Страница 486: ...Instruction Overview 13 28 ADSP BF53x BF56x Blackfin Processor Programming Reference...
Страница 512: ...Instruction Overview 14 26 ADSP BF53x BF56x Blackfin Processor Programming Reference...
Страница 604: ...Instruction Overview 15 92 ADSP BF53x BF56x Blackfin Processor Programming Reference...
Страница 688: ...Instruction Overview 18 48 ADSP BF53x BF56x Blackfin Processor Programming Reference...
Страница 742: ...Instruction Overview 19 54 ADSP BF53x BF56x Blackfin Processor Programming Reference...
Страница 752: ...Examples 20 10 ADSP BF53x BF56x Blackfin Processor Programming Reference...
Страница 780: ...Product Identification Register 21 28 ADSP BF53x BF56x Blackfin Processor Programming Reference...
Страница 790: ...ADSP BF535 Flags A 10 ADSP BF53x BF56x Blackfin Processor Programming Reference...
Страница 800: ...Performance Monitor Registers B 10 ADSP BF53x BF56x Blackfin Processor Programming Reference...
Страница 994: ...Instructions Listed By Operation Code C 194 ADSP BF53x BF56x Blackfin Processor Programming Reference...
Страница 1042: ...Index I 40 ADSP BF53x BF56x Blackfin Processor Programming Reference...