The lcd configuration uses LTDC(for data) and SPI5 for sending commands. The display driver used is ili9341. system clock configuration is as below./** * @brief System Clock Configuration * The system Clock is configured as follow : * System...
This same problem happens with the touch controller initialization as well.void gt911_init(void)
{
uint16_t i,j;
uint8_t tx_buffer;
/*INT pin :PA15 set as output for resetting GT911*/
INT_GPIO_InitStruct.Pin = GPIO_PIN_15;
INT_GPIO_InitStruct...
I checked, the pins aren't conflict. I just found out that even hal_delay function is affecting SPI2. could this be due to any mistake in static uint8_t LCD_Init(void)
{
/* On STM32F429I-DISCO, it is not possible to read ILI9341 ID be...