-
# Description
pyocd crashes while using the following command to reset a `GD32F470ZG` chip.
# Command
```bash
# pyocd reset --target gd32f470zg
0000498 W Board ID 5V-I is not recognized […
-
Hi there,
I'm currently using OpenOCD on a Raspberry Pi to program an STM32L0. I've written a basic Python wrapper around OpenOCD as a quick fix. I'm wondering if there are any examples or documen…
-
Hello world :-)
Something terrible happened on my system and pyOCD started to segfault :-( I have tried different pyOCD versions, Python versions, etc. Was there a big change in USB handling recent…
-
version: 0.27
There are many exceptions(255) displayed in terminal when pyocd cannot read aps.
It's very unfirendly. Can we change the level to debug or disable the traceback or another way to fi…
-
## Reproduce steps:
1. Install pyOCD package
2. Run server with command "sudo pyocd-gdbserver -p 3333" for instance
## Expected result:
No crash
## Actual result:
Crash almost immediately.
…
-
## Description
When user doesn't need to use telnet server there should be way to disable it. It just waste of cpu&memory (& one extra socket) which might be problematic in "low-end-hosts" like `odro…
-
cmake -G Ninja -DTOOLCHAIN=gccarmemb -DPLATFORM=nrf52840_xxAA -DBOARD=nrf52840_mdk -DFLASHER=pyocd ../../nRF5-SDK-for-Mesh/
ninja my_light_switch_client_nrf52840_xxAA_s140_6.1.0
出现下面的问题:
![image…
-
Hi !
I'm trying to create an executable for my python application with Pyinstaller but I'm running into some issues.
My application is flashing STM32L475 MCUs by using 2 STLinksV3 and is working f…
-
(Issue reported by @danielRep.)
Hi,
I am experience a similar issue with a Musca B1 board. I detect three different behaviours which probably can be related with the same issue that @djj198 rep…
-
While debugging LPC546XX, using pyocd 0.12.0, I get the following error.
```
0000246:WARNING:svd:Failed to load SVD file LPC54608.svd
0000247:INFO:cmsis_dap_core:DAP SWD MODE initialized
0000263…