Correct pin for LCD_TE_PIN on STM32412G-DISCOVERY. Is it GPIO_PIN_3 (as in stm32cube source code) or GPIO_PIN_4 (as in datasheet)
Hello,
I am studying the STM32412G-DISCOVERY and I can't explain why, in line 153 of the file /Drivers/BSP/STM32412G-Discovery/stm32412g_discovery_lcd.h (https://github.com/STMicroelectronics/STM32CubeF4), it says that the LCD_TE_PIN is GPIO_PIN_3. In the documentation (pages 26 and in the schematics), it always says that LCD_TE is PG4. As far as I understand, this pin is not really used in the code, but I find it confusing.
Thank you in advance for your reply.
[And by the way, do you know why the directory for this board is STM32412G-Discovery and not STM32F412G-Discovery (with the F)? The other boards have all the "F" (STM32F401-Discovery, STM32F429I-Discovery, ...]
Best regards,
-- Jacques
