STM32H563ZIT6 SPI 16 bit with GPDMA linked list
Hello,
Trying to implement SPI bus (Master only) to transmit 16 bit to LCD, utilize linked list GPDMA ch 6, I looked at the UART linked list example and tried to modify it to work with SPI with no success, only the first half word is sent and then it stops without any interrupts...
I'm using the "HAL_SPI_Transmit_DMA" after initiate all linked list array by CubeMx.
Does any one has any SPI linked list example?
