cancel
Showing results for 
Search instead for 
Did you mean: 

How to integrate touchgfx with keil ?

SIsla
Associate

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 .

2 REPLIES 2
Martin KJELDSEN
Chief III

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

@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