-
### Packages
- less
- probe-rs
- libudev-dev
- picocom
- minicom
- tockloader
-
panic-probe currently executes a "udf" instruction to trigger a hard fault. probe-rs doesn't catch hard faults, and so if the hard fault handler is empty loop, probe-rs just hangs. You can set up a cu…
-
I am trying to probe information for a Cortex-M0 based MCU using `probe-rs`.
I tried running `probe-rs info` for this but there seems to be some communication issue. I can connect with a JLinkServe…
-
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…
-
I tried this several times because I couldn't believe it, and it seems to be reproducible:
The command `CARGO_TARGET_THUMBV6M_NONE_EABI_RUNNER="probe-rs run" cargo +beta test -p on-target-tests --n…
-
**Describe the bug**
Occasionally (~10% of the time) when I use probe-rs to reflash my chip with new software, the new software is reprogrammed but the chip appears to be stuck. The only way to get…
-
Discovered in #2061
When using DEFMT + RTT + probe-rs the exception handler isn't able to produce any output. I get a message like `WARN probe_rs::util::rtt::client: RTT control block corrupted (…
-
**Describe the bug**
When attempting to install the bash completions, the Zsh installer is used by mistake. The fix is quite simple, PR on the way.
**To Reproduce**
Steps to reproduce the behav…
rmsc updated
2 months ago
-
hello and apologies if this isn't the best place to ask this.
i am trying to run a basic hello world program that prints to the terminal on my pico w.
im able to get `examples/rp/src/bin/wifi-b…
-
I am experimenting with the tricore-probe, defmt logging and HighTec Rust Aurix compiler version 1.0.0, using the [BW blinky example](https://github.com/bluewind-embedded-systems/bw-r-drivers-tc37x-ex…