# FreeRTOSDemo **Repository Path**: yas8086/FreeRTOSDemo ## Basic Information - **Project Name**: FreeRTOSDemo - **Description**: 使用CubeMX生成FreeRTOS的Demo项目(自用) - **Primary Language**: C - **License**: MulanPSL-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-05-07 - **Last Updated**: 2025-05-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # FreeRTOSDemo(使用CubeMX生成FreeRTOS的Demo项目) #### 使用硬件:正点原子精英板(STM32F103ZET6) #### 软件代码:基本配置完成外设和FreeRTOS #### 后续有其他开发任务,可下载此项目作为基底,修改项目名即可 #### 举例:修改为example01 ## 使用步骤 #### 一、修改CubeMX项目名 ##### 1.1 使用NotePad++打开FreeRTOSDemo.ioc ![image](https://github.com/yas8086/FreeRTOSDemo/blob/main/img/1.1.png) ##### 1.2 修改两个项目名 ![image](https://github.com/yas8086/FreeRTOSDemo/blob/main/img/1.2.png) ##### 1.3 修改文件名 ![image](https://github.com/yas8086/FreeRTOSDemo/blob/main/img/1.3.png) #### 二、修改Keil项目名 ##### 2.1 打开Keil项目 ![image](https://github.com/yas8086/FreeRTOSDemo/blob/main/img/2.1.png) ##### 2.2 修改项目名 ![image](https://github.com/yas8086/FreeRTOSDemo/blob/main/img/2.2.png) ##### 2.3 修改output ![image](https://github.com/yas8086/FreeRTOSDemo/blob/main/img/2.3.1.png) ![image](https://github.com/yas8086/FreeRTOSDemo/blob/main/img/2.3.2.png) ##### 2.4 修改keil项目文件名 ![image](https://github.com/yas8086/FreeRTOSDemo/blob/main/img/2.4.png) ##### 2.5 删除以前的中间文件 ![image](https://github.com/yas8086/FreeRTOSDemo/blob/main/img/2.5.png) #### 三、修改完成 #### 3.1 打开keil项目,编译成功 ![image](https://github.com/yas8086/FreeRTOSDemo/blob/main/img/3.1.png) #### 3.2 修改烧录器 ![image](https://github.com/yas8086/FreeRTOSDemo/blob/main/img/3.2.1.png) ![image](https://github.com/yas8086/FreeRTOSDemo/blob/main/img/3.2.2.png)