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.
*/
这是协议栈开始的初始化的地方。。我也没改过什么。。。