This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

how 528323 reduce power consumes with freertos ?

Hi Nordic, 

we use the demo  "ble_app_hrs_freertos"  (nRF52832, SDK13.0)

I'm trying to get it into low power (system on mode) , and the idle task keep on running and the system consumes ~15uA constantly 

but we whise the consumes <2uA, how to reduce the power consumes?

we have other app,whitch consumes is <2uA (nRF52832, SDK12.2), but without freertos

thank you

Parents
  • Hi,

    Are you running any timers or tasks that will generate interrupts? If you are seeing ~15 uA current, the CPU is sleeping and there is some other peripheral running that is consuming the additional current. Are you testing this on a nRF52 DK, or on a custom board? Have you tried updating to the latest SDK (v15.2.0) and the FreeRTOS version available there? There might be some bug-fixes included.

    Best regards,
    Jørgen

Reply
  • Hi,

    Are you running any timers or tasks that will generate interrupts? If you are seeing ~15 uA current, the CPU is sleeping and there is some other peripheral running that is consuming the additional current. Are you testing this on a nRF52 DK, or on a custom board? Have you tried updating to the latest SDK (v15.2.0) and the FreeRTOS version available there? There might be some bug-fixes included.

    Best regards,
    Jørgen

Children
Related