Debugging Embedded Targets with GDB
Notes and resources on how to debug an embedded target with GDB and a jtag/swd adapter. I will keep updating the post as I keep finding good resources.
- https://www.youtube.com/watch?v=_1u7IOnivnM
- PlatformIO blog - https://piolabs.com/blog/insights/debugging-introduction.html
- GDB colourful dashboard with python - https://github.com/cyrus-and/gdb-dashboard
- https://stackoverflow.com/questions/3775445/general-jtag-working-flow-in-an-embedded-development-system
- https://www.actuatedrobots.com/debugging-with-jtag/
- https://www.youtube.com/watch?v=-E5py-0JSXk
- Memfault Blog on GDB Python API - https://interrupt.memfault.com/blog/automate-debugging-with-gdb-python-api