STM32U5G9 SPI TXP does not clear.
Previously had issues with TXP flag never clearing for interrupt-driven SPI. Changed some HAL code and got it to work.Moving on the DMA, the first 8 bytes received match the transmit buffer and the 9th byte matches a byte farther into the transmit b...