Question
STM32U5 SPI with GPDMA: Unable to transmit more than ~1024 bytes
(HAL_SPI_Transmit_DMA works partially, HAL_DMA_Start_IT not working)
I’m working with an STM32U5 MCU using SPI3 with GPDMA to drive an ILI9341 display. I’m trying to transmit a larger buffer (~23040 bytes), but display only receives about 1024 bytes, and goes into HAL_SPI_STATE_BUSY_TX forever.
Function used: HAL_SPI_Transmit_DMA()
Configs:


Thanks in advance !
