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?