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.

CC1310: rfpacketRX例程中主函数里的while(1)不会执行

Part Number: CC1310


这是rfpacketRX例程,我想在未实际接收数据时进行一些其它操作,但我发现主函数中的while(1)并不会执行,例如在while中点灯失败,代码放在rf_runcmd命令前则可以执行,我不太明白这是为什么以及如何去实现