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.

LAUNCHXL-CC2640R2: How to minimize shutdown current using pinShutdown example

Part Number: LAUNCHXL-CC2640R2
Other Parts Discussed in Thread: ENERGYTRACE, CC2640R2F

Hi,

I would like to minimize current consumption by implementing pinShutdown example into simpleCentral example. In the datasheet stated that device draws <10 uA after entering shutdown mode. 

However, when I trying to run the example and observe what is the current consumption, it seems like it is not the case at all. 

I have tried powering the device using power supply with 3.3V/100mA and disconnecting TMS & TCK jumper. I have also tried closing the LED and button pin using PIN_close function before Power_shutdown.

But the best result I can achieve is only about 1.5mA.

 

1. Can the pinShutdown example without modification achieve < 10uA? If not, what modifications are needed to achieve this?

2. Can CC2640R2 support shutdownTime in function Power_shutdown? If not, can I do the similar using clock function?