Hi
I used only GLDO for power supply regulator, and i had no clue whether it can go into standby mode to power saving, bec the current was over 3mA all times, i followed the direction from datasheet to do hardware design for using GLDO, it worked, and for the Software, i did in ccfg file:
#define SET_CCFG_SIZE_AND_DIS_FLAGS_DIS_ALT_DCDC_SETTING 0x0 //Alternate DC/DC setting enabled
#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 mode
and for clock, i chose RCOSC for HF and LF, and:
#define SET_CCFG_MODE_CONF_SCLK_LF_OPTION 0x3//LF RCOSC
and others configuration as default, and i got 2.6mA all times, and i want to know how it happens? and what should i looking for?