Updated Programming Debugging the pyboard using ST Link v2 (markdown)
parent
6c75e8fbd1
commit
2f167a0a47
|
@ -53,7 +53,7 @@ You can now program/debug using any software that support the ST-Link/v2. One su
|
||||||
$ openocd -f board/stm32f4discovery.cfg -c "program app.elf" -c reset -c shutdown
|
$ openocd -f board/stm32f4discovery.cfg -c "program app.elf" -c reset -c shutdown
|
||||||
```
|
```
|
||||||
|
|
||||||
Debugging has been tested to work under CLion.
|
Debugging has been tested to work under CLion using the OpenOCD plugin and `gcc-arm-embedded` toolchain.
|
||||||
|
|
||||||
# References
|
# References
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue