Hi!
My goal is to sample an ADC channel with 10 kHz sampling rate and acquire 2000 samples in one samples acquistion and then return to lowest possible power state. This sampling will occur very intermittently, however this should not be relevant to this issue.
I couldn't find any direct example with similar functionality for nrf9160, so I am opening a new issue in search of a good example of this feature. Should anyone have it available and debugged, please share.
The starting point is the simple ADC example working well on nrf9160 DK: link based on this documentation DMA (easyDMA) is already used and asynchronous operation to call the ADC is shown here link.
Also this appears to be relevant.
How can this be achieved?
Thank you.