while (!LL_SPI_IsActiveFlag_RXNE(EVE_SPI)) {} Never Returns
I'm trying to use SPI to communicate with a display (BT817) and whenever it tries to send data, the while (!LL_SPI_IsActiveFlag_RXNE(EVE_SPI)) {} never returns. I've attached my CUBE IDE project. Could anyone possibly give some guidance? Am I missing a setting, have the clock misconfigured? The board has a STM32F030R8Tx.
Kindest regards
