This section describes how the state
RX_ON is entered. In this state the receiver tries to detect IEEE 802.15.4 synchronization headers (
SHR) on the configured RF channel. The state
RX_ON can generally be entered by writing the value
CMD_RX_ON to the sub register
SR_TRX_CMD. The following state transitions are defined:
If the state
RX_ON is requested from the state
TRX_OFF, the PLL needs up to
tTR6 to lock to the configured channel. The radio transceiver is only able to receive after the
TRX_IRQ_PLL_LOCK occured.
- Code example
If the state
RX_ON is requested from state
PLL_ON, the transition occurs within
tTR8.
- Code example
If the command
CMD_RX_ON is written to the sub register
SR_TRX_CMD and the radio transceiver is in the
BUSY_TX state, the ongoing transmit transaction is completed and the state change to
RX_ON occurs right after the
TRX_IRQ_TRX_END interrupt.
- Code example
-