STM32 (SPI Receive only Slave Mode) HAL_SPI_Receive_IT () only worked once.
Hi, I did enable one time HAL_SPI_Receive_IT one time in int main().. after the first spi transaction completely received i did re-enable the spi receive interrupt in callback function.. But the problem is , the HAL_SPI_Receive_IT succesfully receive...