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

Need to add session options for the RTT subcommand's settings: - Control block search range start address. - Control block search range size. More controls are needed, too, such as...

improvement

Hi, We are using pyocd(0.34) + gdb + semihosting to generate gcov *.gcda file. pyocd seems is freezed when semihosting write start. And in gdb side, it show errors: `Ignoring...

bug
component/semihosting

The docs suggest that pyOCD can be used without cmsis-pack-manager (https://pyocd.io/docs/installing_on_non_x86.html), but I've observed several failures when it isn't installed. The first error is due to an issue with type...

Hi there, I'm currently using OpenOCD on a Raspberry Pi to program an STM32L0. I've written a basic Python wrapper around OpenOCD as a quick fix. I'm wondering if there...

new feature
probe

I am doing some trials with PyOCD + DAP link (probe is Max32625PICO) with the dual core nRF5340. I installed the pack nrf5340_xxaa. Flashing the APP core is no issue...

Increase supported python version to >= 3.7.0

Hello, I've got an issue with flashing STM32H745ZIT6. This happens only when i've got some code inside the flash memory. For example if the flash is erased with tool like...

`st-info` can rougtly identify the chip: ``` $ st-info --chipid 0x0466 $ st-info --descr G030/G031/G041 ``` I wonder if such functionality can be added to the pyOCD.

Hello, I have issues when I try to run pyOCD. I'm using the following command line : `pyocd gdbserver -O connect_mode=under-reset` (running in the same directory where I created a...