Send SPI with end of transmit complete interrupt without using HAL
Hello,I am on a new project that is sending SPI data every 200kHz (real time very important). I work on a STM32F722.I want to use HAL_SPI_TxCpltCallback() to know when the transmit is finished, but I don't want to use the HAL drivers.Indeed, when I u...