2018-06-24 03:45 AM
Hi
I am trying to run a LCD/TFT(8bit) display with my NUCLEO-F767ZI
I use the STM32CubeMX for Configuration
Display Runs an ILI9486 Chip
At the moment i try to read the RegisterID of the Display
I have try it with arduino and it is working and i get the correct ID.
But with my F767 board i get only wrong values
MY Pin Configuration is:
PD14 FSMC_D0 -> LCD_D0
PD15 FSMC_D1 -> LCD_D1PD0 FSMC_D2 -> LCD_D2PD1 FSMC_D3 -> LCD_D3PE7 FSMC_D4 -> LCD_D4
PE8 FSMC_D5 -> LCD_D5PE9 FSMC_D6 -> LCD_D6PE10 FSMC_D7 -> LCD_D7PC7 FSMC_NE1 -> LCD_CS
PD5 FSMC_NWE -> LCD_WRPD4 FSMC_NOE -> LCD_RDPD13 FSMC_A18 -> LCD_RSPD12 -> LCD RST (GPIO output) Manual Reset
FMC is Configured as LCD Interface
Chip Select: N1
LCD Register: A18
Ram Adresse is
0x60000000
Data Adress is 0x60040000
Has sombody an idee whats wrong?
My complete Code in the zip file
as Eclipse project
#stm32f7 #fmc #stm32f7-lcd #lcd-interfacing