"STM32_Programmer_CLI.exe --start 0x08000000" does not actually run firmware
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-03-27 4: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?
Labels:
- Labels:
-
STM32CubeProgrammer
-
STM32F4 Series
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-03-27 10:08 PM
Try
STM32_Programmer_CLI.exe -c port=usb1 -g
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-03-28 7:25 AM
Does not help. I get same "start operation achieved successfully" and firmware does not start the same way.
