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.

cc2530 卡在一个很奇怪的地方。。

Other Parts Discussed in Thread: CC2530

  while (!(RSSISTAT & 0x01)); 程序一直卡在这里。换了几块板子都是这样。。应该不是硬件的问题。。。。

/*
* Wait for radio to reach infinite reception state by checking RSSI valid flag.
* Once it does, the least significant bit of ADTSTH should be pretty random.
*/

这是协议栈开始的初始化的地方。。我也没改过什么。。。