2020-10-02 12:17 PM
This was created after saying "Yes" to the following question:
I assume it is so one doesn't lose any modifications made to the framework or other files?
Do I need to maintain this directory?
2020-10-26 09:26 AM
I'm having the same problem (the new identifier) but your second fix didn't work on my Mac. I found the db folder in Resources, then the MCU folder and the IP folder and replaced those files with the new ones you provided. I then had CubeMX regenerate code but it did not get rid of that extra identifier.
Thanks
2020-10-26 06:28 PM
Have you tried the first fix ?
/Alexandre
2020-10-26 06:32 PM
2020-10-29 07:46 AM
@Alexandre RENOUX
I just ran into this issue with adding another layer to the LTDC. TouchGFX doesn't appear to like that.....
2020-10-29 10:21 PM
Indeed, TouchGFX only uses Layer 0 so it does not want you to use the second layer ^^
/Alexandre
2020-10-30 09:30 AM
So am I supposed to NOT use solution #1 in your post above:
When I do this, TouchGFX Generate complains. I generated CubeMX anyways.
2020-11-01 10:40 PM
It complains but this should not impact the code generation.
Sorry for not being clear enough.
/Alexandre
2020-11-01 11:55 PM
Hi Scott,
There's no "Warning" option when developing CubeMX additional software packs, so i had to create something that is mostly reminiscent of an error. It's just a warning to show you that Layer2 is not used by TouchGFX. You can still use it for anything you want.
Get me up to speed on any other issues you're having, if you want.
/Martin
2020-11-02 11:56 AM
@Alexandre RENOUX and @Martin KJELDSEN
Thanks for the clarifications. I will proceed with the new tools.