1. K60 eDMA
2. DMA memory to memory performance
3. eDMA peak transfer rate
4. Performance test
With K60 100MHz (TWR-K60D100M), implement internal SRAM-SRAM eDMA data transfer. If transfer size setting as 32-bit in TCD Transfer Attributes (DMA_TCD_ATTR), there will has one wait state during each read/write. That's why the DMA performance doesn't up to 200MB/s as the manual stated.
We highly recommend setting DMA transfer size to 16-byte at DMA_TCD_ATTR register, it will much increase the DMA performance.(Get 162MB/s transfer rate with TWR-K60D100M board.)