Workflow
1.
Wait for receiving data.
dma_start_transfer_job(&usart_dma_resource_rx);
2.
Enter endless loop.
while
(
true
) {
}
Parent topic:
Use Case