Readme
Example Summary
DMA example with a block transfer of data from FLASH main memory to SRAM memory, triggered by SW.
DMA channel 0 is setup as a software triggered transfer. Upon request, the DMA copies a block of data from FLASH main memory to SRAM memory. The processor blocks in a WFE pending the DMA interrupt, then data transfer is confirmed by status of boolean verifyResult before executing a WFI.
Peripherals & Pin Assignments
- DMA
BoosterPacks, Board Resources & Jumper Settings
N/A
Example Usage
Compile, load and run the example. Inspect verifyResult once example hits the breakpoint.