2023-01-01 11:01 PM
I am trying to update from 4.18 to 4.21 to use the new features of the 4.21 release. I find myself unable to use the 4.21 touchgfx designer due to infinte high RAM usage.
Has anyone experienced this behaviour?
I am using a STM32F7676
2023-01-23 10:06 PM
I have the same experience as RMoli.3, with the difference that whereas previously with 4.20 the screen was eventually changed (after ~30 seconds of the program not responding), with 4.21.1 it simply never happens (at least not in the 10 minutes I waited). So with my setup the new version is no longer usable.
At least in my case, I think the culprit is the Text resources. I have over 200 texts with translations to 6 languages, and if I remove the texts from the project it works fine.
2023-01-25 12:00 AM
I have same problem too.
it takes a while to cache data to RAM.
Version 4.21.0
2023-01-25 01:28 AM
Thanks for reporting it :thumbs_up:
Indeed, it seems like projects which include a lot of text resources makes TouchGFX Designer not responding. We're currently investigating this issue and apparently this is due to loading every resources in the screen canvas. I'll let you know when I have more info about it.
/Osman