![Silicon Laboratories Si4430 Manual Download Page 41](http://html1.mh-extra.com/html/silicon-laboratories/si4430/si4430_manual_1272042041.webp)
Si4430
Preliminary Rev. 0.4
41
The RX FIFO has one programmable threshold called the FIFO Almost Full Threshold, rxafthr[5:0]. When the
incoming RX data reaches the Almost Full Threshold an interrupt will be generated to the microcontroller via the
nIRQ pin. The microcontroller will then need to read the data from the RX FIFO.
Both the TX and RX FIFOs may be cleared or reset with the ffclrtx and ffclrrx bits in “Register 08h. Operating Mode
and Function Control 2,” on page 86. All interrupts may be enabled by setting the Interrupt Enabled bits in "Register
05h. Interrupt Enable 1" and “Register 06h. Interrupt Enable 2,” on page 84. If the interrupts are not enabled the
function will not generate an interrupt on the nIRQ pin but the bits will still be read correctly in the Interrupt Status
registers.
6.2. Packet Configuration
When using the FIFOs, automatic packet handling may be enabled for TX mode, RX mode, or both. "Register 30h.
Data Access Control" through “Register 4Bh. Received Packet Length,” on page 121 control the configuration,
status, and decoded RX packet data for Packet Handling. The usual fields for network communication (such as
preamble, synchronization word, headers, packet length, and CRC) can be configured to be automatically added to
the data payload. The fields needed for packet generation normally change infrequently and can therefore be
stored in registers. Automatically adding these fields to the data payload greatly reduces the amount of
communication between the microcontroller and the Si4430 and therefore also reduces the required computational
power of the microcontroller.
The general packet structure is shown in Figure 17. The length of each field is shown below the field. The preamble
pattern is always a series of alternating ones and zeroes, starting with a one. All the fields have programmable
lengths to accommodate different applications. The most common CRC polynominals are available for selection.
Figure 17. Packet Structure
An overview of the packet handler configuration registers is shown in Table 14. A complete register description can
be found in “12.1. Complete Register Table and Descriptions”.
Add R/W Function/D
escription
D7
D6
D5
D4
D3
D2
D1
D0
POR Def.
08
R/W
Operating &
Function
Control 2
antdiv[2] antdiv[1] antdiv[0]
rxmpk
autotx
enldm
ffclrrx
ffclrtx
00h
7C
R/W
TX FIFO
Control 1
txafthr[5]
txafthr[4]
txafthr[3] txafthr[2] txafthr[1] txafthr[0]
37h
7D
R/W
TX FIFO
Control 2
txaethr[5] txaethr[4] txaethr[3] txaethr[2] txaethr[1] txaethr[0]
04h
Add R/W Function/De
scription
D7
D6
D5
D4
D3
D2
D1
D0
POR
Def.
7E
R/W
RX FIFO
Control
Reserved Reserved rxafthr[5] rxafthr[4] rxafthr[3] rxafthr[2] rxafthr[1] rxafthr[0]
37h
Data
Preamble
Sy
nc W
o
rd
TX
H
e
a
d
e
r
Pa
ck
e
t L
e
ng
th
CRC
1-512 Bytes
1-4 Bytes
0-
4
B
y
te
s
0 o
r 1
B
y
te
0 or 2
Bytes