Skip to content

Commit

Permalink
Update --svd param in example
Browse files Browse the repository at this point in the history
  • Loading branch information
sorki committed Dec 27, 2023
1 parent c5a5d02 commit 7b750e2
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 @@ -28,7 +28,7 @@ To use `arm-none-eabi-gdb` with [BlackMagicProbe](https://github.com/blacksphere
available via `/dev/bmp` launch `hgdb` in following manner

```
hgdb --arm --bmp /dev/bmp --svd ~/svd2ada/CMSIS-SVD/Cortex_M/cm4f.svd
hgdb --arm --bmp /dev/bmp --svd stm32f407.svd
```

You can then inspect registers via REPL using their names
Expand Down

0 comments on commit 7b750e2

Please sign in to comment.