HAL_SPI_TxCpltCallback(SPI_HandleTypeDef *hspi) is not working!
I'm trying to set up a basic SPI interface using the HAL provided by ST on the STM32H750VBT mcu. What I am currently trying to do is to write anything to the SPI bus and while trying this i am using HAL_SPI_TxCpltCallback(SPI_HandleTypeDef *hspi) fu...