2021-02-25 07:28 PM
I can navigate to that from right click and go to declaration. On converting to C++ it starts to give other issues.
2021-09-14 07:00 AM
Hi @Khouloud ZEMMELI , I'm facing same problem.. undefined reference to `touchgfx_init'
When will ST fix it?
2021-09-15 05:39 AM
Hi, thank you for sharing your idea.
Have you tested this method? I did step by step many times. but in step 11 still I have same problem..
2021-09-15 04:46 PM
Hi. You are correct. Well, half-correct rather! You had me doubting and so I've tried those steps to find out it does not work for every parts. For instance the built failed for a STM32F412RGT6 however it did worked perfectly fine for a STM32H743VIT6.
I'm attaching the successful built (STM32H743VIT6) following the steps above. I've cleaned the project, see if you can build it.
ps. For the record; the STM32F412RGT6 failed build I'm getting the following errors:
1) undefined reference to `touchgfx_init'
2) undefined reference to `touchgfx_taskEntry'
Environment:
2021-09-20 08:45 PM
Thank you again.
Yes I used STM32F407 and I had same errors you mentioned about F412.
It seems it's OK when I choose other option in project creation. When I select "copy libraries...as reference.. " (not the default option) I don't see those errors anymore.
By the way thank you very much for your reply and attention.
2022-03-23 11:45 PM
Hi @Mecanix ,
What was your STM32CubeIDE version?