Search found 35 matches

by e2738729
Wed Nov 21, 2018 5:22 am
Forum: Hardware
Topic: OpenOCD with Sparkfun ESP32 Thing
Replies: 2
Views: 5148

Re: OpenOCD with Sparkfun ESP32 Thing

Hi, I was wondering how you were able to get board/sparkfun-esp32-thing.cfg file. I was not able to find the cfg file for esp32-thing specifically in the "board" folder of openocd. Could you help me with this? I am trying to connect esp32-thing with TIAO Adapter but I have some trouble and get stuck...
by e2738729
Wed Nov 21, 2018 4:05 am
Forum: ESP-IDF
Topic: Problem: Setting up JTAG debugger for ESP32
Replies: 14
Views: 14740

Re: Problem: Setting up JTAG debugger for ESP32

Another thing I forgot to mention but it might be important. TIAO USB Multi-Protocol Adapter drivers (both Interface 0 and 1) are now WinUSB since I used Zadig to convert them.
by e2738729
Wed Nov 21, 2018 3:59 am
Forum: ESP-IDF
Topic: Problem: Setting up JTAG debugger for ESP32
Replies: 14
Views: 14740

Re: Problem: Setting up JTAG debugger for ESP32

Hi ESP_igrr,

I tried your code and the output log from both terminals are the same as before. Do you think there is something else I could look in to?

Thank you,
by e2738729
Mon Nov 19, 2018 5:17 pm
Forum: ESP-IDF
Topic: Problem: Setting up JTAG debugger for ESP32
Replies: 14
Views: 14740

Re: Problem: Setting up JTAG debugger for ESP32

Hi esp_igrr, Thank you and sorry for the late reply. The below is the content of my .gdbinit. This is the code that I got from the jtag instruction from expressif website: set auto-load safe-path / target remote :3333 mon reset halt flushregs thb app_main c you might need to pass the .elf file as th...
by e2738729
Thu Nov 15, 2018 11:05 pm
Forum: ESP-IDF
Topic: Problem: Setting up JTAG debugger for ESP32
Replies: 14
Views: 14740

Problem: Setting up JTAG debugger for ESP32

Hi everyone, I have a lot of troubles setting up JTAG debugger for ESP32 and hopefully you could help me. The behavior is that after I started openOCD on mingw32.exe and run openOCD, and I click on "debug" button in Eclipse, eclipse does not response and stucks at 87% "Launching Scan" Hardware setup...