DMA library for the KL25Z
Dependents: SimpleDMA_HelloWorld RTOS_SPI spiDMAtest Pinscape_Controller_v1 ... more
Introduction
SimpleDMA is a standard library for different DMA peripherals. Currently the LPC1768, KL46Z and KL25Z are supported. It provided one set of functions for different peripherals. It does not allow for usage of all the advanced functions, partially because the goal was to provide a simple interface, and partially because they are different for different microcontrollers.
Examples
Helloworld: http://mbed.org/users/Sissors/code/SimpleDMA_HelloWorld/
Example in a library (SPI): http://mbed.org/users/Sissors/code/RTOS_SPI/
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
9:f7345d41b076 | 2017-05-12 | wkleunen | Use callback template class to integrate library with mbed os 5. |
8:876f3b55e6f5 | 2015-01-27 | marcusbirkin | Changed length argument in start from int to uint32_t; The length registers are unsigned 32bit not signed. |
7:d3be727fa9d2 | 2014-06-27 | Tomo2k | Added support for KL46 |
6:e9ab0bb912c8 | 2014-03-18 | BaderP | patched SimpleDMA to include additional 32 kb ram |
5:d9f46ef80e20 | 2014-01-04 | Sissors | Refactored code, added LPC1768 support |
4:c3a84c6c432c | 2013-12-26 | Sissors | Always enable IRQ to finish the DMA transfer |
3:34f5bf8adfa0 | 2013-12-26 | Sissors | Added autochannel |
2:fe2fcaa72434 | 2013-12-22 | Sissors | v1.0 KL25Z |
1:0b73b00bcee8 | 2013-12-20 | Sissors | v0.2, KL25, interrupts |
0:d77ea45fa625 | 2013-10-18 | Sissors | v0.1, KL25, no interrupt |