STM32F107VC SPI Interrupt mode does not call HAL_SPI_TxRxCpltCallback
Dear allI have generated a test project via CubeMX, for STM32F107VC MCU for sending data as a MASTER SPI to a slave device (another STM32 device) by using Interrupt mode.They system is running FreeRTOS 10 (tick on systick) and HAL (tick on TIM7).TIM7...