Skip to content

Commit

Permalink
fixed usage of st-flash
Browse files Browse the repository at this point in the history
  • Loading branch information
MIURA Yasuyuki committed Mar 24, 2024
1 parent db7c892 commit 9789874
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ When writing on battery power, the power switch must be held down to prevent pow
### STLINK Tools (Open souce version)

```bash
$ st-flash --connect-under-reset cmake_build/LEXXPLUSS_PB01/develop/GCC_ARM/LexxHard-PowerBoard-Firmware.bin 0x8000000
$ st-flash --connect-under-reset write cmake_build/LEXXPLUSS_PB01/develop/GCC_ARM/LexxHard-PowerBoard-Firmware.bin 0x8000000
```

### STM32CubeProgrammer
Expand Down

0 comments on commit 9789874

Please sign in to comment.