I use the QSPI(SDK15.2) of NRF52840 to read and write FLASH. Every time I open QSPI function, QSPI is closed after writing flash, but after close QSPI,
there will be occasional 600UA power consumption, the probability is 5%;Debugging found that if you close the QSPI and then call the AD conversion function "nrfx_saadc_sample_convert",
the power consumption can basically return to normal, what is the reason for this, how to solve.
thinks!!