Other Parts Discussed in Thread: CC2640, BLE-STACK, CC2540, TPS709, CC2650
Dear all,
I'm currentently working on a very low power project with CC2640.
I've noticed very high power consumption of the controller even in Standby-Mode.
In main(), I execute the following code: (I get the same results, when I use the standard standby power-policy)
Power_init();
Power_enablePolicy();
Power_sleep(PowerCC26XX_STANDBY);
BIOS_start();
I expect the CC2640 go into Standby-mode consuming very low current around 1uA. But I measure a current around 1.8mA.
Are there any code references, I could use to enable Standby-mode and measure the current consumption?
How can I activate the Standby-mode?
Thanks in advance for your help.


