Error "No such file or directory"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-01-23 3: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.
- Labels:
-
STM32CubeIDE
-
STM32L4 Series
-
TouchGFX
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-01-23 4: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)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-01-23 4: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)
