본문 바로가기

개발 관련 이야기/임베디드펌웨어 개발

openOCD 와 GDB

openOCD 와 GDB: https://m.blog.naver.com/PostView.nhn?blogId=opusk&logNo=221031846594&proxyReferer=https:%2F%2Fwww.google.com%2F

 

OpenOCD 와 GDB

Debugging 도구로 OpenOCD를 많이 사용하고는 합니다. 우선 무료이고, 다양한 디버깅 도구를 지원하기...

blog.naver.com

 

http://openocd.org/doc/html/GDB-and-OpenOCD.html

 

http://openocd.org/doc/html/index.html

 

https://stackoverflow.com/questions/38033130/how-to-use-the-gdb-gnu-debugger-and-openocd-for-microcontroller-debugging-fr

 

How to use the GDB (Gnu Debugger) and OpenOCD for microcontroller debugging - from the terminal?

The standard (low-cost) way to program ARM microcontrollers is using Eclipse with a complex toolchain plugged into it. Eclipse has definitely its merits, but I'd like to feel independent from this ...

stackoverflow.com