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信道无法切换

Other Parts Discussed in Thread: CC2500

你好!

我想对CC2500进行信道扫描测试,执行了如下操作:

(1)SIDLE

(2)SNOP确认进入了IDLE状态

while(1)

{

        (3)切换信道(Write_CHANNR)

        (4)读当前信道(Read_CHANNR),这里读出的永远是0信道,无论写入什么信道

}