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

Currently, I am failing to flash a `stm32l011f4ux`; the error I get is: ``` $ pyocd flash --target stm32l011f4ux bin/firmware.elf 0000414 I Loading /home/user/bin/firmware.elf [load_cmd] 0000545 C Memory transfer fault...

Add the support for XC2XX device of XHSC

PyOCD 0.36.0 STM32F334 I'm trying to get SWV output and so far I'm getting no output. I have semihosting and SWV set up in my firmware and the SWV output...

If no down-channel can be found, the target only supports printing RTT messages. Before this commit, this target-configuration was only possible to do when supplying a log file. Then commands...

When trying to erase the tiva MCU, the pyocd fails. Environment: MCU: TM4C129DNCPDT Debugger: tested with J-Link and Orbtrace Pyocd version: 0.36.0 Pack: Keil.TM4C_DFP 1.1.0 OS: Windows 10 Pro Command:...

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

pyocd 0.36 can not find daplinkv2 probe in python3.12,back to python3.11 can found

HI, thank you very much of this great project. I would like to report an issue where the pack command couldn't find the SAMD51 target although it is listed in...

bug
cmsis-pack

I've recently noticed some issues with 0.36 release (also the 0.36-dev) series. Reverting to an earlier version of pyocd (in this case, 0.35-dev), and everything flashes (and functions) as expected....