cancel
Showing results for 
Search instead for 
Did you mean: 

Downloading a ".hex" file in dropbox or onedrive path to mcu forces stm32programmer to quit

ckim.2390
Associate II

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.

1 ACCEPTED SOLUTION

Accepted Solutions
LCE
Principal

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.

View solution in original post

2 REPLIES 2
LCE
Principal

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.

Thank you for answer.

I was using it your way until recently.

The latest cubeprogrammer seems to have fixed this problem.