2021-03-30 05:34 PM
These errors arise at my first attempt to compile the generated code from the ioc file before coding any task functions. This is just to check everything is setup correctly before delving into code. Please note this is my first touchGFX app.
Solved! Go to Solution.
2021-03-31 02:58 AM
The problem was using the touchGFX designer standalone until I realized I can do it from within the IDE which has sorted out the linking properly. I apologize for any inconvenience. Thank you.
2021-03-31 02:58 AM
The problem was using the touchGFX designer standalone until I realized I can do it from within the IDE which has sorted out the linking properly. I apologize for any inconvenience. Thank you.
2021-04-21 06:10 AM
@ksale.1 Hello,
I'm currently facing the same linking issue, Could you advise how did you fixed it?
How to do it from the IDE as you mentioned.
Thanks
2021-04-21 06:49 AM
Hi,
For my own understanding could you give more details on your project ? Did you start a project from scratch (from STM32CubeIDE or from STM32CubeMX) or did you use an application template available in TouchGFX Designer for one of the ST development kits ? Did you generate code from TouchGFX Designer after making a change in your project in STM32CubeMX (which can also be done through STM32CubeIDE) ?
/Romain
2021-04-21 04:42 PM
As mentioned in my post above, the problem was sorted out when I started the TouchGFX designer from STM32CubeIDE. @AMohe.1
2021-04-22 01:53 AM
@Romain DIELEMAN For my project, I started a project form (.ioc) file from the STM32CubeIDE.
I found that, I need to regenerate the project each time I update the code through TouchGFX Designer.