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.

CC2652R7: Low Power consumption mode in CC2652R7

Part Number: CC2652R7

Hi,

SDK using :  simplelink_cc13xx_cc26xx_sdk_7_10_01_24

Code Using :  simple_peripheral_LP_CC2652R7_tirtos7_ticlang

We are using CC2652R7 as a peripheral,

1) Can you please tell us which is the least power consumption mode for CC2652R7 

2) Please let us know the example code for switching into that corresponding low power consumption mode from simple_peripheral application. 

3) Also please tells us how to wakeup from the corresponding low power consumption mode

  • Hi,

    Thank you for reaching out. We will take a look at your provided queries and get back to you as soon as possible.

    Best Regards,

    Jan

  • Mohan,

    To answer both the first and third question together, the least power consumption mode for the CC2652R7 device would be the 'Shutdown' mode when the device is entirely turned off and the I/Os are latched with whatever value they had prior to shutdown. For this mode, a change of state on any I/O pin defined as a wake from shutdown pin wakes up the device and functions as a reset trigger. To read more details about the 'Shutdown' mode and other power modes, I would recommend you look at the Power Modes table in the Power Management section of the CC2652R7 SimpleLink Multiprotocol 2.4 GHz Wireless MCU datasheet. In this datasheet, you can also find the specific values for power consumption in each mode in the Power Consumption - Power Modes section. 

    For your second question, take a look at the Power Management section in the SimpleLink MCU SDK User's Guide for example code on switching into different power modes. You will also find reference to the power driver in the tidriver API documentation here. 

    Thanks,

    Luke