-
**Describe the bug**
i have nrf5340-dk rev 2.0.2 when i run simple hello_world example with info log i get Core 1 Locked , i have tried the erase and recover script from examples in the repo, also i …
-
**Summary**
Test passed but assert failed.
```txt
Running MySQL test for file: tests/sqllogictests/suites/query/window_function/expr_in_window.test ...
panicked at src/query/expression/src/…
-
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…
-
## Using `espflash`
Connecting the devkit to UART USB port, and using `espflash` for running:
```
make -f Makefile.dev ms
[...]
FlockResults { board_index: 0, res: ResultsData { target_status…
-
**Describe the bug**
This is on an espressif esp32-c6-devkitc-1, with probe-rs from current git (17198e82ca2c83f1b59d34654fd1489129000119).
When running a test with embedded-test which panics and in…
-
**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 …
-
Try:
`cargo install probe-rs --features cli`
Result:
``` zsh
Updating crates.io index
error: there is nothing to install in `probe-rs v0.24.0`, because it has no binaries
`cargo install` i…
-
Hi there,
I don't like installing tools globally (because it's far too easy to lose track of project dependencies) and prefer to use Nix flakes to keep everything self-contained. A problem I run into…
-
## 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…
-
**Describe the bug**
Every time probe-rs disconnects from the target MCU, this code:
https://github.com/probe-rs/probe-rs/blob/master/probe-rs/src/vendor/st/sequences/stm32_armv7.rs#L94-L96
clears …