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.

CC2541: How to reduce the power consumption to 300uA?

Part Number: CC2541

Dears:

From the datasheet of CC2541 the power consumption will be about 300uA in PM2.

However, the power consumption is 800uA, and not 300uA.

In PM2 there are two tasks are running.

One is task id=0, the task is LL_ProcessEvent (BLE Brodcast),

The other is task id=1, the task is Hal_ProcessEvent(Watch Dog)

The code of Low power consumption:

     /* 传感器下电后进入休眠模式 */

    osal_pwrmgr_task_state(Hal_TaskID, PWRMGR_CONSERVE);
    osal_pwrmgr_device(PWRMGR_BATTERY);
    HCI_EXT_ClkDivOnHaltCmd( HCI_EXT_ENABLE_CLK_DIVIDE_ON_HALT );

Pls. give some advice about to realize low power consumption.

Many thanks!