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.

CC2650: Broadcasting Shutdown Mode

Part Number: CC2650


Hello,

I am working on the CC2650 for BLE project. It is based on simple_broadcaster_cc2650lp and referenced to pinShutdown example as well.

The application is quite straight forward. After wake-up, blinking LED and setting PINCC26XX_setWakeup(ButtonTableWakeUp, and finally, going to shutdown via Power_shutdown(NULL, 0);

The logic operates properly after each wakeup, but the current consumption is about 500uA all the time. I guess it does not go to sleep mode, however it can be waked up and operates as desired.

Where could be the problem? Except for programming simple_broadcaster_cc2650lp_app, should I also do something in simple_broadcaster_cc2650lp_stack?

Thanks for reply!

Nanjun