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 got following errors when using flash loader converted from Keil pack FLM, the FLM working well under KEIL and Segger JLINK, but failed when using in pyocd, seems pyocd...

This patch fixes JTAG with CMSIS-DAP. CMSIS-DAP must be in Run-Test/Idle state after JTAG initialization. The PR requires #1448

Add range check before accessing `resp[2]`. If calling with `read_tdo=0`, `resp[2]` is not exist.

Trying to use pyOCD with Renesas RA2A1, but getting the following error: ``` 0001569 W Overlapping memory regions in file /root/.local/share/cmsis-pack-manager/Renesas/RA_DFP/4.0.0.pack (R7FA6M4AF3CFB_dual); deleting outer region. Further warnings will be suppressed...

Fixed pyocd cannot start app correctly. Comment reset_and_halt() in target class, then the flash programming works perfectly. lpc800 lpc824

This PR moves the RTT implementation into a separate file so that it can be used by other modules and scripts. It also adds RTT support to the GDB server...

It seems to me that commit 46f1ac66c26169270b6c6e3d7992f3b106a8077b introduced a bug. The function stlink_probe.read_memory_block8 will return an array with two bytes in it if the addressed is aligned on a 2-byte...

Hi ! I'm trying to create an executable for my python application with Pyinstaller but I'm running into some issues. My application is flashing STM32L475 MCUs by using 2 STLinksV3...

@Cypress-OpenOCD @ihos-cypress Saw the psoc 6 contribution. Would it be possible to also get PSoC 4xxx series added. Thanks