This is the quick start guide for the SAMV71/V70/E70/S70 XDMA Controller (XDMAC) Driver, with step-by-step instructions on how to configure and use the driver for a specific use case.The code examples can be copied into e.g the main application loop or any other function that will need to control the XDMAC module.
This use case will demonstrate how to config the XDMAC module to perform a single memory to memory transfer.
This module requires the following service
Add these macros and global variable to the top of your application's C-file:
Add this to the main loop or a setup function: