I use nRF52832 and SDK 15.
Using the PPK, I measure a floor of about 1 mA that stay in SYSTEM_OFF mode.
Debugging in more detail, I found that it's due to the UART setup and more precisely when the TX pin is connected to P.04 !
But this pin is not connected externally (only on a connector) and if I run same setup with TX connected to another unused pin (P.25 on my case), this power consumption is gone.
So I suspect another internal resources connected to this P.04 pin, but I cannot find it. Any idea ?