This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC1310: when rx got the SYNC signal (RFHWIFG.MDMSOFT = 1), any idea to make sure the radio cpu will set the RFCPEIFG.RX_ENTRY_DONE, even tx stop transmit ?

Part Number: CC1310

1. fixed packet length,

2. no address checking.

My settings as follow shows:

RF_cmdPropRx.rxConf.bAutoFlushCrcErr  = 0;
                RF_cmdPropRx.rxConf.bAutoFlushIgnored = 0;
                RF_cmdPropRx.pktConf.bChkAddress      = 0;
                RF_cmdPropRx.pktConf.bRepeatNok       = 0;
                RF_cmdPropRx.pktConf.bRepeatOk        = 0;

it is that ok ?

our system need a hopping function.

for my testing:

when the device works over a few minutes (10-30mins), it stop works. and then I found before stop the device was found the SYNC signal (MDMSOFT = 1), but the radio cpu never set the
RFCPEIFG.RX_ENTRY_DONE; and
RF_cmdPropRx.status = 0x0x3400, //Operation ended normally
RF_cmdFs.status = 0x0809;  //Synthesizer programming failed.

Advisory Synthesizer Calibration Might Fail on Rare Occasions
Description The synthesizer (synth) calibration has been observed to fail on rare occasions. This will
cause any radio command that requires a calibrated synth to fail.

//

thanks.