2025-02-15 07:36 AM
Hello,
I am working on an application that is somewhat large and each time I upload to my Disco Board it is taking three to four minutes because all of the TouchGFX images are being re-generated and uploaded. Is there a way to only upload the code from XCUBE with the screens staying the same? This would greatly reduce my development time.
Any help would be great.
Thanks,
Alex
2025-02-15 09:53 AM
Yes it is possible to build your app so that content in the external memory is excluded. Make additional project configuration for this, like "Debug internal only" or "Release internal only". Search the forum, this has been asked before.
2025-02-15 11:31 AM
Which DISCO board, they make a few.
Yes, would help if ST have some more robust processes for incremental build/update
The devices with ST-LINK/V3 run a lot faster. USB 2.0 HS helps, with right ports and cables
Writing multiple megabytes of QSPI NOR FLASH can be quite involved.
2025-02-15 12:28 PM
Got any links you could share?
2025-02-15 12:30 PM
I’m using the STM32F769I-DISCO. We were able to get from 3 min to 1:15 min by adjusting the settings. The problem seems to be that it spends over a minute searching for the STLink/Device. Any thoughts?