Sleep idle current for nRF52833XXAA.

I am testing the Sleep idle current for the nRF52833QDAA module.

The module is nothing connected outside except the fundamental circuit as the attached picture shown.

And I am using a very simple code to turn the module to sleep idle mode in the main.

here is the code:

I find that there is totally no sleep idle current difference if I called enable_ram_retention or disable_ram_retention before enter sleep idle mode.

So How can I achieve the sleep idle mode current ( System ON, no RAM retention, wake on any event 1.1uA) without RAM retention according to the nRF52833 manual?

Right now it is only average 2uA, any help to achieve 1.1uA??

Thanks.

Parents
  • Do you have anything other running at this point? Any wakeup sources? Buttons or a timer? 

  • No, basically nothing run as you can see the code i provided above. 

    i didn't initialize anything and enter sleep idle directly except disable ram retention.

    So i have no idea now.

Reply
  • No, basically nothing run as you can see the code i provided above. 

    i didn't initialize anything and enter sleep idle directly except disable ram retention.

    So i have no idea now.

Children
No Data