Search found 2 matches

by y-hira
Wed Oct 03, 2018 7:44 am
Forum: General Discussion
Topic: OpenOCD for ESP32-devkit-C with FT232HL on macOS
Replies: 2
Views: 3759

Re: OpenOCD for ESP32-devkit-C with FT232HL on macOS

Thank you very much!
by y-hira
Thu Jun 21, 2018 10:19 am
Forum: General Discussion
Topic: OpenOCD for ESP32-devkit-C with FT232HL on macOS
Replies: 2
Views: 3759

OpenOCD for ESP32-devkit-C with FT232HL on macOS

Hi, I am trying to use JTAG debugging on macOS 10.13.3. I tried: http://esp-idf.readthedocs.io/en/latest/api-guides/jtag-debugging/index.html I made this file ft232hl.cfg: interface ftdi ftdi_vid_pid 0x0403 0x6014 ftdi_channel 0 reset_config none adapter_khz 20000 transport select jtag I connected F...