Skip to content

Instantly share code, notes, and snippets.

@daparic
Last active April 18, 2025 03:37
Show Gist options
  • Save daparic/2f3563c195eda31cac46bd058f643c03 to your computer and use it in GitHub Desktop.
Save daparic/2f3563c195eda31cac46bd058f643c03 to your computer and use it in GitHub Desktop.

STM32 firmware command line tools (please adjust 0x200000):

STM32_Programmer_CLI.exe -c port=SWD --upload 0x8000000 0x200000 firmware.bin # extract from board
STM32_Programmer_CLI.exe -c port=SWD -w firmware.bin 0x08000000 -rst # flash to board
@daparic
Copy link
Author

daparic commented Apr 18, 2025

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment