Skip to main content
SIsla
Visitor II
December 6, 2018
Question

How to integrate touchgfx with keil ?

  • December 6, 2018
  • 2 replies
  • 1180 views

hi

I make a very basic project in touchGfx works fine in stm32f746 disco board when load from TouchGfX directly . After that i run stm32Cube project located on my touchgfx folder and generate code foe keil . When i start to build the code i got some errors .

I am new in such grafix frameworks .

can any one tell me hoe to solve the errors . I there any details tutorial how do i buila a Project using touchGfx and keil .

Thanks in advance .

This topic has been closed for replies.

2 replies

Martin KJELDSEN
Principal III
December 21, 2018

Hi Sarwar!

It looks to me like you're missing some code files in your project, which is why the linker complains. You're missing two things:

1) The generated files inside the generated/ folder

2) The BSP files for the board that are related to touch controller.

Hope that helps!

Best regards,

Martin

Mon2
Senior III
December 21, 2018

@SIsla​ - you can review this webpage which is for IAR but the procedure should be similar for Keil:

https://touchgfx.zendesk.com/hc/en-us/articles/360019884752-Configuring-STM32F746G-DISCO