-->
Page 1 of 4

JTAG Debugging

PostPosted: Fri May 20, 2016 12:42 am
by BuddyCasino
I want to debug the chip via JTAG, so I ordered the SEGGER J-Link, and am now wondering how to connect it. I have the Adafruit Huzzah board and not much exprience. Did anyone try this? Which pins go where? Do I need pulll-downs? Does the ESP8266 support SWD or only full JTAG?
There is surprisingly little information available.

Re: JTAG Debugging

PostPosted: Sun May 22, 2016 9:18 am
by Freeck
Hi, I had the same question half a year ago, then I discovered VisualGDB. They support both jtag and serial debug interface (unfortunately not SWD as the chip doesnt support this).
They provide a lot of tutorials. It is based on VisualStudio IDE.
Alternative:
https://blog.attachix.com/live-debuggin ... 66-part-4/

Re: JTAG Debugging

PostPosted: Sun May 22, 2016 9:30 am
by martinayotte
BuddyCasino wrote:Does the ESP8266 support SWD or only full JTAG?
There is surprisingly little information available.

There are no information simply because there is no SWD or JTAG port on the hardware. :ugeek:

Re: JTAG Debugging

PostPosted: Sun May 22, 2016 9:33 am
by Freeck
Not true, there is jtag support and as alternative for swd, the gdbstub serial interface...
I have experience with both.