Other Parts Discussed in Thread: CC2400
Tool/software:
Hi Team,
My customer is using CC2500 and they need to enable Manchester encoding/decoding.
When MDMCFG2.MANCHESTER_EN set as 1, the RF packet can not be received.
( TI_CC_SPIWriteReg(REG_MDMCFG2, 0x7B);
TI_CC_SPIWriteReg(REG_MDMCFG1, 0x42); )
But When MDMCFG2.MANCHESTER_EN set as 0, the RF packet can be received.
( TI_CC_SPIWriteReg(REG_MDMCFG2, 0x73);)
Please help to provide comments or example codes for enabling Manchester encoding/decoding. Thanks.
