-
### Problem Statement
I want to set up probe-rs for nvim dap. Probe-rs uses dap events to configure and provide RTT prints over dap in a debug session. See the discussion [1259](https://github.com/mf…
-
Hey @RadioOperator ,
In the past there were attempts to gather the STLink V2's firmware via downloading a dumper code through the official bootloader:
https://lujji.github.io/blog/reverse-engineer…
-
We need a tool to enter a DeviceId that can test the connectivity between the local machine and this DeviceId. In this way:
- If multiple machines cannot connect to this DeviceId, you can determine t…
-
### Setup
- Async SPI1 set up using DMA2_CH3 & DMA2_CH0,
- Async I2c1set up using DMA1_CH7, DMA1_CH0,
### Symptom:
program hangs.
Investigated with debugger (probe-rs dap server). An initia…
dvdsk updated
5 months ago
-
# What
When using `emabssy_stm32` on a STM NUCLEO-F439ZI (STM32F439ZIT6U) with the SPI3, for several hundreds of microseconds at the start and end of a transaction the clock will be respectively st…
-
> It looks like you are using the Zeta 2 MMU, which is ideal as a mechanism for this.
I am? Not sure what that is. I basically just copied the standard config for RCZ80. I went through and disable…
vipoo updated
1 month ago
-
During installation of ports.txz, which is rife full of directories and files, I experienced the attached failure, in which ada0 detached following a timeout. This leads to an eventual panic due to ap…
-
**Describe the bug**
With probe-rs 0.23, pressing CTRL+C while running probe-rs run leaves RTT in non-blocking mode allowing the firmware to continue running indefinitely. This is (I think) the behav…
-
I followed the instructions in README, and I got no any message in OpenOCD Console from STM32.
```
$ openocd -f interface/stlink-v2.cfg -f target/stm32f1x.cfg
Open On-Chip Debugger 0.12.0
Licens…
-
I've been trying to track down an issue where using a relatively large arena size (larger than 131072?) on a pico w causes what seems like a memory overwrite. The arena isn't full, and no panic seems …