Registry / devops / spsdk-pyocd

spsdk-pyocd

JSON →
library0.3.4pypypi✓ verified 79d ago

A PyOCD debug probe plugin for NXP's SPSDK (Secure Provisioning SDK), enabling PyOCD-based debug probes to interface with SPSDK debug operations. Current version: 0.3.4. Released as part of SPSDK Plugins 3.5.0. Release cadence: irregular, tied to SPSDK Plugins releases.

pip install spsdk-pyocd
INSTALL
IMPORT
SIG · SPSDK-PYOCD
S
spsdk-pyocd
devopspythonv0.3.4
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

DebugProbePyOCD
from spsdk_pyocd import DebugProbePyOCD
from spsdk_pyocd import SPSDKPyOCDDebugProbe

Initialize the SPSDK PyOCD debug probe plugin and list available probes.

from spsdk_pyocd import SPSDKPyOCDDebugProbe probe = SPSDKPyOCDDebugProbe() # The probe will scan for available PyOCD debug probes print(probe.get_probes_list())
Debug
Known issues
gotchaThe plugin requires both SPSDK and PyOCD to be installed. PyOCD must be installed separately; it is not an automatic dependency of spsdk-pyocd.
fix
Run 'pip install spsdk pyocd' before or after installing spsdk-pyocd.
affects: all
gotchaThe plugin is designed to work with SPSDK's debug interface; standalone PyOCD usage without SPSDK is not supported.
fix
Use within SPSDK context: from spsdk.debuggers import DebugProbe and register the probe via spsdk_pyocd.
affects: all
Upgrade
Version history
0.3.4latest on PyPI · released Nov 28, 2025
Audit
Dependencies
spsdkrequiredCore SPSDK package for debug operations
pyocdrequiredPyOCD debug probe framework
Agent activity
27 hits · last 30 days
node
24
OpenAI (training)
1
Resources
spsdk-pyocd — pip install spsdk-pyocd · libregistry