STM32L151CBU6 Firmware Download problem
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]
....
-----------------------------------------------------------------------------------------