Use this forum to chat about hardware specific topics for the ESP8266 (peripherals, memory, clocks, JTAG, programming)

User avatar
By BuddyCasino
#47702 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.
User avatar
By Freeck
#47812 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/
Last edited by Freeck on Sun May 22, 2016 9:31 am, edited 1 time in total.
User avatar
By martinayotte
#47813
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:
User avatar
By Freeck
#47814 Not true, there is jtag support and as alternative for swd, the gdbstub serial interface...
I have experience with both.