Hi,
I try debug ESP8266 using ST-Link V1.
After start debuging,GDB give this error.
C:\Program Files (x86)\Sysprogs\VisualGDB\vgagent.exe C:\SysGCC\xtensa-lx106-elf\esp8266-bsp\openocd\bin\openocd.exe -f interface/stlink-v1.cfg -f target/esp8266.cfg
Open On-Chip Debugger 0.9.0 (2015-11-04-20:38)
Licensed under GNU GPL v2
For bug reports, read
http://openocd.org/doc/doxygen/bugs.html
Error: Debug adapter doesn’t support ‘jtag’ transport
embedded:startup.tcl:21: Error:
in procedure ‘script’
at file “embedded:startup.tcl”, line 60
in procedure ‘transport’ called at file “target/esp8266.cfg”, line 3
in procedure ‘ocd_bouncer’
at file “embedded:startup.tcl”, line 21
All JTAG connections are OK. Power is OK. I use ESP12Q module. GPO15 pin connected to GND by 2K resistor. CPO0 and GPIO2 connected to VCC by 10K resistors.
Detect button in “Debug Settings” find ST-Link V1.0 device.
Any ideas?