-
Notifications
You must be signed in to change notification settings - Fork 134
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ESP32-S3-DevKitC-1: debug is not working (OCD-1033) #344
Comments
@jsmith173 Do you mean did you try from the console? Did you try with a hello-world app to make sure your hw and usb cable connection works fine? You can share the openocd logs (-d3) to help us understand what is going on in the background. First,
Then you can run |
I'm sending the log file |
From the previous log, I can see there is no issue with reading the flash.
Does Can you also update your OpenOCD version with the latest release. v0.12.0-esp32-20241016 We have a fix in the v0.12.0-esp32-20240726 might be related to your issue.
|
It works with the fix you provided. |
I'm using the latest Espressif-IDE. When I try to create a new openocd debug configuration and press the Debug button the console shows the following log and the Debug is not started.
I tried to start separately openocd and connect gdb. Openocd starts but gdb can't connect.
The text was updated successfully, but these errors were encountered: