-
Hello world :-)
I have noticed that recent pyOCD handles dependencies strictly. That causes problems when solving / developing multiple other dependencies - for instance I am now fixing the `pyocd-…
-
Hello,
when I try to flash a NUCLEO-L452RE board with pyOCD i get a
**STLink error (16): AP wait**
When I compile the same mbed blinky project for an STM32L152 pyOCD flashes a NUCLEO-L152RE Boar…
-
I'm an OpenOCD defector, making my first steps in the world of PyOCD. But I can't get my microcontroller board to work. Please help.
1. Setup
1.1 Probe
I've got the official SWDAP probe from …
-
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…
-
0005859:ERROR:gdbserver:Exception while executing remote command 'reset init': unexpected value for reset_type option ('init')
Traceback (most recent call last):
File "c:\python\python37-32\lib\si…
-
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…
-
## 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…
-
Hi,
I've been using pyOCD to flash and debug my imxRT1061 based board.
now i would like to change the FlexRAM configuration.
Default is 128k ITCM, 128k DTCM, 256k OCRAM
I have changed this to 0…
-
Hi,
My test condition is jlink-v9, and windows 10. I use pyocd to program, the speed is about 10KB/S.
```
$ pyocd flash -t CY8C624AFNI-S2D43 ./cypress_flash.hex --pack E:/pyocd_pack/Cypress.PSoC…