Personal tools
You are here: Home Downloads M16C / M32C DMA

DMA

DMA info on the M16C.

File DMA channel example
This project uses DMA to control output on the M16C's DAC.
File DMA used for DTMF tone decode.
This project uses DMA channels on the M32C to transfer data from the ADC to memory for an FFT to perform DTMF decoding.
File Great DMA example
This project uses DMA channels to generate color NTSC and PAL video via RGB and sync signals. This is a great example of how to use DMA channels in the M16C.
File Serial Port using DMA
Project provides an example of using a serial port witha DMA channel.