STM32CubeMX, TouchGFX and Keil uVision integration problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-10-01 6:36 AM
Hello,
I am facing compilation problem in Keil when generating code from STM32CubeMX (choose GRAPHICS - TouchGFX) as follow:
cannot open source input file touchgfx/hal/OSWrappers.hpp
Also if I open the Keil code which generated from the TouchGFX then the code is easily compile and flash in the STM32.
I am using STM32F746G-DISCO DISCOVERY BOARD.
Can anyone tell how I overcome this problem ?
Thanks in advance.
- Labels:
-
Keil
-
STM32CubeMX
-
STM32F7 Series
-
TouchGFX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-10-03 2:46 AM
Hello @R.​
Thanks for the feedback,
It will be fixed next CubeMX release.
Regards,
Nesrine
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-11-03 10:47 AM
hi
in cube 5.4 and GFX4.12.3 this problem still exists.
when generate project with cubemx and TouchGFX, and compile with keil, many errors occurs. many #includes must correct and ...
Thanks in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-11-04 8:58 PM
Hi,
I found the solution.
I add some files to the project folder then it works.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-11-05 12:04 AM
Can you be more specific? Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-11-05 12:04 AM
Great! Which files did you have to add?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-11-05 2:58 AM
First thing, touchgfx generated files should be inside the project folder generated by CUBEMX.
In touchgfx folder, there is a target folder which contains the board configuration, gpio, hw init and some more code files.
Now, if we compile code in keil there will be no error.
But touch will not work.
For touch, add BSP folder in Drivers folder.
BSP -> Components -> ft5336.h and ft5336.c
BSP -> STM32746G-Discovery -> stm32746g_discovery.c and .h
stm32746g_discovery_ts.c and .h
Also, these files must be include in keil and unmasked the touch code in STM32F7TouchController.cpp file.
