Hi, my project is an ethernet server made with the STM32F411RET6. It receives and transmits data over SPI as a slave in 16bit mode, chip select disabled. At the moment i poll with HAL_SPI_Receive() and HAL_SPI_Transmit(). After transmit the master is...