agentsclimarketplace

Mcu flashing debug

Skill easyzoom/aix-skills/skills/mcu-flashing-debug

Reusable Agent Skills for embedded systems, MCU debugging, firmware workflows, and AI automation. (嵌入式、MCU 调试、固件流程与 AI 自动化的可复用 Agent Skills 集合)。

Install
npx -y skills add easyzoom/aix-skills --skill mcu-flashing-debug

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 22 stars22 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Use when MCU firmware download, flashing, erase, verify, probe connection, boot mode, read protection, or programmer tool operations fail

SKILL.md

4.1 KB, 884 tokens by cl100k_base, as published. Nobody here has run it

MCU Flashing Debug

Overview

Use this skill to debug MCU programming failures safely. Separate connection, erase, program, verify, and reset problems before recommending mass erase, option byte changes, security unlock, or boot configuration changes.

When To Use

Use this skill when:

  • Firmware cannot be downloaded or flashed to an MCU.
  • The programmer reports connect, erase, program, verify, timeout, locked, protected, or target voltage errors.
  • The user mentions ST-Link, J-Link, CMSIS-DAP, OpenOCD, pyOCD, STC-ISP, WCH-Link, Nu-Link, vendor programmers, boot pins, ISP, IAP, DFU, or UART bootloader.

Do not use this skill for application-level bugs after a confirmed successful program/verify/run cycle. For probe-specific debugging (OpenOCD scripts, J-Link config, adapter speed), use openocd-jlink-stlink-debug.

First Questions

Ask for:

  • MCU part number and board.
  • Programmer/probe and connection method.
  • Tool name and exact error output.
  • Firmware artifact path/type: ELF, HEX, BIN, IHX, UF2, or vendor package.
  • Whether erase, program, verify, and reset are separate steps in the tool output.
  • Target voltage, reset wiring, boot pins, and whether the board is externally powered.

Workflow

  1. Classify the failing step. Do not treat "download failed" as one problem. Identify connect, erase, program, verify, reset, or run failure.

  2. Confirm physical and electrical basics. Check power, ground, target voltage sense, reset line, boot pins, and signal wiring before changing software.

  3. Confirm tool-target match. Verify exact chip model, flash algorithm, probe interface, target config, and firmware address.

  4. Lower risk before increasing force. Try lower adapter speed, connect-under-reset, separate erase/program/verify, and fresh rebuild before mass erase.

  5. Preserve logs. Capture programmer output and avoid repeated blind retries.

  6. Ask before destructive operations. Mass erase, security unlock, option byte writes, readout protection changes, bootloader erase, and config fuse changes require explicit approval.

Method Checks

SWD/JTAG

  • Confirm SWDIO/TMS, SWCLK/TCK, RESET, GND, and VTref.
  • Lower adapter clock for long wires or unstable power.
  • Try connect-under-reset when firmware disables debug pins or enters low power.
  • Confirm the debug probe can see target voltage.
  • Confirm readout protection or secure debug is not blocking access.

UART/ISP/IAP

  • Confirm TX/RX cross, common ground, boot pin state, reset/power-cycle sequence, and baud behavior.
  • Confirm the chip actually contains a ROM bootloader or vendor ISP mode.
  • Confirm USB-to-UART voltage level matches target IO voltage.
  • Confirm selected chip model and serial port.

USB DFU/Bootloader

  • Confirm boot mode entry sequence.
  • Confirm USB enumeration and permissions.
  • Confirm package format and target address.
  • Preserve existing bootloader or calibration regions unless explicitly approved.

Verification

Before claiming flashing is fixed:

  • Report connect, erase, program, verify, and reset/run status separately.
  • State the programmer, target chip, interface, adapter speed, firmware artifact, and programmed address.
  • Confirm whether destructive actions were avoided, skipped, or explicitly approved.
  • If verify fails, report the first failing address or range if the tool provides it.

Common Failures

  • Recommending mass erase before confirming wiring and target voltage.
  • Selecting a similar but wrong MCU in the programmer.
  • Flashing a binary to the wrong base address.
  • Ignoring verify failures because program appeared to succeed.
  • Forgetting boot pin or reset timing for UART bootloaders.

Example

User:

OpenOCD 连接 STM32 总是 timeout,下载不了。

Agent:

  1. Asks for exact chip, probe, OpenOCD configs, wiring, target voltage, and error log.
  2. Separates connect failure from flash failure.
  3. Suggests lower SWD speed and connect-under-reset before erase.
  4. Asks before readout protection or mass erase operations.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.