User Activity

I set up a basic Master-Slave SPI communication interface from the STM32H750VBT to the STM32F7ZET MCUs in only one direction. And in this workspace I set my hspi2.Init.CLKPolarity configuration as SPI_POLARITY_LOW on both sides. And, as far as I know...
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...