pyOCD icon indicating copy to clipboard operation
pyOCD copied to clipboard

Open source Python library for programming and debugging Arm Cortex-M microcontrollers

Results 207 pyOCD issues
Sort by recently updated
recently updated
newest added

I am following the instructions here to install a pack for for STM32G071RB: https://docs.zephyrproject.org/latest/boards/arm/nucleo_g071rb/doc/index.html Running `pyocd pack -u` gives the error below: ```000289:INFO:__main__:Updating pack index... May 11 12:25:04.188 WARN invalid...

bug
cmsis-pack

Hello world :-) I have encountered a blocker traceback on `pyocd` (i.e. `pyocd list` or `pyocd flash`) related to `pyocd_pemicro/pemicro_probe`: ``` (venv37zephyr) pyocd list 0001271:CRITICAL:__main__:uncaught exception: 'PEMicroException' object has no...

First things first, OS: `void Linux 5.11.15_1 #1 SMP 1618703302 x86_64 GNU/Linux` PyOCD `0.30.2` installed through Mbed Studio (`/home/kyra/.config/Mbed\ Studio/mbed-studio-tools/python/bin/pyocd` and so on). While Mbed Studio correctly identifies (in its...

Hey @flit :-) I have noticed that a lot of internals changed, also the USB backend handling, we can discuss proposed major release number bump here https://github.com/pyocd/pyOCD/issues/1155. The initial problem...

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...

Hello world :-) I would like to try and debug my local changes to pyOCD even before package is created and installed with `setup.py`. How can I do that? :-)...

I am getting this error when trying to run mbed-os-snippet-Serial STDOUT on DISCOH747I (which is STlink V3). Update Image: BUILD/DISCO_H747I/ARMC6/mbed-os-snippet-Serial_STDOUT_update.bin Image: BUILD/DISCO_H747I/ARMC6/mbed-os-snippet-Serial_STDOUT.bin 0002683:CRITICAL:__main__:STLink error (9): Get IDCODE error Traceback (most...

Some feedback about removal of the "pyocd-flashtool" command (entrypoint) in pyocd 0.30. 0.13 is the version of PyOCD shipped in stabled release of Debian and related distributions, like Ubuntu: *...

In addition to the known problem with installing `cmsis-package-manager` on Raspberry Pi, a new problem has appeared in version 0.30.3, caused by the dependency on `pyocd-pemicro` and `pypemicro`. When `pyocd`...

`pyocd pack --update` generates one "ERRO" line in red and dozens of "WARN" lines. It returns a status of 0 (success). Errors and warnings should be non-zero for scripting purposes.

bug
cmsis-pack