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 using pyocd version 0.36 with Python 3.11 and have used PyInstaller to build an executable of a script that uses pyocd. My script includes the use of ConnectHelper...

Don't match only the prefix of qC. Otherwise, compare-sections in gdb will fail, due to qCRC returning a thread ID.

Add an option, on by default, to read out flash contents after programming and compare it to the programmed data. Without it, bugs in flash loader algos and other problems...

Add support for STM32H750 Same as STM32H743 but with only one flash sector of 128K. Adding a new builtin target because the `Keil.STM32H7xx_DFP` v3.1.1 CMSIS Pack flash loader is broken...

pyOCD fails to flash/program the i.MX RT685 using the 18.0.0 pack. The main error message is ``` CMSIS-Pack device MIMXRT685SFVKB has no identifiable boot memory [cmsis_pack] ``` The issue seens...

Hi, It seems there is a problem with the flash write routines for STM32H750. A simple program like the below gives corrupted flash for about one out of five attempts...

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