# Linux_Freertos_STM32_STLIB **Repository Path**: kevinzu/Linux_Freertos_STM32_STLIB ## Basic Information - **Project Name**: Linux_Freertos_STM32_STLIB - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-06-23 - **Last Updated**: 2021-06-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # linux stm32f10x + stlink 开发环境 ## 系统工具 - 工具链 arm-none-eabi-gcc - makefile - stlink ## 测试 1. 先配置好环境,下载当前工程。 2. 编译生成目标文件 make 3. 通过stlink下载到目标板 make flash ## 使用说明 - 本例程适用stm32f10x系类MCU,其它系类实质类似。用户主要修改makefile_usr.mk文件和相应的.ld文件上修改ROM,RAM大小即可。把用户的工程文件添加进去即可使用。 - 如实际使用不需要用到Freertos或库,只需要再makefile文件中再Freertos或STlib相关行用#号注释即可使用最小工程。