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.
RF_Params_init(&RfParamsTX);
//Setting Tx Parameters
RF_cmdPropTx.pktLen = PAYLOAD_LENGTH;
RF_cmdPropTx.pPkt = RfPacketTx;
RF_cmdPropTx.startTrigger.triggerType = TRIG_NOW;
//Excute Tx CMD
RfHandleTx = RF_open(&RfObjectTx, &RF_prop, (RF_RadioSetup*)&RF_cmdPropRadioDivSetup, &RfParamsTX);
RF_postCmd(RfHandleTx, (RF_Op*)&RF_cmdFs, RF_PriorityNormal, NULL, 0);
RF_EventMask result = RF_runCmd(RfHandleTx, (RF_Op*)&RF_cmdPropTx, RF_PriorityNormal, NULL, 0);
运行到最邱中一句时会出错,提示“Unknown CPU status”, 一直找不到原因?
请问您现在使用的时例程还是自己的程序?单从目前给出的代码我没有发现问题。若是可以的话,请您给出详细的程序/工程,我们在开发板上测试一下
RF_EventMask result = RF_runCmd(RfHandleTx, (RF_Op*)&RF_cmdPropTx, RF_PriorityNormal, NULL, 0); 程序卡在这一句, 目前用的是2021年的CC1310出现了这种问题, 改用19年的CC1310运行都很正常!!!
请问您现在测试的是哪个例程呢?能否给出例程路径?另外硬件的话,使用的是TI开发板?
两者的芯片版本不同?
查看芯片版本的话,请看下面的链接