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.

LAUNCHXL-CC1312R1: No Callback from RF_postCmd

Part Number: LAUNCHXL-CC1312R1
Other Parts Discussed in Thread: CC1310

Hi 

Our project is to migrate our system from CC1310 TIRTOS 2.20.00.06 to CC1312 SDK4.40.04.04.

I’m working on the RF driver. I‘m using the existing smartrf_settings files that we used for CC1310 + I updated the pOverrides for CC1312.

I’m running the following radio example:

rfHandle = RF_open(&rfObject, &RF_prop, (RF_RadioSetup*)&RF_cmdPropRadioSetup, &rfParams);

RF_postCmd(rfHandle, (RF_Op*)&RF_cmdFs, RF_PriorityNormal, fff_Callback, 0);

When I’m calling to RF_postCmd in this example, I get to the fff_Callback

However, in my project , I don’t get to the callback function.

Any idea what might be the problem?

Should I add more changes to smartrf_setting (in addition to the pOverrides)?