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

Other Parts Discussed in Thread: CC2650, SYSBIOS

关于芯片CC2650的功耗管理的文档里面:

var Power = xdc.useModule('ti.sysbios.family.arm.cc26xx.Power');
Power.idle = true;
Power.policyFunc = Power.standbyPolicy;

When Power.idle is set to "true", the Power module will insert a function into the SYS/BIOS Idle loop to
run a Power Policy. By default, Power.idle is "false", so the developer needs to explicitly enable usage
of a Power Policy  会自动调用 Power Policy函数,不知道是不是这样理解,我把true,改为了false电流提高了,是否能说明 Power Policy函数起作用了?但是我修改 Power Policy函数里面的constraints约束条件,使其进入不同的模式,为什么不起作用?

不知道给位能否知道一下,万分感谢,谢谢.