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)?