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

First of all sorry title, I just wanted something that will show up on searches if someone else gets stuck. A more accurate description is would be: when multiple packages...

I followed the guide https://github.com/mbedmicro/pyOCD/blob/master/docs/how_to_build.md to build an executable from **pyOCD**. Before diving into the problem, let's first list my system settings.   1. My system - I work on...

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

**OS**: Windows 11 **Python**: 3.10.0 **pyOCD**: 0.36.0 **Target**: MAX32625PICO development board I have a MAX32625PICO development board connected to my PC via a USB cable. Listing available devices (`pyOCD list`)...

Reference: RM0433, Table 7 (Memory map) https://www.st.com/resource/en/reference_manual/rm0433-stm32h742-stm32h743753-and-stm32h750-value-line-advanced-armbased-32bit-mcus-stmicroelectronics.pdf

### Platform: Windows10 with language "ZH_CN", using VS Code with "Cortex-Debug" plugin ### Process: Run debug test below: `{ "showDevDebugOutput": "parsed", "name": "pyocd STM Debug", "type": "cortex-debug", "request": "launch", "servertype":...

It prevents from transfer error on stlink ``` runners.pyocd: pyocd flash -e sector -a 0xc000 -t nrf52840 -f 4000000 merged.hex 0000253 C Error: [Errno 16] Resource busy [__main__] FATAL ERROR:...

the implementation already supports that capstone may not be installed. capstone is somewhat slow to install on some platforms (e.g. raspberry pi), and not always needed.

This commit fixes an issue where the control block id was not found in cases where the bytes spanned two read blocks. Example data block causing the original issue: `01:08:18.444,458]...

- Revival of memory transfer in chunks. introduced in #1375 - Fix the case when control block ID is located across read block boundary. - Addressing the possibility of the...