Floor current too high

Hi,

SDK 3.0.2, nrf9160 (actinius icarus som), custom board, based on modules example. LTE-M with PSM.

Floor current is too high, at around 500 uA. There is a known issue on the custom board but approx. 450 uA are left. Attached is the behavior after reset and then zoom into where I would expect way less current consumption. Something is pulsing at a rate of ~7ms. 

This is the build config:

and the .config from output:

...
CONFIG_PM_DEVICE=y
CONFIG_PM_DEVICE_POWER_DOMAIN=y
CONFIG_PM_DEVICE_RUNTIME=y
...
# CONFIG_LOG is not set
# CONFIG_SERIAL is not set
...
CONFIG_TFM_LOG_LEVEL_SILENCE=y
...

Devicetree:

I have read https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/test_and_optimize/optimizing/power_general.html and several posts in the devzone but no clue where this could come from. When removing the nrf9160 from the custom board the current is as expected, so it is most likely something in the nrf9160.

Parents Reply Children
Related