Hi Everyone,
I have been experimenting around with the low power SAADC example in SDK13.
I am using PCA10040 dev board and I have programmed it to start/stop ADC sampling when any of the 4 buttons is pressed.
I have found that the current consumption before sampling starts is on average around 0.3mA with DCDCEN = 1 and __WFE in the main loop.
With only one channel initialised the current doesn't increase much when sampling is enabled and returns to 0.3mA when it is disabled.
However with more than one channels initialised the current increases from 0.3 to 1.5mA ( which I am assuming is due to the easy DMA) when sampling has been enabled.
Even after disabling sampling the current doesn't return to 0.3mA.
Does anyone know why this is the case?
Thanks for the help.
Bryan