English
Language : 

CC2430 Datasheet, PDF (50/212 Pages) Texas Instruments – A True System-on-Chip solution for 2.4 GHz IEEE 802.15.4 / ZigBee-TM
CC2430
8051 CPU : Interrupts
interrupts missing this they are to be treated
as level triggered (apply to ports P0, P1 and
P2). The switchboxes are shown in default
state, and or indicates rising or falling
edge detection, i.e. at what time instance the
interrupt is generated. As a general rule for
pulsed or edge shaped interrupt sources one
should clear CPU interrupt flag registers prior
to clearing source flag bit, if available, for flags
that are not automatically cleared. For level
sources one has to clear source prior to
clearing CPU flag.
Table 30: Interrupts Overview
Interrupt
number
0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description
RF TX FIFO underflow and RX
FIFO overflow.
ADC end of conversion
USART0 RX complete
USART1 RX complete
AES encryption/decryption
complete
Sleep Timer compare
Port 2 inputs
USART0 TX complete
DMA transfer complete
Timer 1 (16-bit)
capture/compare/overflow
Timer 2 (MAC Timer)
Timer 3 (8-bit) compare/overflow
Timer 4 (8-bit) compare/overflow
Port 0 inputs
USART1 TX complete
Port 1 inputs
RF general interrupts
Watchdog overflow in timer mode
Interrupt
name
RFERR
ADC
URX0
URX1
ENC
ST
P2INT
UTX0
DMA
T1
T2
T3
T4
P0INT
UTX1
P1INT
RF
WDT
Interrupt
Vector
03h
0Bh
13h
1Bh
23h
2Bh
33h
3Bh
43h
4Bh
53h
5Bh
63h
6Bh
73h
7Bh
83h
8Bh
Interrupt Mask, Interrupt Flag,
CPU
CPU
IEN0.RFERRIE TCON.RFERRIF7
IEN0.ADCIE
IEN0.URX0IE
IEN0.URX1IE
IEN0.ENCIE
TCON.ADCIF7
TCON.URX0IF7
TCON.URX1IF7
S0CON.ENCIF
IEN0.STIE
IEN2.P2IE
IEN2.UTX0IE
IEN1.DMAIE
IEN1.T1IE
IRCON.STIF
IRCON2.P2IF8
IRCON2.UTX0IF
IRCON.DMAIF
IRCON.T1IF7,8
IEN1.T2IE
IEN1.T3IE
IEN1.T4IE
IEN1.P0IE
IEN2.UTX1IE
IEN2.P1IE
IEN2.RFIE
IEN2.WDTIE
IRCON.T2IF7,8
IRCON.T3IF7,8
IRCON.T4IF7,8
IRCON.P0IF8
IRCON2.UTX1IF
IRCON2.P1IF8
S1CON.RFIF8
IRCON2.WDTIF
7 HW cleared when Interrupt Service Routine is called.
8 Additional IRQ mask and IRQ flag bits exists.
CC2430 revision E Data Sheet (rev. 2.1) SWRS036F
Page 50 of 211