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.

CC1100问题

Other Parts Discussed in Thread: CC1100

1.MCSM1为默认状态,没有对其操作,这样的话,如果用中断接收数据,IOCFGDO0为0x06,进入中断后就可以被认为是进入了SIDLE模式?

2.对于MCSM0进行的操作是:halSpiWriteReg(CCxxx0_MCSM0, 0x18);//配置CC1100在空闲到TX/RX时,自动校准,校准是需要时间的,

如果

halSpiStrobe(CCxxx0_SIDLE);
halSpiStrobe(CCxxx0_SFRX);
halSpiStrobe(CCxxx0_SRX);

Delay_ms(10); //等待接收到数据

这样的话,接收数据的过程和校准的过程会不会冲突?就是在校准的同时,会不会接收数据受到妨碍?