Debug embedded devices, flash firmware, and diagnose crashes through J-Link probes.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "jlink-mcp" yet — see the docs or source repo.
Connect to the target board through SEGGER J-Link, read memory from 0x20000000 to 0x20000100, and determine whether there are signs of stack overflow or unexpected data corruption.
The tool returns memory data for the specified range and provides likely causes and troubleshooting suggestions.
Use J-Link to flash build/output/firmware.bin to the target MCU flash, then verify the written image and confirm whether the version update succeeded.
The tool flashes the firmware, verifies the write result, and reports success or possible failure reasons.
Connect to the device and continuously stream RTT logs; if a HardFault occurs, read the relevant registers and stack trace to help analyze the crash cause.
The tool outputs live logs, crash context details, and an initial diagnosis of the root cause.
Control STM32 boards via J-Link RTT for logs, memory, and flashing.
Read and write Segger RTT data via J-Link for embedded device debugging.
Debug, flash, and inspect microcontrollers through pyOCD and CMSIS-DAP probes.
Let AI read, control, and debug microcontrollers over serial connections.
Enable AI to run live GDB debugging sessions on binaries and processes.
Control LLDB sessions with natural language for breakpoints, stepping, and expression evaluation.