Skip to main content
arro239
Associate III
March 27, 2022
Question

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

  • March 27, 2022
  • 1 reply
  • 1020 views

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?

This topic has been closed for replies.

1 reply

MM..1
Chief III
March 28, 2022

Try

STM32_Programmer_CLI.exe -c port=usb1 -g

arro239
arro239Author
Associate III
March 28, 2022

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