# stm32-learn **Repository Path**: d1nglin/stm32-learn ## Basic Information - **Project Name**: stm32-learn - **Description**: 基于江科大课程,学习stm32开发 - **Primary Language**: C - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-06-19 - **Last Updated**: 2025-08-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # stm32-learn #### 介绍 基于江科大课程,基于标准库,学习stm32开发。 #### 软件架构 #### 安装教程 1. 安装STM32CubeCLT-Mac 包含相关开发环境 2. 安装STM32CubeMX,生成makefile项目,复制makefile以及ld文件, 再参看江科大视频,复制相关的标准库 3. 安装st-link #### 使用说明 1. make 生成elf、bin、hex文件 2. make flash 烧录bin文件