A N 6 9 2
Rev 0.4
33
5.2.2.1. Direct Mode RX
In RX direct mode, the RX Data and RX Clock can be programmed for direct (real-time) output to GPIO pins. The
microcontroller may then process the RX data without using the FIFO or packet handler functions of the RFIC.
The GPIOs of the radio used for the RX_DATA and RX_DATA_CLK output can be changed without generating a
new configuration file again. In the
radio_config.h
file, insert or modify the definition for the given GPIO as shown
below.
Replace the value with the corresponding property value. For the GPIO configuration options and values, refer to
the API documentation.
Figure 30. Activate Direct RX Mode
5.2.2.2. Direct Mode TX
The radio can be used in direct transmission mode. In this mode the data to be sent should be fed externally to the
radio chip using one of its GPIOs. The GPIO used to input TX_DATA is configured by the EZConfig array, which
means that a new EZConfig array will be generated each time this pin is changed. Optionally, the TX_DATA_CLK
output can be changed via replacing the desired GPIO define value with the corresponding TX_DATA_CLK value.
This modification doesn’t require new EZConfig Array generation. For the GPIO configuration options and values,
refer to the API documentation.
Figure 31. Activate Direct TX Mode
Содержание Si4455 Series
Страница 8: ...AN692 8 Rev 0 4 Figure 6 Device Configuration Options ...
Страница 22: ...AN692 22 Rev 0 4 Figure 21 Supply Current versus Time Diagram from Shutdown to RX State ...
Страница 23: ...AN692 Rev 0 4 23 4 4 Radio Chip Waking Up Figure 22 Radio Wake Up Process ...
Страница 25: ...AN692 Rev 0 4 25 4 5 EZConfig and Configuration Options Figure 23 Radio RF Initialization Process ...
Страница 35: ...AN692 Rev 0 4 35 Figure 32 Transmission Flowchart ...
Страница 39: ...AN692 Rev 0 4 39 Figure 33 Reception Flowchart ...
Страница 41: ...AN692 Rev 0 4 41 Figure 34 Bidirectional Variable Packet Example Project Flowchart ...
Страница 47: ...AN692 Rev 0 4 47 Figure 41 Long Packet Transmission Flowchart ...
Страница 48: ...AN692 48 Rev 0 4 Figure 42 Long Packet RX Flowchart ...