Public Version
www.ti.com
SDMA Basic Programming Model
–
1. Set the
[16] Constant_Fill_Enable bit field to 1.
–
2. Set the
[17] Transparent_Copy_Enable bit field to 0.
–
3. Set the value of key the color in the
[15:0] solid_color bit field.
To perform this graphic operation, the following lines can be added to the example of
DMA4_CCR_CH10 &= ~(0x1 << 17); DMA4_CCR_CH10 |= 0x1 << 16; DMA4_COLOR_CH10 = 0x00000003;
2373
SWPU177N – December 2009 – Revised November 2010
SDMA
Copyright © 2009–2010, Texas Instruments Incorporated