Question
Use emwin with STM32F207 & SSD1963
Posted on July 07, 2014 at 14:14
I want to use STemwin GUI library for one of my project. Interfaced successfully STM32F207 with SSD1963 LCD driver (480x272). But when used emwin library standalone application it gets hardfault handler after GUI_X_Init. Seen on disassembly there was some register data corrupted. Changed the SRAM driver as according to my target device & also changed the LCD display initialization routine as my LCD is not on FSMC, its' on simple GPIO data lines.
Please suggest if anyone used emwin without LCD on FSMC.