User Activity

I'm trying to figure out how to interface with the LCD controller on the STM32373C-EVAL board. The driver code I downloaded from the keil.com queries the chip for an ID and checks to see if the chip is an ILI9328 or a HX8347, but neither ID matches. ...
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 ...