-
Quoting: https://github.com/mbedmicro/pyOCD/blob/master/pyocd/coresight/cortex_m.py
# Technically, we need to poll S_REGRDY in DHCSR here before reading DCRDR. But
# we're …
-
I am enabling APPROTECT (lockout main AP function in nrf52) in a production programming setup using pyOCD:
``` python
from pyocd.core.helpers import ConnectHelper
from pyocd.core.memory_map impor…
nocko updated
4 years ago
-
Implement Microsoft's [Debug Adapter Protocol](https://microsoft.github.io/debug-adapter-protocol/overview).
This will require pyOCD to have complete debug capabilities.
-
**My problems:**
* I build docker images with tools for developing for microcontrollers (which contain toolchains, debuggers, utilities, etc.). In this image I ship pyOCD as well, and as one requis…
-
How to debug an Arduino program with the Segger J-Link?
- Core: Arduino Mbed OS RP2040 Boards
- Board: Pico RP2040 board
- Option: `-g3 -ggdb`
- Programmer: Segger J-Link
The mbed RTOS plug-…
-
The CMSIS-Pack plugin should use multithreaded downloads of PDSC files to update the index.
For comparison, [cmsis-pack-manager](https://github.com/pyocd/cmsis-pack-manager/) can update the entire …
-
The CLI might "eat" what I typed, especially for the first character I typed,
For example, if I typed the CLI `show cores`, the session will be,
```
pyocd> how cores
Error: unrecognized command …
-
I am using WSL2 with Ubuntu. To pass the USB devices to WSL I am using usbipd to attach the device so that it can be recognized when calling lsusb. After ensuring that the device is available in WSL, …
-
Hi,
I run my 1/2 year old script today for flashing and testing my fw. The script should flash a fw and then set a breakpoint to main and do some memory manipulation... To my surprise the breakpoint …
-
When I use `pyocd gdbserver --target stm32l432kcux` to connect to my nucleo-l432kc board and connect `arm-none-eabi-gdb` with `target extended :3333` afterwards, I get the "warning: Overlapping region…