# duf_tool **Repository Path**: fang-rui/duf_tool ## Basic Information - **Project Name**: duf_tool - **Description**: STM32 use IAR build and creat dfu file and start download automatically - **Primary Language**: C++ - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-01-03 - **Last Updated**: 2021-01-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README dfuse-tool ========== This is a set of python scripts to create dfu files and upload them to stm32 boards 使用方法: 1. 将附件解压到任意目录 2. 修改link_hmd.cmd中“set projectPath=..\Link\link_hmd\SYS\EWARM”,此路径填写你代码的实际路径 3. 使设备进入DFU mode 4. 双击start.bat后输入 link_hmd.cmd sys debug 即开始编译和下载 第一个参数可以是 bl0、bl1、sys 第二个参数可以是 debug、release