2016-11-24 12:42 PM
Hi,
I’m trying to use the STM32F769I_EVAL STemWin_HelloWorld project on the STM32F769 Discovery.
Cube: STM32Cube_FW_F7_V1.5.0\Projects\STM32F769I_EVAL\Applications\STemWin\STemWin_HelloWorld
The application runs on the STM32F769 Discovery, but the string “Hello World�? is displayed on three positions on the screen.
Which changes need to be made to the STM32F769I_EVAL STemWin_HelloWorld project, so it can be used for the STM32F769 Discovery target?
2016-11-29 08:52 AM
Hi Gerber,
You can do that by :- replacing the STM32F769I_EVAL hardware files by the STM32F769-DISCO files(in BSP folder at this path STM32Cube_FW_F7_V1.5.1\Drivers\BSP\STM32746G-Discovery)- add the path mmentionned in ''options -> C/C++''- Replace the existing files of LCD configure witgh costumized one by modifying the template inside STM32Cube_FW_F7_V1.5.1\Middlewares\ST\STemWin\Config-Hannibal-