Resolved! SPI interface to LCD with DMA
I'm using SPI on STM32H563 with DMA to interface to a ST7789 LCD controller. During the LCD initialization I'm using a loop to send a series of command/data bytes using the HAL_SPI_Transmit_DMA() HAL function but the DMA status never goes back to RE...