Hello,I am working with a STM32F446ZET6 and using it as an SPI slave.I use the function HAL_SPI_Transmit_Receive_IT function to receive 4 bytes of data.It used to work properly in our conception, for example when the master sends 0x12, 0x34, 0x56, 0x...