Improving Download Speed
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-02-15 7: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
- Labels:
-
STM32CubeMX
-
TouchGFX
-
TouchGFX Designer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-02-15 9: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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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.
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-02-15 12:28 PM
Got any links you could share?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-02-17 2:28 AM
Hello @amspurge ,
Do you use TouchGFX Designer to run on target (F6)? Or maybe you compile with another compiler (like STM32CubeIDE), and flash using STM32CubeProgrammer?
ST Software Developer | TouchGFX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-02-17 2:35 AM
@amspurge wrote:The problem seems to be that it spends over a minute searching for the STLink/Device. Any thoughts?
Please give more detail here.
As @Osman SOYKURT said, what is "it" here?
Are you unplugging the ST-Link after each use?
Do you get the same with non-TouchGFX projects?
A complex system designed from scratch never works and cannot be patched up to make it work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-02-25 2:37 AM
Hello @amspurge ,
Have you been able to move on with your issue?
ST Software Developer | TouchGFX
