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.

cc1120 sleep problem

Other Parts Discussed in Thread: CC1120

Hi,

I try to send cc1120 in sleep mode.

In the datasheet the consumption in this mode is 0.3uA but in my tests the consumption is ~230uA !!!

To send cc120 in sleep mode, I send these commands :

 trxSpiCmdStrobe(CC112X_SRES);
trxSpiCmdStrobe(CC112X_SXOFF);
trxSpiCmdStrobe(CC112X_SPWD);          

The measured current after these commands is ~230uA (3.3Vcc power).

How can I reach the value of 0.3uA?