16.8.3.2.2 Workflow
- Wait for receiving data.
dma_start_transfer_job(&usart_dma_resource_rx);
- Enter endless loop.
while
(
true
) {
}
dma_start_transfer_job(&usart_dma_resource_rx);
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.