2022-12-21 12:09 AM
I know why engineers have round red marks on their foreheads now. Slamming their head in the desk repeatedly.
I have a STM32H757I-Eval board that I am trying to setup with TouchGFX. I'm using STM32CubeIDE. Because of a bug, you cannot generate the template under root because TouchGFX will not find the root .project file.
So, generating the project with the virtual folders and file links. The issue is that the CM7 project has several link deleted on re-generation of the project.
I can copy and paste the folders from the CM4 project and fix the 172 compile errors but this isn't a long term fix.
Any ideas on what I could change to fix this?
2022-12-21 09:17 AM
Choose to use links to shared library files instead of copying to the project folder (in Project manager tab)
2022-12-21 11:46 AM
Tried that. Completely mangled the project to where it couldn't find any of the references.
It even deleted all my original BSP files. Thank you git.
2022-12-21 01:27 PM
You are trying to regenerate it with a CubeMX, which brakes something with every new version. And on top of that you are using Eclipse (CubeIDE), which is famous for making the development process into fighting with the tool.
Edited by moderation team to adhere to community guidelines
2022-12-21 02:24 PM
In the back of my mind, I've come to the same conclusion. I had hoped that it was just me and that I don't use it as it was intended. Sad, I really love the idea and have high hopes that ST can get it together.
2022-12-21 04:27 PM
The whole C code generation idea is fundamentally absurd.
Edited by moderation team to adhere to community guidelines