Page 1 of 1

How to debug the ESP-AT example?

Posted: Wed Aug 25, 2021 1:02 pm
by hauser
Hello together,

I found the documentation how to debug a ESP32C3 project here:
https://docs.espressif.com/projects/esp ... er-eclipse

I did that with the blink example and all went well.

Then I tried to debug the ESP-AT (at commands) example.
Here I get errors:
When I select the esp-at.elf file in the debug options and press "Debug" after I loaded the project on the chip, I get an error, that the debugger cannot access memory at address 0x42127aec (see screenshot attached).
error.PNG
error.PNG (11.71 KiB) Viewed 7793 times
debug options.PNG
debug options.PNG (44.72 KiB) Viewed 7793 times
What did I do wrong?

Thanks for the support.
BR Hauser