2022-03-27 04:06 PM
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?
2022-03-27 10:08 PM
Try
STM32_Programmer_CLI.exe -c port=usb1 -g
2022-03-28 07:25 AM
Does not help. I get same "start operation achieved successfully" and firmware does not start the same way.