Question
"STM32_Programmer_CLI.exe --start 0x08000000" does not actually run firmware
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?
