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.

RTOS / CC2630:Cc2630 launchPad consumes too much power using external DCDC

Part Number: CC2630
Other Parts Discussed in Thread: CC2650

Tool/software: TI-RTOS

To burn the SampleSwitch project on the cc2630 launchPad, the sleep power consumption is about 8 uA. However, the DCDC _ SW and VDDR are grounded, and 1.8 V power supply is used, only the configuration in cfg. c is modified, and the sleep power consumption is about 130 uA. the configuration of the cfg. c modification is as follows:

#define SET_CCFG_MODE_CONF_1_ALT_DCDC_VMIN              0x0

#define SET_CCFG_MODE_CONF_DCDC_RECHARGE          0x1 // Do not use the DC/DC during recharge in powerdown

#define SET_CCFG_MODE_CONF_DCDC_ACTIVE                0x1 // Do not use the DC/DC during active mod