Hi,
nRF9160 in nRF9160DK with NCS v1.6.0 and master, power consumption measured by PPK2.
With CONFIG_SLM_EXTERNAL_XTAL=n nRF9160 average power consumption is ~7uA after #XSLEEP=2 in PSM.
With CONFIG_SLM_EXTERNAL_XTAL=y nRF9160 average power consumption is ~1040uA after #XSLEEP=2 in PSM (alike with #XSLEEP=1).
It seams that nRF9160 High frequency clock keeps running after #XSLEEP=2 with CONFIG_SLM_EXTERNAL_XTAL=y.
Can you check it an implement power savings during #XSLEEP=2 and #XSLEEP=1 with CONFIG_SLM_EXTERNAL_XTAL=y please ?
Why is in SLM CONFIG_SLM_EXTERNAL_XTAL=n if we consider UART device documentation "The external crystal oscillator must be enabled to obtain sufficient clock accuracy for stable communication" ?