本仓库提供用于极海 MCU 开发与调试流程的 OpenOCD 工具包。
| 文件 | 说明 |
|---|---|
openocd-v0.12.0-rc2-i686-w64-mingw32.tar_wkl.zip |
适用于 32 位 Windows/MinGW 环境的 OpenOCD v0.12.0-rc2 工具包 |
- 下载并解压压缩包。
- 检查其中的 OpenOCD 脚本与配置文件。
- 根据调试器和目标 MCU 选择对应的接口及目标配置。
- 在终端运行 OpenOCD,或在 IDE 中配置解压后的可执行文件。
命令结构示例:
openocd -f interface/<interface-config>.cfg -f target/<target-config>.cfg请将占位符替换为适用于实际硬件的配置文件。
- 本仓库存放的是已打包的二进制工具,并非完整的 OpenOCD 源码。
- 使用前请确认操作系统、调试器、MCU 及 IDE 的兼容性。
- 如需最新 OpenOCD 版本及上游文档,请参考 OpenOCD 官方项目。
- 极海器件资料及开发资源请访问极海官网。
产品信息与技术支持请访问:www.geehy.com。
This repository provides a packaged OpenOCD build used with Geehy MCU development and debugging workflows.
| File | Description |
|---|---|
openocd-v0.12.0-rc2-i686-w64-mingw32.tar_wkl.zip |
Packaged OpenOCD v0.12.0-rc2 build for 32-bit Windows/MinGW |
- Download and extract the archive.
- Review the included OpenOCD scripts and configuration files.
- Select the interface and target configuration that match your debug adapter and MCU.
- Run OpenOCD from a terminal or configure your IDE to use the extracted executable.
Example command structure:
openocd -f interface/<interface-config>.cfg -f target/<target-config>.cfgReplace the placeholders with configuration files appropriate for your hardware.
- This repository contains a packaged binary distribution rather than the full OpenOCD source tree.
- Verify compatibility with your host system, debug adapter, MCU, and IDE before use.
- For current OpenOCD releases and upstream documentation, refer to the official OpenOCD project.
- For current Geehy device documentation and development resources, visit the Geehy website.
For Geehy product information and technical support, visit www.geehy.com.