# STM32Frame **Repository Path**: daliny/stm32-frame ## Basic Information - **Project Name**: STM32Frame - **Description**: 基于CUBEMX的STM32代码框架 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-06-10 - **Last Updated**: 2024-01-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 目录说明 #### CubeMX生成目录 - STM32F405 - Core - Dirvers - MDK-ARM - Middlewares #### 用户目录(User) - AppInterface - user_data : 用户数据定义 - user_interface : 对接CubeMX接口 - AppThread - thread_management : 线程创建和管理 - thread_xxx : xxx线程实现 - UserModule - Devices - Drivers