Discuss here different C compiler set ups, and compiling executables for the ESP8266

User avatar
By cal
#22144
cal wrote:
wififofum wrote:Yes, but wishing for SWD on a chip with limited pinout.


SWD? Does not ring any bell.


Do you mean: http://www.arm.com/products/serial-wire-debug.php?

AFAIK we don't have it on esp8266.
The gdb stub should not need a lot of bandwidth, so software serial maybe an alternative.

Cal
User avatar
By martinayotte
#22154 Yes, that would be interesting too.
I've purchased an SWD STLink-V2 recently (less than $5). Normally used to debug STM32 CPUs, I've tried it also on an NXP LPC1768, and it was working fine with OpenOCD and GDB. In fact, all ARMs are supporting that.
So, if we get somehow this hooked up on 2 pins of the ESP (SWDIO and SWDCLK), that would be nice !