我用segger的ARM仿真器的JTAG连接ESP32开发板(ESP32-LYRAT-MINI_V1.2)的JTAG接口实现调试环境的时候失败,电脑已经成功安装了openocd, 并可以查到版本,两边JTAG的接口是直接焊接的,不存在接触的问题。在执行 openocd -f board/esp32-wrover-kit-3.3v.cfg的时候报错,显示找不到设备。是什么原因?如下:
PS D:\workplace\ESP32\esp-iot-solution\examples\audio\wav_player> openocd -f board/esp32-wrover-kit-3.3v.cfg
Open On-Chip Debugger v0.10.0-esp32-20210401 (2021-04-01-15:46)
Licensed under GNU GPL v2
For bug reports, read
http://openocd.org/doc/doxygen/bugs.html
Info : Listening on port 6666 for tcl connections
Info : Listening on port 4444 for telnet connections
Error: no device found
Error: unable to open ftdi device with vid 0403, pid 6010, description '*', serial '*' at bus location '*'
Error: no device found
Error: unable to open ftdi device with vid 0403, pid 6014, description '*', serial '*' at bus location '*'
Assertion failed!
关于用segger的ARM仿真器的JTAG连接ESP32实现调试环境的问题?
Re: 关于用segger的ARM仿真器的JTAG连接ESP32实现调试环境的问题?
ESP32 的 Jtag 有很多要求,参考这个链接: https://docs.espressif.com/projects/esp ... ag-adapter 或许你可以试试参考 ESP-Prog 的电路设计
Re: 关于用segger的ARM仿真器的JTAG连接ESP32实现调试环境的问题?
你打开esp32-wrover-kit-3.3v.cfg看一下就明白了
它默认指定了interface/ftdi/esp32_devkitj_v1.cfg做为仿真器接口
你要做的是直接使用 target/esp32.cfg 以及 interface/jlink.cfg 并且 指定运行速度 adapter speed XXXX
当然,前提条件是jlink的驱动换成libusb了
有兴趣的话可以试一下我的编辑器 https://www.ed-x.cc
它默认指定了interface/ftdi/esp32_devkitj_v1.cfg做为仿真器接口
你要做的是直接使用 target/esp32.cfg 以及 interface/jlink.cfg 并且 指定运行速度 adapter speed XXXX
当然,前提条件是jlink的驱动换成libusb了
有兴趣的话可以试一下我的编辑器 https://www.ed-x.cc
Who is online
Users browsing this forum: Bing [Bot] and 34 guests