Updated Programming Debugging the pyboard using ST Link v2 (markdown)

johnthagen 2019-03-05 11:04:52 -05:00
parent 6c75e8fbd1
commit 2f167a0a47
1 changed files with 1 additions and 1 deletions

@ -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