有一个官网买的评估板 芯片封装是48脚 7*7 的。在评估板上 添加各种功能后 做低功耗测试,成功的在standby模式下降到了20uA以下!
同样的功能测试代码,更换到 芯片封装是32脚 4*4 大小下后。。。功耗在1mA+。这是什么情况呢?
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.
c文件中的电源部分是否和下面配置相同:
/*
* ============================= Power begin ===================================
*/
/* Place into subsections to allow the TI linker to remove items properly */
#if defined(__TI_COMPILER_VERSION__)
#pragma DATA_SECTION(PowerCC26XX_config, ".const:PowerCC26XX_config")
#endif
const PowerCC26XX_Config PowerCC26XX_config = {
.policyInitFxn = NULL,
.policyFxn = &PowerCC26XX_standbyPolicy,
.calibrateFxn = &PowerCC26XX_calibrate,
.enablePolicy = TRUE,
.calibrateRCOSC_LF = TRUE,
.calibrateRCOSC_HF = TRUE,
};
如果配置没有问题,测量时也断开了xds110,仅保留VDD和GND,那么造成功耗高的原因可能是硬件有问题
好哩呢,谢谢您给解疑与告知。我这边再去求助下硬件组~
除了当前帖子的问题外,有个新的问题 :关于程序从f128大小转到f32大小的问题。
我开了新的帖子啦~ 期待您 有空的情况下 给予指导~