Can't debug esp32s3 (DPTechnics Walter board) with GDB #84426
Unanswered
fatalkiller
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm trying to debug a simple code flashed on the Walter board from DPTechnics (source here https://www.dptechnics.com/en/products/walter.html) which is based on an esp32s3 chip. This chip embeds a USB-JTAG to allow debugging without any additional hardware.
When I try to debug the code with GDB, I get the following errors after setting a breakpoint and trying to continue executing the code:
Error writing instruction to memory: -4
and thenFailed to add SW breakpoint !
.I created a test repo to reproduce the bug that you can find here https://github.com/fatalkiller/test_zephyr_esp32_s3.
What can I do to fix it?
Beta Was this translation helpful? Give feedback.
All reactions