{"library":"spsdk-mcu-link","title":"SPSDK MCU-Link","type":"library","description":"A debugger probe plugin for SPSDK (NXP's Secure Provisioning SDK) that adds support for LPC-Link and MCU-Link probes from NXP. Version 0.6.6; released as part of the SPSDK Plugins 3.2.0 release. Maintained by NXP with an active development cadence tied to SPSDK releases.","language":"python","status":"active","last_verified":"Fri May 01","install":{"commands":["pip install spsdk-mcu-link"],"cli":null},"imports":["from spsdk.mcu_link.debug_probe import MCULinkDebugProbe","from spsdk.mcu_link.mcu_link import MCULink"],"auth":{"required":false,"env_vars":[]},"links":{"homepage":"https://www.nxp.com/","github":"https://github.com/nxp-mcuxpresso/spsdk_plugins","docs":null,"changelog":null,"pypi":"https://pypi.org/project/spsdk-mcu-link/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null},"quickstart":{"code":"import os\nfrom spsdk.mcu_link.debug_probe import MCULinkDebugProbe\n# This will attempt to open the first available MCU-Link\nprobe = MCULinkDebugProbe()\nprint(\"Probe opened:\", probe.is_opened())","lang":"python","description":"Opens a default MCU-Link probe and prints its status. No authentication required as it uses local USB connection.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}