cancel
Showing results for 
Search instead for 
Did you mean: 

how to add emwin/STemwin to project

SEMad
Associate III

Hi.

I'm using STM32F407ZEx and SSD1963 driver via FSMC interfacing(using keil IDE). everything is ok, lcd run properly (but mirrored letters but just don't matter)... So.. software configuration and hardware wiring is OK for basic running of LCD.

now i want to add ST/emwin to dis project...

i tried to add emwin (https://www.segger.com/downloads/emwin) but after a couple hours there was strange errors like below:

STM32F407 SSD1963 FSMC\STM32F407 SSD1963 FSMC.axf: Error: L6218E: Undefined symbol GUI_DEVICE_CreateAndLink (referred from lcdconf.o).
STM32F407 SSD1963 FSMC\STM32F407 SSD1963 FSMC.axf: Error: L6218E: Undefined symbol LCD_SetSizeEx (referred from lcdconf.o).
STM32F407 SSD1963 FSMC\STM32F407 SSD1963 FSMC.axf: Error: L6218E: Undefined symbol LCD_SetVRAMAddrEx (referred from lcdconf.o).
STM32F407 SSD1963 FSMC\STM32F407 SSD1963 FSMC.axf: Error: L6218E: Undefined symbol LCD_SetVSizeEx (referred from lcdconf.o).

at firs there was many of them i solved a couple of them but this four errors can't be solved by me!!!

so migrate to STemwin By ST...

i tried this tutorial:

https://arm-stm.blogspot.com/2016/12/stemwin-connection-to-project.html

but no use again!!

can anyone help me? .. or link me to a proper tutorial?

thank...

1 REPLY 1
maurizio23
Associate II

I suggest to use CubeMX version 5.4 or older and copy files from sample projects to you project with KEIL.

Look inside demo project and board.

It is a long senquence of file to add into KEIL.

Maurizio