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.

RTOS/CC1310: CC1310 async RX WOR Hard Fault

Part Number: CC1310

Tool/software: TI-RTOS

Hi,

I try to run async rx WOR,  run RF_cmdPropRxSniff as async:

asyncCmdHndl = RF_postCmd(rfHandle, (RF_Op*)&RF_cmdPropRxSniff,
RF_PriorityHigh, rxWorDoneCallback, EASYLINK_RF_EVENT_MASK);

but after 15-30 min, I get: Hard Fault: FORCED: BUSFAULT: PRECISERR.Data Access Error. Address = 0xf7289df0 (I'm reading this error message using the ROV)

Can anyone tell me how to further proceed with fixing this error.

Thank you in advance.