Debugging RF Output¶
As mentioned in the CC23xx SimpleLink Wireless MCU Technical Reference Manual, the RF output can be mapped to pins on the LaunchPad for RF signal debugging. These pins are intended to be used when connecting an RF range extender. However, they can also help in instances where it is unclear if the device is transmitting or receiving in the right window.
On the CC23xx or CC27xx, the RF observables should be enabled through SysConfig.
In SysConfig -> TI DRIVERS -> RCL -> RCL Observables,
For
Use CaseselectPA/LNA PinsThe settings for the
Additional RF GPIO Signalsshould be automatically selected (RFEGPO0 (PA_EN)andRFEGPO1 (LNA_EN))
The DIO the signal is outputted on can then be
configured under SysConfig -> TI DRIVERS -> RCL -> PinMux
LRF GPIOshould be left toLRF
RFEGPO0 Pinshould be set to the DIO wanted for the PA signal (Radio Tx)
RFEGPO0 Pinshould be set to the DIO wanted for the LNA signal (Radio Rx)
Configuration to set under SysConfig -> TI DRIVERS -> RCL to enable RF Observables¶