SPRUHZ7K August 2015 – April 2024 AM5706 , AM5708 , AM5716 , AM5718 , AM5718-HIREL
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;