Search found 2 matches
- Wed Oct 03, 2018 7:44 am
- Forum: General Discussion
- Topic: OpenOCD for ESP32-devkit-C with FT232HL on macOS
- Replies: 2
- Views: 4114
Re: OpenOCD for ESP32-devkit-C with FT232HL on macOS
Thank you very much!
- Thu Jun 21, 2018 10:19 am
- Forum: General Discussion
- Topic: OpenOCD for ESP32-devkit-C with FT232HL on macOS
- Replies: 2
- Views: 4114
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...