-
Hi,
I'm need to install a custom pack for Puya PY32 MCUs. I've saw some tricks unzipping the DFP and copying some pdsc files to a specific folder, but I'm getting a failure when trying to add the p…
WGR7 updated
11 months ago
-
Please allow capstone 5 :)
https://github.com/pyocd/pyOCD/blob/401a01cbe193484c3220898a21b7f42c45936bcb/setup.cfg#L53
-
on a macos
installed pip and brewer, pyocd and gcc toolkit
after command make flash the code is not uploaded on board
with the blinky led example works, then i try with ble blinky and not works
…
-
Hi,
What version of python, pyocd and cmsis-pack-manager are you using? I'm trying to do your steps, but cmd or Power Shell can't find pack-manager.
Regards.
-
The NXP MCUXpresso SDK v2.15 updated the Flash Control Block (FCB) used for the MIMXRT1170-EVK board . These changes to the flash boot settings have broken pyOCD support for this board now. If an ap…
-
When I read from big portion of data from external memory of cypress PSoC6 kits I get memory error, issue is observed only on Python 2.7 32 bit on Windows.
Log:
```
(venv) D:\CyP\pyOCD\pyocd_3_7…
-
To make contributions easier, pyOCD needs a recommended style guide/naming convention, along with tools to easily check these and auto formatting source.
My preference is that the code is compliant t…
-
I followed the guide https://github.com/mbedmicro/pyOCD/blob/master/docs/how_to_build.md to build an executable from **pyOCD**. Before diving into the problem, let's first list my system settings.
&n…
-
If I start `pyocd-gdbserver`, run application and open serial port connection to mbed (K64F) board everything seems work as expected, but if I then disconnect serial port `pyocd-gdbserver` crashes wi…
-
Example succeeds
```
pyocd commander -t lpc55s69 -c "savemem 0x00000000 0x00028000 dump.bin"
Saved 163840 bytes to dump.bin
```
Example fails
```
$ pyocd_launch commander -t lpc55s69 -c "save…