cancel
Showing results for 
Search instead for 
Did you mean: 

STM32F769 Discovery emWin Hello World

paul2
Senior
Posted on November 24, 2016 at 21:42

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?

1 REPLY 1
Walid FTITI_O
Senior II
Posted on November 29, 2016 at 17:52

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-