From 76a6e55a2f28724576fc44e741e5deba45b48440 Mon Sep 17 00:00:00 2001 From: johnthagen Date: Tue, 5 Mar 2019 11:13:55 -0500 Subject: [PATCH] Updated Symbolic Debugging for STM32 (markdown) --- Symbolic-Debugging-for-STM32.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Symbolic-Debugging-for-STM32.md b/Symbolic-Debugging-for-STM32.md index a0a4cd7..7194a7f 100644 --- a/Symbolic-Debugging-for-STM32.md +++ b/Symbolic-Debugging-for-STM32.md @@ -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