标题: [M031] Using PDMA to Move Data from Flash to TFT Display [打印本页] 作者: admin 时间: 2024-8-8 11:20 标题: [M031] Using PDMA to Move Data from Flash to TFT Display
Application: This example code uses PDMA of the M031 series microcontroller (MCU) to move the picture data in SPI Flash to TFT display.
This example code uses the PDMA function of SPI and USPI in M031KIAAE to move the picture data in SPI Flash to TFT display.
First, the picture data is written to Flash through SPI, and then the PDMA function of SPI RX is used to transfer the data in Flash to USPI TX, and the TFT display is driven by TX.