Resolved! Is there any way to know when a STM32H7 SPI master has completely finished sending data, in endless-transaction mode?
When transmitting in endless-transaction mode with the STM32H7 SPI periph. (that is, setting TSIZE = 0), how can I know when the master has finished transmitting all data? Not only that its Tx FIFO is empty (which could be done with TXP) but also tha...