ESP8266 and ST-Link V1 Problem

Sysprogs forums Forums VisualGDB ESP8266 and ST-Link V1 Problem

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #7313
    NKK72
    Participant

    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?

    #7320
    support
    Keymaster

    Hi,

    The ST-Link programmer uses a special high-level interface that may be specific to ARM cores. If you are looking for an inexpensive JTAG programmer that will work with ESP8266, we would support anything that is FT2232-based (e.g. Olimex), as it essentially exposes the low-level JTAG interface to OpenOCD and does not impose any limitations.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.