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.

CC1101: CC1101

Part Number: CC1101

Hello,

void WakeOnRadio_Init()
{
SpiWriteReg(CC1101_WORCTRL, 0x78);

SpiWriteReg(CC1101_MCSM2,0x18);

SpiWriteReg(CC1101_WOREVT0,0X9A);

SpiWriteReg(CC1101_WOREVT1,0X11);

SpiStrobe(CC1101_SWOR);
}

With this WOR functionality, the consumption is around 300 uA. 

Now I changed the value of the WORCTRL register to 0xF8 ( RC_PD 1 R/W Power down signal to RC oscillator).

 .

this change leads the consumption to around 2uA.will this affect my receiving functionality? or it will be the same as it was working before?

if it affects what changes do I need to implement?

my previous post https://e2e.ti.com/support/wireless-connectivity/sub-1-ghz-group/sub-1-ghz/f/sub-1-ghz-forum/1322314/cc1101-cc1101?ReplyFilter=Answers