Posted on April 16, 2016 at 16:40Hi all, I have trouble getting a LDC Display on the STM32F429 FMC to work in 8080 Mode. I use the same hardware connection like withe STMF4Discovery Expansion Board and the STM32F4DIS-LCD Modul.FMC_D0 (PD14) -> LC...
Posted on May 03, 2016 at 20:21Hello all, my ST FAE solved the problem. I defined the Command and Data Address like this: #define LCD_BASE_Addr ((u32)(0x60000000|0x00000000)) #define LCD_BASE_Data ((u32)(0x60000000|0x00...