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

Hello, I am exploring pyocd and trying to write a simple script to reset my NUCLEO-WBA52CG board. ```python from pyocd.core.helpers import ConnectHelper if __name__ == '__main__': session = ConnectHelper.session_with_chosen_probe( unique_id="",...

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

Adds support for the nrf5340

I'm using a DAPlink adapter over SWD 10-pin connecter to a Nordic Semi development board (nRF9160DK) containing an nRF9160 which has an ARM-Cortex M33 core. I downloaded and installed the...

bug
target

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

When I try to start swv for the nrf52840-dk I get the following error: ``` pyocd gdbserver --target nrf52840 -S -Oswv_clock=4000000 -O swv_system_clock=32000000 -Oenable_swv=true -vvvv 0001039 I Target type is...

dmesg partial dump: ``` [ 5019.034338] usbcore: registered new interface driver cdc_acm [ 5019.034344] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters [ 5048.145303] usb 1-1.3:...

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

Hi! :wave: Upon packaging 0.36.0 for Arch Linux I ran into reproducibility issues with svd_data.zip which is bundled when creating a wheel. The timestamps in the zip file vary, which...