2021-03-22 02:45 AM
Hi, everyone
I, Currently STM32L151CBU6 is in use.
The firmware uses a .HEX file,
I am using the firmware download to change the boot mode.
Now, firmware download through STM FlashLoader Demo.exe(2.8.0) works normally.
However, STMFlashLoader.exe is used through the following options:
-----------------------------------------------------------------------------------------------
"STMFlashLoader.exe" -c --pn 3 --br 115200 --db 8 --pr EVEN --sb 1 --ec OFF --to 2000 --co ON
-i STM32L1_Cat1-32K -d --o --a 8000000 --v --fn D:\CubeMX_20210317.hex
-----------------------------------------------------------------------------------------------
The download itself is returned as normal, but as a result of checking through the source
Actual download does not proceed.
Ask if it's a problem with the board or if there are other options.
--------------------------------------------------------------------------------------
DOWNLOADING ...
downloading page/sector 0 @0x 8000000 size 0.25(KB) [OK]
downloading page/sector 1 @0x 8000100 size 0.25(KB) [OK]
downloading page/sector 2 @0x 8000200 size 0.25(KB) [OK]
....
-----------------------------------------------------------------------------------------
2021-03-30 08:09 AM
Hello @Jyoun.1 and welcome to the STM32 Community,
Do you have still this problem to solve?
I would advise you to try STM32Cubeprogrammer software (an all-in-one multi-OS software tool for programming STM32 products).
Please, keep us informed about your progress on this issue.
Imen