Skip to main content
Associate III
August 28, 2024
Question

TouchGFX error

  • August 28, 2024
  • 2 replies
  • 956 views

I'm using STM32F423ZHT6 board.
I setup the X-CUBE-TOUCHGFX

Meenakshi_0-1724842209722.png

And FSMC for LCD interface:

Meenakshi_1-1724842302363.png

After generate a code. I opened TouchGFX -> ApplicationTemplate.touchgfx.part.

In TouchGFX, I created a boxWithBorder 

Meenakshi_2-1724842540032.png

Then Generate code. After Build my project, It shows 187 errors.

Meenakshi_3-1724842624701.png

Please any one help me to done a project?
If I made mistake correct me :smiling_face_with_smiling_eyes:

 

Regards,

Mee

2 replies

ST Employee
August 28, 2024

Hello @Meenakshi,

Could you post what you have in  :

  • your project properties ->c/c++ general -> paths and symbols ->library paths
  • your project properties ->c/c++ general -> paths and symbols ->libraries

Best regards,

MeenakshiAuthor
Associate III
August 28, 2024

Thanks for your reply @LouisB. I solved the max errors with the help of https://community.st.com/t5/stm32-mcus-touchgfx-and-gui/how-to-solve-undefined-reference-errors-during-building-a/td-p/98276 

Meenakshi_0-1724847514993.pngMeenakshi_1-1724847532972.png

But still I got some errors:

Meenakshi_3-1724847797116.png

There are my includes 

Meenakshi_4-1724847921967.png

 

 

 

ST Employee
August 29, 2024

Hello @Meenakshi ,

Did you regenerate in CubeMX and then regenerate in Designer ?