A PyOCD debug probe plugin for PEMicro debug probes (e.g., Cyclone, Multilink). Currently at v1.1.5, released with pypemicro v0.1.10 compatibility. Low release cadence, mostly maintenance.
pip install pyocd-pemicroVerified import paths — ran on the pinned version, not inferred.
Minimal example to discover and connect to a PEMicro probe via PyOCD.
Install pyocd explicitly if needed: pip install pyocd
Upgrade pyocd-pemicro to >=1.1.3, which requires pypemicro >=0.1.9
Check that your system architecture is supported by the PEMicro backend. On M1, use Rosetta or a x86_64 Python environment.
Install both in the same environment; verify with: python -c "import pyocd.probe.pemicro"