I am using the SAADDC in continuous mode with a PPI event triggering the SAADC's sample task. This works perfectly fine. It would be convenient to occasionally trigger a sample manually by calling nrf_saadc_task_trigger(NRF_SAADC, NRF_SAADC_TASK_SAMPLE
)
. There would be no coordination/scheduling between the PPI event and the manual trigger. What are the implications of triggering the SAMPLE task while a conversion is actively in progress?