cancel
Showing results for 
Search instead for 
Did you mean: 

STemWin Example request based on Cube Startproject

ingwmeier
Senior
Posted on September 17, 2015 at 15:01

We try to set up our Hardware (480x272 capacitive touch TFT with SDRAM using STM32F429) using Cube, which works fine. But then to include STemWin is not easy, because all available Demonstrations / Hello Word Examples are NOT based on the starting framework created by cube.

Is there a step by step guide, how to include STemWin with Touchfunctionality in a project. Are there any preliminary documents available?

At the moment we have a working system, but with quite a few inconsitencies and hacks.

Any help is appreciated.
4 REPLIES 4
Posted on September 18, 2015 at 11:46

Hi Werner Meier,

May this Application Note

http://www.st.com/st-web-ui/static/active/jp/resource/technical/document/application_note/DM00089670.pdf

 help you with STemWin library.

-Shahrzad- 

ingwmeier
Senior
Posted on September 18, 2015 at 14:42

Hi Shahrzad

this does not really help, we already knew this document. The examples have their way of configuring SDRAM / DMA2D / TFT etc using specific modules (BSP_SDRAM... etc). With Cube you do similar things, but most of the time only a part of the initialisation (configuration) is done to be functional under the STemWin framework.

regards

Werner

Posted on September 18, 2015 at 17:29

Hi Werner Meier,

Examples are done with cube except LCDconf_..c which is specific to the LCD used in the board. By consequence, you have to create your own LCDconf.c specific to your hardware.

-Shahrzad-

ingwmeier
Senior
Posted on September 21, 2015 at 08:27

I would be interested to have a ioc file for an example/demonstration for the STM32F429I-Discovery. LCDconf is ok to use our implementation.