Resolved! Can only transmit one SPI byte?
Hello,I am trying to use SPI1 on the STM32H742VITx.I believe I have configured SPI1 I/Os and CR/CFGR fields correctly. However, when I try to transmit bytes via SPI I am able to transmit one byte, but after that the SPI_SR_TXC bit remains at 0. Her...