2018-12-06 12:09 PM
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 .
2018-12-21 01:04 AM
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
2018-12-21 02:55 PM
@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