2021-12-13 06: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.
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.
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.
2023-01-30 09:24 PM
Thank you for answer.
I was using it your way until recently.
The latest cubeprogrammer seems to have fixed this problem.