Downloading a ".hex" file in dropbox or onedrive path to mcu forces stm32programmer to quit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2021-12-13 6:46 PM
OS : windows 10 home 64bit
stm32programmer version : 2.9
There is a ".hex" file in the dropbox or onedrive path.
Downloading to mcu flash forces stm32programmer to quit.
If the ".hex" file is not in the dropbox or onedrive path, it is downloaded normally.
This problem occurs from the version with built-in jre in stm32programmer. (v2.7 or higher)
Versions below 2.7 will not be terminated.
I tried several methods, but it doesn't work.
Please help.
Solved! Go to Solution.
- Labels:
-
STM32CubeProgrammer
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2021-12-13 11:01 PM
I've had this problem with some other manufacturers / MCUs / programmers.
So I always download the hex-file to a local drive.
Or have some special code for "streaming-bootloading" to store the data step-by-step in some external SPI / I2C eeprom, then bootloading from there.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2021-12-13 11:01 PM
I've had this problem with some other manufacturers / MCUs / programmers.
So I always download the hex-file to a local drive.
Or have some special code for "streaming-bootloading" to store the data step-by-step in some external SPI / I2C eeprom, then bootloading from there.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2023-01-30 9:24 PM
Thank you for answer.
I was using it your way until recently.
The latest cubeprogrammer seems to have fixed this problem.
