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

Hi, Was trying to upgrade a controller with the following commands: ``` pyocd erase -c -t hk32f030mf4p6 --config ./pyocd.yaml pyocd load ./Project/MDK5/Objects/LCM_Light_Control_IO_WS2812_New.hex -t hk32f030mf4p6 --config ./pyocd.yaml ``` The pack and...

New flash loader was validated locally. Update ME0 vender name. Add MD2 device support, MD2 will reuse MD1 flash loader.

Please allow capstone 5 :) https://github.com/pyocd/pyOCD/blob/401a01cbe193484c3220898a21b7f42c45936bcb/setup.cfg#L53

to do
dependency

### Error Log ``` 0000542 D Project directory: d:\code [session] 0000573 D Project directory: d:\code [session] 0000608 D CMSIS-DAP v2 probe 000100011a5a5bb6000000000001badfa5a5a5a597969908: firmware version 0258, protocol version 2.1.0 [dap_access_cmsis_dap] 0000609...

ST has updated the Keil.STM32L4xx_DFP package to 2.6.2 in June 2023. They have introduced a second flash algorithm for the STM32L4R5 family in the *Keil.STM32L4xx_DFP.pdsc* file: ``` ``` The pervious...

PyOCD does not support flashing of the [LPCXpressp55S36 RevD](https://www.nxp.com/design/software/development-software/mcuxpresso-software-and-tools-/lpcxpresso-boards/lpcxpresso55s36-development-board:LPCXpresso55S36) (public release), that contains the latest LPC55S36 v1 chip. During flashing it print error message: `0006181 C target was not halted...

Hopefully, the title describes the issue well. For example, I'm currently at this break-point: ![image](https://github.com/pyocd/pyOCD/assets/11730836/54ce758e-cc06-4b06-8947-ffaea1a1815d) When I step-over or step-into, I'm always thrown into this `__get_ipsr_value()` method (I'm assuming this...

pyOCD 0.35.1 flashing fails for target stm32l071cztx (erase works), log output: ``` pyocd gdbserver --port 50000 --telnet-port 50001 --target stm32l071cztx 0002197 I Target type is stm32l071cztx [board] 0002268 I DP...

bug
cmsis-pack
flashing