cancel
Showing results for 
Search instead for 
Did you mean: 

STM32F746GDiscovery, Eclipse, CubeMX 5.4.0, STM32Cube_FW_F7_V1.15.0, TouchGFX 4.12.3

AD�?b
Senior

I turn on the periphery in defaukt Mode. I add TouchGX, Display Parallel Interface, I set LSD Reset Pin on PI12. I set TouchGFX. I design in TouchGFX Designer. I generate the code, save and leave TouchGFX. I generate code in CubeMX. There are errors after compilation. Why?

16 REPLIES 16
Martin KJELDSEN
Chief III

Hi,

I really don't have a clue 🙂 Maybe you can supply more information?

/Martin

AD�?b
Senior

CubeMX report

scottSD
Senior III

The discussion in the following community post has a lot of useful information for you on this topic:

https://community.st.com/s/question/0D50X0000AqD8zPSQS/stm32cubeide-and-touchgfx-4100-resolving-compilation-issues

And I found the following video by "HP" to be VERY useful:

https://www.youtube.com/watch?v=ZQA2lAsIdZA

ST has been working out the kinks in the STM32CubeIDE to TouchGFX integration (as can bee seen in the latest version compared to the previous one).

AD�?b
Senior

After entering BSP there is an error. I set the Drivers / BSP / Inc and Drivers / BSP / Src paths.

stm32f746g_discovery_lcd.h

#include "../Components/rk043fn48h/rk043fn48h.h" Fatal error. The file is not seen. Why?

AD�?b
Senior

Errors appear after loading the BSP library and building in eplipse

Check your project settings. Specifically: Include paths.

AD�?b
Senior

Where to enable libraries? Which paths? Which libraries?

Honestly, i have no idea what your problem is outside of not being able to compile.

Can you please try to be more specific and provide more information on what you've tried and what didn't work?

/Martin

AD�?b
Senior

I found an attached file on the web. I followed the instructions carefully. There is an error in subdir.mk: @echo 'Building file: $ <' How to correct it?