Hi,
My customer is running own application code on AWR1642 with mmWave SDK 2.0 and after running several seconds, he met RF CPUFAULT. Customer added code as below.
case RL_RF_AE_CPUFAULT_SB:
{
rlCpuFault_t* ptrRFCpuFaultMessage;
ptrRFCpuFaultMessage = (rlCpuFault_t*)payload;
/* Post event to datapath task notify BSS events */
Event_post(gMmwMssMCB.eventHandle, MMWDEMO_BSS_CPUFAULT_EVT);
break;
}
And print out the playload info as below.
faultType=3
lineNum=764
faultLR=159432
faultPrevLR=0
faultSpsr=415
faultSp=134282560
Would you pls kindly check what may cause the RF CPUFAULT?