2023-01-23 03:50 AM
I am trying to run a simple application with my Nucleo-L476RG where I only enable HSE clock and I activate the software pack TouchGFX, nothing else. Unfortunately I get these errors in STM32CubeIDE:
No commands are in the main, only the usual init() and stuff. Where I can find these missing files?
Thank you!
Solved! Go to Solution.
2023-01-23 04:26 AM
You need generate it in TGFX. If you first time activate software package, only base files is creted and one named template. Open it doble click . In designer click generate code and close.
(designer need be preinstaled manualy from package repo)
2023-01-23 04:26 AM
You need generate it in TGFX. If you first time activate software package, only base files is creted and one named template. Open it doble click . In designer click generate code and close.
(designer need be preinstaled manualy from package repo)