Hi,
I need the SAADC of the nRF52840 to do the following:
It should sample two channels as fast as possible for a certain time (or for a certain amount of samples).
The sampling should be started manually (not by an external timer).
After the sampling (after enough samples are taken or after a certain time has passed), the sampling shall be stopped and low power mode should be entered.
I managed to get several SAADC examples running, however, all of them work with external timers and the sampling rate is just too slow (because the sampling is triggered by the timer and the triggering time is always a feq ms in all examples...) and i cant start and stop the sampling manually.
I dont get the documentation, it confuses me and I really don't know how to implement the solution...
Can you provide me an example for my problem?