User Activity

I'm using the STM32F412 with an SPI LCD on a custom board and am having problems with the SPI communications. It seems that the TXE flag is always high, and therefore the code locks on the  -:while (!__HAL_SPI_GET_FLAG(&spiHal, SPI_FLAG_TXE)):- check...