power consumption of around 0.77mA even after system off command

I noticed that my custom pcb draws power even when just commanding a simple system off call..

Im certain that this is not hardware related as I did the same with one of the nrf examples from SDK 15.3 and the power consumption goes down to below 100uA which I would expect. 

Which preprocessor definitions or project configurations could lead to such behavior?

My main loop is just 

NRF_POWER->SYSTEMOFF = 1; 

nothing else so it must be in the configuration but I cant point out where. How would I find a source for this problem?

Im using an nrf52840 uC on a custom board but as I said hardware shouldn't be a problem as I tested this. 

Parents
  • I am assuming that you see the issue with latest nRF5SDK v17.1.0 as compared to your working test in v15.3. Can you give me the exact version of the nRF52840 chip you are using? (Full Laser marking on the chip). Are you sure that you have chose the correct variant of the chip when testing in the latest SDK? 

    So you have not configured any GPIO or other peripheral but just entering system_off as soon as you enter main? Then it seems strange to me with the difference from 100uA to 0.77mA. When you give me the laser markings of the chip, I can try to test this myself on desk to see if I see the same difference.

Reply
  • I am assuming that you see the issue with latest nRF5SDK v17.1.0 as compared to your working test in v15.3. Can you give me the exact version of the nRF52840 chip you are using? (Full Laser marking on the chip). Are you sure that you have chose the correct variant of the chip when testing in the latest SDK? 

    So you have not configured any GPIO or other peripheral but just entering system_off as soon as you enter main? Then it seems strange to me with the difference from 100uA to 0.77mA. When you give me the laser markings of the chip, I can try to test this myself on desk to see if I see the same difference.

Children
Related