环境:win7,SDK:simplelink_cc2640r2_sdk_3_20_00_21,例程:rfPacketRx_CC2640R2_LAUNCHXL_nortos_ccs
语句: RF_EventMask terminationReason = RF_runCmd(rfHandle, (RF_Op*)&RF_cmdPropRx, RF_PriorityNormal, &callback, RF_EventRxEntryDone);
问题描述:
编译烧写成功,但运行时一直卡在 RF_EventMask terminationReason = RF_runCmd(rfHandle, (RF_Op*)&RF_cmdPropRx, RF_PriorityNormal, &callback, RF_EventRxEntryDone);这一句,没有返回值,也没有运行下一句。进行debug调试时,也是一直卡在这一句。
问题:运行RF_runCmd(rfHandle, (RF_Op*)&RF_cmdPropRx, RF_PriorityNormal, &callback, RF_EventRxEntryDone);时是否要注意配置或修改什么参数值??
或者什么问题会导致一直卡在这里?