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.

Ez430-RF2500调试

Other Parts Discussed in Thread: CC2500

这套组件在组网的时候,用仿真器单步执行仿真时候,执行到

while (SMPL_NO_JOIN == SMPL_Init((uint8_t (*)(linkID_t))0))//检测是否有网络存在?
{
SMPL_Ioctl( IOCTL_OBJ_RADIO, IOCTL_ACT_RADIO_SLEEP, "" );//配置CC2500进入休眠,降低功耗
__bis_SR_register(LPM3_bits + GIE); // LPM3 with interrupts enabled
}

这句话的时候,仿真器一直卡死在这个while语句中,执行到最后一句休眠模式,又回到第一句是否有网络存在,执行不了下一句,请问这是硬件问题吗,中间组网发射的代码用的是TI官方的程序,谢谢了