2.8.3.2.2 Workflow
- Start ADC conversion.
adc_start_conversion(&adc_instance); - Start the transfer job.
dma_start_transfer_job(&example_resource); - Enter endless loop.
while(true) {}
adc_start_conversion(&adc_instance);
dma_start_transfer_job(&example_resource);
while(true) {}
The online versions of the documents are provided as a courtesy. Verify all content and data in the device’s PDF documentation found on the device product page.