cancel
Showing results for 
Search instead for 
Did you mean: 

"STM32_Programmer_CLI.exe --start 0x08000000" does not actually run firmware

arro239
Associate III

i have stm32f429, I am happily updating firmware via DFU

STM32_Programmer_CLI.exe -c port=usb1 -w deliver/rusefi.hex --verify --start 0x08000000

(STM32_Programmer_CLI.exe version 2.9.0)

and I get "start operation achieved successfully" but code does not start to run until I hit 'reset' button on my device or power cycle.

what could I be missing?

2 REPLIES 2
MM..1
Chief II

Try

STM32_Programmer_CLI.exe -c port=usb1 -g

Does not help. I get same "start operation achieved successfully" and firmware does not start the same way.