2015-09-17 06:01 AM
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.2015-09-18 02:46 AM
Hi Werner Meier,
May this Application Note help you with STemWin library. -Shahrzad-2015-09-18 05:42 AM
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 Werner2015-09-18 08:29 AM
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-2015-09-20 11:27 PM
I would be interested to have a ioc file for an example/demonstration for the STM32F429I-Discovery. LCDconf is ok to use our implementation.