Updated Symbolic Debugging for STM32 (markdown)
parent
42ef04f36e
commit
76a6e55a2f
|
@ -1,4 +1,7 @@
|
|||
# How to on symbolic debugging
|
||||
|
||||
> So also: [Programming/Debugging using ST-Link/v2](https://github.com/micropython/micropython/wiki/Programming-Debugging-the-pyboard-using-ST-Link-v2)
|
||||
|
||||
Symbolic debugging needs a wired link to the "SWD" pins on the PYBV10. On the pyboard these are shared with the Red and Green leds so they need to be not used when debugging.
|
||||
|
||||
The steps for symbolic debugging
|
||||
|
|
Loading…
Reference in New Issue