mDMA implements DMA APIs for mbed. It is inspired by modDMA and simpleDMA. Compared with other mbed DMA implementations, mDMA has new features like 1) support LLI 2) support more than 4KB data transfer 3) support vectorized transfer. 4) support burst transfer. 5) Improved memory-memory transfer. It could beat memcpy 6) The library implementation fit the code structure of mbed sdk. Currently only support LPC1768 but could be extended to other platforms.

Dependents:   test_mDMA

Download repository: zip gz

Files at revision 1:9421d79fb372

Name Size Actions
[up]
dma.cpp 1811 Revisions Annotate
dma.h 5913 Revisions Annotate
dma_api.c 22188 Revisions Annotate
dma_api.h 3786 Revisions Annotate