-
Notifications
You must be signed in to change notification settings - Fork 28
probe-rs debugging for esp-no-std debugging (esp32c3) #175
Comments
Hi! Just tried reproducing your issue with no luck, here is the template options that I used:
Then I updated the runner in Im using By the way, for questions like this one, Id recommend using our matrix channel: https://matrix.to/#/#esp-rs:matrix.org |
@SergioGasquez thank you! Yes I managed to do this also sometimes. But can you also initialize the WiFi? I always get the memory error. So I figured, that there might be some issue with overwriting the WiFi related esp sector or something. When I hit continue and want to pass the WiFi init I always get a panic. |
This issue should be solved by #176 |
Hi!
I just cannot figure out, how to debug my esp32c3 using probe-rs.
I used the (template)[https://github.com/esp-rs/esp-template/blob/main/src/main.rs] and configured it to include the wifi snippet. If I run the main function using the "probe-rs" runner, everything works fine.
However, if I use
launch.json
to start debugging I always get a memory error. I suspect, that I overwrite a wrong sector or something.Could someone help me with a
launch.json
file?If I add
to
config.toml
I can run the main function without any issues. So probe-rs works basically.Unfortunately the example does not work for me.
I have the following launch.json
This is the error message I am getting after using
debug
withlaunch.json
Thank you for your help!
Greetings, Christian
The text was updated successfully, but these errors were encountered: