Running the ADC in continuous mode, but it seems we still have to set NRF_SAADC->TASKS_SAMPLE in a while loop. Shouldn't this not have to be set? In continuous mode we shouldn't have to trigger each conversion. I need the CPU to be able to sleep/work on other tasks, but with this it seems like we have to busy wait.
What's the solution to keep running the adc continuously and be able to sleep/work on other things?