-
Hello,
I am using `pyocd` to host a GDB server and encountering an issue where the GDB server fails to open a debug session after flashing a firmware.
Here's the sequence of steps:
1. I start…
-
Currently, the SWO parser buffers all events until a timestamp is received: https://github.com/mbedmicro/pyOCD/blob/ee63c7b64b313bad65dfa9871b7acb55fdda055d/pyocd/trace/swo.py#L116-L132
In my curre…
-
PyOCD does not support flashing of the [LPCXpressp55S36 RevD](https://www.nxp.com/design/software/development-software/mcuxpresso-software-and-tools-/lpcxpresso-boards/lpcxpresso55s36-development-bo…
-
I started working with the WISE-1570 MCU and have already succesfully programmed it several times. For drag'n'drop programming I am using the latest DAPLink version (v0253, I also tried v0245) and the…
-
I'm attempting to flash a very basic LED blinky app onto a NUCLEO-H753ZI. When I flash the board with pyOCD I see output indicating the flash was successful: `Erased 131072 bytes (1 sector), programme…
-
PyOCD v0.32 with python 3.9.6 on Windows 10
Hi, I am trying to flash a binary to my new MicrobitV2 using pyocd, but I get the error below.
![image](https://user-images.githubusercontent.com/637612…
-
Attaching gdb to the pyocd gdbserver and then running `run` results in pyocd severing the gdb connection:
```
gdb-multiarch example.elf
target extended-remote :3333
...
run
The program being deb…
via updated
10 months ago
-
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`. Wh…
-
I have a binary which size is larger than 256kB, so need to program both Pflash and Dflash.
The KW36 memory map is as below image.
![image](https://user-images.githubusercontent.com/3600912/59549796…
-
I've successfully setup Seggers RTT for my Zephyr project using an MCULink debug probe on an LPC55S16 (I know - the irony :D)
I really do love that the support is available, but along the way I've …