Resolved! 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 miss...