From 116903e8d8efef1b53deccd3744208bd10939c78 Mon Sep 17 00:00:00 2001 From: Brumi-2021 <86470699+Brumi-2021@users.noreply.github.com> Date: Sat, 2 Dec 2023 18:14:44 +0100 Subject: [PATCH] Updated Debug via SWD (markdown) --- Debug-via-SWD.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Debug-via-SWD.md b/Debug-via-SWD.md index 0ba3912..fadbdfa 100644 --- a/Debug-via-SWD.md +++ b/Debug-via-SWD.md @@ -186,7 +186,7 @@ Now that everything is set up you can connect gdb to the LPC4320. 5. attach to the device * (gdb) attach 1 6. load the symbols - * (gdb) file firmware/baseband/baseband_adsbrx.elf + * (gdb) file build/firmware/baseband/baseband_adsbrx.elf 7. look around * (gdb) info threads * (gdb) info registers