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.

CC1312R: Frequency offset Read

Part Number: CC1312R
Other Parts Discussed in Thread: CC1310

Hello!

Previously we used "Frequency Offset" on received packets feature with CC1310:

rfc_CMD_READ_RFREG_t RF_cmdReadRfregFreqOffset =

{
.commandNo = 0x0601,
.address = 0x5154,
.value = 0,
};
RF_runImmediateCmd(rfHandle, (uint32_t*)&RF_cmdReadRfregFreqOffset);

offset = RF_cmdReadRfregFreqOffset.value;

With this offset information we could do a frequency calibration of nodes in network "on-the-fly".

Now we are moving to CC1312 and this command always returns "0".

Is the command 0x0601 still supported on new crystals?

Thank you!