-
**Describe the bug**
When connecting an ST-Link v2.1 (`ID 0483:374b STMicroelectronics ST-LINK/V2.1`) and trying to read the info it will lock up.
**To Reproduce**
```
$ target/debug/probe-rs-…
-
**Describe the bug**
All tests require full timeout period to pass after twister overhaul, even if actually test executes really fast (like hello-world sample).
Here is log example of running 3 te…
-
I'm not sure if I'm doing something wrong; when I stop the cortex-debug 0.3.7+openocd session, gdb is shutdown, but openocd is left running. Starting a new debug session fails until I manually kill t…
-
Hello, sorry for the naive question. Is there a fundamental reason for not having a `writeMem8Command()` ?
What is the preferred way to execute non-word-aligned single byte memory writes on, e.g., Co…
-
When using the SPI interface on the LPC55S69 and the Mikroe ETH Click shield (likely other shields as well), the SPI CS line must be manually toggled as a GPIO pin, requiring the following change to […
-
Hey, we noticed an issue with the usbd_bulk.c file, when a DAP command arrives late on DAPLink.
Here's our situation:
- OpenOCD sends an OUT packet with a regular DAP command. OpenOCD thinks the p…
-
Is there a way to READ external flash?
-
When the `RCC.HSI_VALUE` is not set (e.g. with the NUCLEO-H723ZG) then configuring the project fails:
```cmake
cmake_minimum_required(VERSION 3.16)
# Possible values: openocd, pyocd, stlink. st…
BenBE updated
2 years ago
-
Hi @burrbull ,
I'm trying to use your dashboard module, but I have some issues while configuring a setup for it.
What I have I done so far was:
1. Copy svdregisters.py in .gdbinit.d folder.
2…
-
# The problem
Currently we use a YAML format for describing targets. This has certain limitations.
When I created the YAML description format, it was aimed at providing a basic, a litle more than …