SPRUIE9D May 2017 – May 2024 DRA74P , DRA75P , DRA76P , DRA77P
To perform this graphic operation, the following lines can be added to the example of Section 18.1.5.2, Software-Triggered (Nonsynchronized) Transfer.
DMA4_CCR_CH10 &= ~(0x1 << 16);
DMA4_CCR_CH10 |= 0x1 << 17;
DMA4_COLOR_CH10 = 0x00000003;To perform this graphic operation, the following lines can be added to the example of Section 18.1.5.2, Software-Triggered (Nonsynchronized) Transfer.
DMA4_CCR_CH10 &= ~(0x1 << 17);
DMA4_CCR_CH10 |= 0x1 << 16;
DMA4_COLOR_CH10 = 0x00000003;