-
## Description
I am building and debugging (single-stepping) `embassy`'s `wifi_blinky` example app.
I set two breakpoints: first is the first statement within main and the second is the first state…
U007D updated
11 hours ago
-
I've been playing around with a WCH32 board. It has an onboard debugger which works with probe-rs, but when I try to run with the rusty probe I get this.
```
probe-rs run --chip CH32V307 target/risc…
-
**Describe the bug**
I'm reading memory from an STM32L4 chip using an ST-LINK. If I let my program terminate normally instead of interrupting it with CTRL-C (eg. while reading RTT logs), the debugger …
-
# probe-rs.probe-rs-debugger
**Project description**
vscode extension which allows debugging embedded Rust projects through hardware debuggers, using probe-rs.
**Metadata**
* downloadPage: …
mayl updated
3 months ago
-
This issue aims to track the progress of adding Xtensa support to probe-rs, in particular the Xtensa esp targets.
- [x] Initial Xtensa support, Xdm communication with halt/resume and memory interfa…
-
When running example/stm32l4/src/bin/rng.rs I get
```
Error: Failed to attach to RTT
Caused by:
Error attempting to attach to RTT: RTT control block not found in target memory.
- Make sur…
-
**Describe the bug**
When using probe-rs (ref `9bde591`) with VS Code debugger, I am not able to use the `info frame` or the `info reg` command. It reports that the functionality is not implemented
…
-
Like in probe-run, it would be nice to have a feature where `probe-rs run` would change the RTT mode to be blocking after attaching.
This enables the usage where RTT is configured to be non-blockin…
-
Hi,
I am currently working on a project for esp32 in Rust.
I followed the instructions of https://docs.esp-rs.org/book/tooling/debugging/probe-rs.html.
So I did cargo install probe-rs-tools on cmd…
-
Hi,
The support for the VA416xx devices was recently merged and I am definitely able to flash apps to the NVM now, and they also run after a reboot. Unfortunately, I now encountered another issue :…