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.

CCS/CC2640R2F: Low Power Mode

Part Number: CC2640R2F

Tool/software: Code Composer Studio

Hi,

I am using CC2640R2F Custom Board. My project requirement is when a pin switches its state(HIGH/LOW) Board needs to switch between active mode and sleep mode.

I took Simple Peripheral project as reference from BLE5 Stack. Enabled POWER_SAVING and Display_DISABLE_ALL in Predefined symbols.

When Pin state is changed from HIGH to LOW, advertising is stopped and enabled when Pin State is triggered from LOW to HIGH.

Power Consumption(using Multimeter) is observed as below:

Active Mode : 2.93mA

Sleep Mode : 140uA

I want power consumption to be still decreased in sleep mode.Can anyone help me what changes I need to do in my code.

Thanks,

Anuhya.