# 烧录过程 **Repository Path**: lin-rongqiang/burning-process ## Basic Information - **Project Name**: 烧录过程 - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-03-05 - **Last Updated**: 2025-03-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 烧录过程 1. **确保线路连接正常,开发板处于电源关闭状态** 2. **点击状态栏的 "Flash",然后点击"erase"擦除开发板里之前的代码。** ![alt text](./imgs/Snipaste_2025-03-04_23-07-19.png) 3. **编译代码:点击状态栏上的重新编译** ![alt text](./imgs/Snipaste_2025-03-04_23-12-30.png) 4. **烧录:点击"Flash",然后点击"Download",或者直接在状态栏进行点击烧录将程序加载进开发板**![alt text](./imgs/Snipaste_2025-03-04_23-09-29.png) 5. **将micro USB的接口线拔掉,避免进入debug模式** 6. **启动开发板电源,运行烧录的程序** # debug模式退出 使用开发板的过程中可能会遇到开发板处于debug模式导致程序无法正常运行,可以尝试进行退出debug模式。 1. **先erase擦除** 2. **开启debug模式,重新设置CPU,关闭debug ![alt text](./imgs/Snipaste_2025-03-04_23-21-07.png) 3. **重新编译** 4. **烧录**