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/CC1352R: 3mA DC Current after 3minutes without advertising

Part Number: CC1352R

Tool/software: Code Composer Studio

Hy,

we develop a battery based device, that shall have a shipment mode: No advertising, as little as possible power consumption until a button is pressed. The mode is activated over a BLE command.

When this command is received, I call the following:

GapAdv_disable(advHandleLegacy);

Everything looks good, device stops advertising and has minimum power consumption. Wake up with button press works well.

But after approx 3min in this mode, power consumption jumps up to 3mA DC current. Device is still working: When I push the button in this mode, the devices starts advertising and has the expected power consumption.

We are puzzling about this issue since quite a while, without progress. Is 3mA an evidence for processor not falling asleep? In the fail state the 48Mhz quartz oscillates regularly.

Is there any hints that you could give us for futher investigation?

Our setup:

- custom hardware, CC1352R

- SDK simplelink_cc13x2_26x2_sdk_3_10_00_53

- Project based on dmm_154sensor_remote_display_app (BLE peripheral, 15.4 sensor)

- 15.4 is not activated

Any help appreciated

Harald