STM32F4 SPI Busy Issue
Posted on March 11, 2016 at 17:20I'm using SPI in bidirectional 8 bit master mode to send 4 bytes to/from my control panel using HAL_SPI_TransmitReceive_IT(). When using SPI_BAUDRATEPRESCALER_256 it works fine, but smaller values cause the module to...