Hi experts:
I want to use CC1125 as RF transceiver for our digital PMR device(BW: 12.5KHz, 4FSK, 9.6Kbps )!
According to user guide of CC1125, I have to use CFM/Analog FM mode format with transparent mode, from user guide 5.2.4 as following:
The signal CFM_TX_DATA_CLK can be output on a GPIO by setting IOCFGx.GPIOx_CFG = 30. This
signal will be asserted every time the CFM_TX_DATA_IN register should be written and should be
used as an interrupt to the MCU to synchronize the SPI data to the internal modulation rate. The
signal runs at 16x the programmed symbol rate.
The signal CLKEN_CFM should be output on a GPIO (IOCFGx.GPIOx_CFG = 29) and used as a
trigger to read the CFM_RX_DATA_OUT samples. This signal runs at the same rate as the
programmed symbol rate.
Looks in Tx status, the data rate from MCU to CC1125 is 16*symbol rata(4.8K), but in Rx status, the data rate from CC1125 to MCU is just 1*symbol rate?
Becasue in Rx state, MCU have to do demodulate by itself, so just 1*symbol rate, I think it doesn't work for my case!
Could you give me some suggestion for my case?
br
Haibo