cancel
Showing results for 
Search instead for 
Did you mean: 

Modifying the EWARM Project

H??el.19.75
Associate II

https://touchgfx.zendesk.com/hc/en-us/articles/360020001992-Configuring-STM32F7508-DISCOit is only described by ewarm program but there is no information about keil related library installation under this title

Modifying the EWARM Project

  1. Add components from Cube package to project folder
  2. Add include paths to EWARM project
  3. Add source files to EWARM project

Open the IAR project in EWARM -> Project.eww

In the project add a sub-group under Drivers called BSP and add the three files stm32f7508_discovery.c and stm32f7508_discovery_ts.c which is located in STM32F7Cube installation foler, [STM32F7Cube]Drivers/BSP/STM32f7508-Discovery and the file ft5336.c located in [STM32F7Cube]/Drivers/BSP/Components/ft5336

Add the STM32F7508-Discovery folder to included directories by opening the options for the project wither by pressing Alt + F7 or selecting options under Project in the top bar.

In the options menu adding the directory is done in the following way.

how to install touchgfx touch libraries keil

Do you have a description of this issue

0690X00000AQzLlQAL.png

1 REPLY 1
Martin KJELDSEN
Chief III

For keil you simply add the library to the project like you would a source file.

/Martin