I just installed Espressif Eclipse IDE with 'Windows offline installer' following this how to:
https://github.com/espressif/idf-eclips ... stallation
Windows 10
Espressif IDE V2.12.0,
ESP-IDE v5.1.2
I use an ESP32-C3
I can compile and flash the blink application. That's OK!.
But when I try to debug, the GDB displays an error during 'Starting OpenOCD':
Code: Select all
Error in services launch sequence
Starting OpenOCD timed out.
What can I do to check where the problem is coming from?
Than you.