SPRUI30H November 2015 – May 2024 DRA745 , DRA746 , DRA750 , DRA756
To perform this graphic operation, the following lines can be added to the example of Section 16.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 16.1.5.2, Software-Triggered (Nonsynchronized) Transfer.
DMA4_CCR_CH10 &= ~(0x1 << 17);
DMA4_CCR_CH10 |= 0x1 << 16;
DMA4_COLOR_CH10 = 0x00000003;