编译时warning:gdo0和gdo2是常量???(controlling expression is constant)。
调试的时候卡在
while(!GDO0);/* Wait for GDO0 to be set -> sync transmitted*/
while(GDO0);/* Wait for GDO0 to be cleared -> end of packet*/
示波器看gdo0是方波,135khz左右,和网上很多人一样的问题,不知道怎么解决
Demo Steve:
ps:
CC1100模块的SI ,SO ,SCK CSn与lpc1114的mosi,miso,SCK,SEL,正确连接,GDO0与GDO2与任意通用IO相连已在程序里进行宏定义
WZ:
编译出现这个warning是不对的,你的GDO0和GDO2是定义成I/O口吗?