User Activity

Hi,I'm trying to write RGB data directly to an 8+8+8 bit i8080 screen using the DMA2D and FSMC peripherals on a STM32U575 Nucleo board. As a test, I set up the FSMC and manually sent data one uint8_t byte at a time - this works fine. However, I'd lik...