Resolved! Limitation of SPI3 of STM32U5
I spent many hours trying to make the SPI3 works through the use of the HAL but it was doing weird things (not clearing IRQ flag so ISR was continuously called).Then I found that SPI3 is limited to a size of 1023.I also found on this forum other peop...