I've checked CC1101 configuration register and I found that MARC_STATE is not in 0x00 (=sleep)...
How can I force it to sleep state?
Shouldn't be done by :
SMPL_Ioctl(IOCTL_OBJ_ADDR, IOCTL_ACT_RADIO_RXIDLE, 0); // stop radio
SMPL_Ioctl(IOCTL_OBJ_ADDR, IOCTL_ACT_RADIO_SLEEP, 0); // radio going to sleep
??