-
```[tasklist]
- [ ] https://github.com/probe-rs/probe-rs/issues/1695
- [x] https://github.com/probe-rs/probe-rs/issues/1696
- [ ] stack usage analysis
- [ ] make config flags writeable through ENV var…
-
**Describe the bug**
When running a simple project that use embassy on an ESP32C3 (a ESP32-C3-DevKit-RUST-1 board to be exact), I get strange error when trying to debug using RTT.
I get different…
-
**Describe the bug**
Unable to flash a XMC1400 (Cortex-M0) on the BOOT-KIT eval board.
**To Reproduce**
Steps to reproduce the behavior:
1. Generate chip family description file from CMSIS pack …
-
**Is your feature request related to a problem? Please describe.**
I'm using a raspberry pi pico to control stepper motors. It would be convenient if I could stop execution of the program before maki…
-
**Describe the bug**
Hello. I was recently trying to target a currently unsupported Microchip microcontroller (SAMRH707) using [these instructions](https://github.com/probe-rs/flash-algorithm-templat…
-
**Is your feature request related to a problem? Please describe.**
Run command probe-rs download for a ELF image.
It print errors:
```
Error: Error while flashing
Caused by:
No flash memor…
-
## Description
Hello guys. Thanks for your awesome job done here in implementing BLE satck in Rust.
Looks like I found an issue with the scan feature.
Some advertisment packets (`LeAdvReport`) a…
-
I am new-ish to embedded Rust so it is entirely possible I'm misunderstanding how to change a chip in the examples. Here is what I did.
After changing `embassy/examples/stm32h5/Cargo.toml` to
``…
-
**Describe the bug**
Debugging RP2040 via picoprobe yields warnings and no defmt output.
**To Reproduce**
Steps to reproduce the behavior:
1. clone https://github.com/FlareFlo/magneto_pad
2. …
-
I'm trying to use cmsis-dap + jtag protocol to debug my riscv chip, but probe-rs reports the following error:
```
Running `probe-rs run --chip HPM5361 --protocol jtag --chip-description-path …