2021-07-26 01:58 AM
Hello,
I'm using the Mikromedia 7 Capacitive with the STM32F476ZG MCU. I'd like to make an application with TouchGFX.
I followed the Generator User Guide but as soon as I tick Graphics Application from X-CUBE-TOUCHGFX, it generates two errors in app_touchgfx.c (undefined references to touchgfx_init and touchgfx_taskEntry).
Did I forget an important step or is there normal ?
Thanks,
Maël
2021-07-26 02:02 AM
You skip TochGFX designer step, on your second screenshot open Applicatio.template.touchgfx.part file and generate GUI before build
2021-07-26 02:05 AM
I already did that several times, it doesn't change anything of the problem, here is the screenshot you wanted
2021-07-26 02:16 AM
Seems as new bug in 1.7.0 . I dont use new versions because ST sw quality is ...
I hear about missed LIB settings, but not details
2021-07-26 02:51 AM
Yes, it's possible, the fact is I opened a huge project with exactly the same file and it seems to build well. It's confusing..