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.

cc2500 Rx <--> Idle mode 切换

Other Parts Discussed in Thread: CC2500

Hi Ms/Mr:

我在使用cc2500, 在尝试切换 Rx mode 与 Idle mode时遇到麻烦, 我的流程如下:

step 1. Pwron init: Idle after Tx / Rx, then run step 2 every 500ms

step 2. if (not Rx) {

strobe Rx: TI_CC_SPIStrobe(TI_CCxxx0_SRX)

burst read MARCSTATE reg., : 读取结果不为0x0d

} else {

strobe Idle

burst read MARCSTATE reg., : 读取结果不为0x01

}

请教在Rx <--> Idle状态间切换的正确步骤应该怎样, 如何确认状态切换成功?

谢谢

Hawk.