LCD details for STM32373C-EVAL
I've purchased a STM32373C-EVAL board for some academic work which relies on the LCD, among other peripherals. I've generated code with STM32CubeMX and set up my Keil environment with the runtime environment (with the LCD and SPI components, and set up GPIOD2 as open drain output for the LCD enable) to get it compiling and running. The LCD initialization fails, spinning forever to wait for the for SPI communication to complete.
I've looked through the docs for the eval board, but the details on the LCD are really light. Is there any more thorough documentation to help debug what the problem could be? Otherwise, is there any example code available to compare my implementation to in order to make sure I've configured everything correctly? Since this is academic, I was disappointed to see that the LCD examples in Keil are gated by a professional license.