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.

RTOS/MSP432-RTOS: power manager

Part Number: MSP432-RTOS
Other Parts Discussed in Thread: ENERGYTRACE

Tool/software: TI-RTOS

Hi guys

I am new to msp432 and TI-RTOS (but have designed stuff with msp430 and non-rtos firmware).

So I am playing with this MSP432P401R LaunchPad - Red 2.0 and learning TI-RTOS for a new wifi application. I can't seem to put the device into low power/sleep mode.

Here are what I have done:

In CCS 7 -> Resource Explorer -> Software -> TI-RTOS for MSP430 - v:2.20.00.06 -> MSP432P401R LaunchPad - Red 2.0 -> Driver Examples -> Empty Examples -> Empty Project -> Import to CCS

So I have removed the heartBeatFxn() in the demo.

Here is my power setting:

const PowerMSP432_ConfigV1 PowerMSP432_config = {
    .policyInitFxn = &PowerMSP432_initPolicy,
    .policyFxn = &PowerMSP432_sleepPolicy,
    //.policyFxn = &PowerMSP432_deepSleepPolicy,
    .initialPerfLevel = 1,
    .enablePolicy = true,
    .enablePerf = true,
    .enableParking = true
};

From energy trace and measurement from my meter, I get about 1mA, that's too much current.

So what I am missing here?

Thanks

**Attention** This is a public forum