STM32G071 ILI9341 SPI DMA Problem
I am working on a project that requires a 320x240 LCD panel (ILI9341). I use a nucleo board with STM32G071RB chip. The SPI communication works fine when I use a blocking HAL_SPI_Transmit() function, but it takes a while to fill the entire screen. Wh...