Resolved! STM32H563 and SPI DMA Transfer issue
I'm having an issue when using the DMA with SPI. I'm using the SPI for a 320x240 LCD and want the DMA to help with blocking while transferring large amounts of data with touchGFX.I'm able to paint the screen one color just using the SPI but when I t...