Search found 9 matches
- Thu Dec 31, 2020 3:03 am
- Forum: ESP-IDF
- Topic: [SOLVED] ESP32 OPENOCD DEBUG Error: libusb_open() failed with LIBUSB_ERROR_NOT_SUPPORTED
- Replies: 1
- Views: 6941
Re: ESP32 OPENOCD DEBUG Error: libusb_open() failed with LIBUSB_ERROR_NOT_SUPPORTED
Problem solved. I was using a USB hub between esp prog and computer
- Wed Dec 30, 2020 3:20 pm
- Forum: ESP-IDF
- Topic: [SOLVED] ESP32 OPENOCD DEBUG Error: libusb_open() failed with LIBUSB_ERROR_NOT_SUPPORTED
- Replies: 1
- Views: 6941
[SOLVED] ESP32 OPENOCD DEBUG Error: libusb_open() failed with LIBUSB_ERROR_NOT_SUPPORTED
I am trying to use the debuger with OpenOcd via command line on a WROOM32 Devkit C which is connected to an ESP PROG. I followed this tutorial: https://www.programmersought.com/article/74374884616/ Yet, even after replacing the firmware of the ESP Prog using Zadic i still get this error when I launc...
- Wed Dec 30, 2020 2:07 pm
- Forum: IDEs for ESP-IDF
- Topic: [SOLVED] ECLIPSE ERROR AT BUILD BUT COMPLETE
- Replies: 0
- Views: 2185
[SOLVED] ECLIPSE ERROR AT BUILD BUT COMPLETE
I get this red lines when I try to build with Eclipse: Building in: C:\Users\c\eclipse-workspace\ledc\build cmake -G Ninja -DCMAKE_TOOLCHAIN_FILE=C:\Users\c\esp-idf\tools\cmake\toolchain-esp32.cmake -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -DIDF_TARGET=esp32 C:\Users\co\eclipse-workspace\ledc -- Found Git...
- Mon Dec 28, 2020 5:25 pm
- Forum: General Discussion
- Topic: [SOLVED] JTAG DEBUGGING
- Replies: 1
- Views: 2914
Re: JTAG DEBUGGING
I have now updated the ESP PROG with winUSB driver. My new error is now C:\Users\c\.espressif\tools\openocd-esp32\v0.10.0-esp32-20191114\openocd-esp32\bin>openocd -f interface/ftdi/esp32_devkitj_v1.cfg Open On-Chip Debugger v0.10.0-esp32-20191114 (2019-11-14-14:19) Licensed under GNU GPL v2 For bug ...
- Mon Dec 28, 2020 2:03 pm
- Forum: General Discussion
- Topic: [SOLVED] JTAG DEBUGGING
- Replies: 1
- Views: 2914
[SOLVED] JTAG DEBUGGING
I am trying to understand how to perform some debugging. I use Win10, Eclipse, and ESP PROG and the following kit: https://www.esp32.com/viewtopic.php?t=12307 I am followinf this : https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-guides/jtag-debugging/ and https://docs.espressif.com/p...
- Mon Apr 06, 2020 9:01 am
- Forum: IDEs for ESP-IDF
- Topic: esp32 idf v4 with IDE
- Replies: 3
- Views: 8302
Re: esp32 idf v4 with IDE
Hello Kondal,
Do you confirm that to debug and ESP32DevKitC with Wroom-32 module on it an extra hardware such as an ESP-PROG or a FTDI device is needed or can we debug without it using Eclipse ?
This is not very clear on my side.
Do you confirm that to debug and ESP32DevKitC with Wroom-32 module on it an extra hardware such as an ESP-PROG or a FTDI device is needed or can we debug without it using Eclipse ?
This is not very clear on my side.
- Mon Apr 06, 2020 8:59 am
- Forum: IDEs for ESP-IDF
- Topic: ESP32 Eclipse Install issue
- Replies: 3
- Views: 8201
Re: ESP32 Eclipse Install issue
Suggestion made in the Github issue section. I also found out two other bottleneck when using Eclipse: 1./ If the project is named with a space, it would not compile properly 2./ I believe but I am not sure that having a windows system from a country which is not from China but having chinese langua...
- Sun Apr 05, 2020 7:08 am
- Forum: IDEs for ESP-IDF
- Topic: ESP32 Eclipse Install issue
- Replies: 3
- Views: 8201
ESP32 Eclipse Install issue
Hello When I try to install ESP32 IDF to Eclipse using the Espressif IDF Tools Manager in the Help Menu, it start installing (as i see it in the Console) but remain locked at the following line and doesn't move anymore: Executing C:\Users\user\AppData\Local\Programs\Python\Python37\python.exe C:\esp...
- Sat Apr 04, 2020 3:22 pm
- Forum: IDEs for ESP-IDF
- Topic: esp32 idf v4 with IDE
- Replies: 3
- Views: 8302
esp32 idf v4 with IDE
Hello I am starting to work on the ESP32. I have follow the getting started and success to compile all examples properly when using the windows powershell etc... This way to work is fine for running examples, but I think don't get quite practical and professional when it comes to work on serious pro...