halSpiWriteReg(CCxxx0_WORCTRL, 0x78); // Not using AUTO_SYNC function.0x78
halSpiWriteReg(CCxxx0_WOREVT1, 0xCB); // High byte Event0 timeout(1.5s)
halSpiWriteReg(CCxxx0_WOREVT0, 0x20); // Low byte Event0 timeout.
halSpiWriteReg(CCxxx0_MCSM2, 0x01);
halSpiWriteReg(CCxxx0_MCSM0, 0x18); // 1A
halSpiStrobe(CCxxx0_SFRX); //复位RX——BUFF
halSpiStrobe(CCxxx0_SWORRST);
halSpiStrobe(CCxxx0_SIDLE);
halSpiStrobe(CCxxx0_SWOR); //启动WOR
请问:我这样配置后,为什么cc1101模块进入休眠后,又立马被唤醒了呢,而不是等到1.5s后自动醒来?