Skip to main content
ckim.2390
Associate II
December 14, 2021
Solved

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

  • December 14, 2021
  • 1 reply
  • 1240 views

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.

This topic has been closed for replies.
Best answer by LCE

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.

1 reply

LCE
LCEBest answer
Principal II
December 14, 2021

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.

ckim.2390
ckim.2390Author
Associate II
January 31, 2023

Thank you for answer.

I was using it your way until recently.

The latest cubeprogrammer seems to have fixed this problem.