Hello,
My program is stucked in RF_close function.
FYI "RF_flushCmd" function returns "RF_StatSuccess".
Is there a known issue about this command ?
My code :
RF_Params_init(&L_s_rfParams);
/* Request access to the radio */
s_24GhzRfHandle = RF_open(&s_rfObject, &RF_prop, (RF_RadioSetup*)&RF_cmdRadioSetup, &L_s_rfParams);
....
s_24GhzRfCmdHandle = RF_postCmd(s_24GhzRfHandle, (RF_Op*)&s_RF_cmdIeeeRx, RF_PriorityHigh, &RxCallback2_4Ghz, RF_EventRxOk | RF_EventMdmSoft);
....
RF_flushCmd(s_24GhzRfHandle, RF_CMDHANDLE_FLUSH_ALL, RF_STOP_ABRUPTLY);
RF_close(s_24GhzRfHandle);
Thank you for your help
Environment
LAUNCHXL-CC1352R1
sdk 2.10.00.48
2.4Ghz IEEE 802.15.4