Control STM32 boards via J-Link RTT for logs, memory, and flashing.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "J-Link RTT Viewer MCP" yet — see the docs or source repo.
Connect to the attached J-Link device, open the RTT channel, and continuously read real-time logs from the STM32 board. Highlight any potential error messages.
Returns live log output and identifies anomalies, error keywords, or suspicious states.
Connect to the target STM32 board, read 256 bytes of memory starting at 0x20000000 and display them in hex, then update 4 bytes at the specified offset to 0x12345678.
Outputs the memory contents, write result, and confirmation of whether the operation succeeded.
Use J-Link to flash the locally built STM32 firmware to the board, reset the device afterward, and verify through RTT startup logs that the new firmware is running correctly.
Returns flashing progress, reset status, and a validation conclusion based on startup logs.
Debug embedded devices, flash firmware, and diagnose crashes through J-Link probes.
Build, flash, debug, and communicate with STM32 boards from Claude Code.
Search STM32 docs and get embedded development assistance.
Debug, flash, and inspect microcontrollers through pyOCD and CMSIS-DAP probes.
Control TRACE32 remotely for embedded debugging, inspection, and scripting automation.
Connect MCP to ESP32 Tasmota devices for structured control and sensor reading.