# loop2 **Repository Path**: YIJia_Kitchen_Bath/loop2 ## Basic Information - **Project Name**: loop2 - **Description**: PY32F030 matrix lamp e_project - **Primary Language**: C - **License**: AFL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2025-03-29 - **Last Updated**: 2025-04-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # loop2 #### 介绍 matrix lamp e_project ### 更新Update | 版本号 | 更新内容 | 编写者 | 日期 | | --------- | --------------- | --------- | ----------------------------- | | 1.0.0 | 第一次发布 | 邓维安 | 2025-3-31_08:10:11 | #### 安装教程 ##### Windows 1. windows 11 H2 2. arm-none-eabi-gcc 3. msys32 tools ##### Linux 1. Linux已经自带c编译器 #### 使用说明 ├── build 烧录文件 ├── build.py 编译 ├── CMSIS MCU启动文件 ├── datasheet 项目需求及电路图 ├── f030x8_64K.jflash jlink配置文件 ├── inc hal库启动后配置文件(未释放hal) ├── LICENSE 源码保护 ├── Makefile gcc配置文件 ├── programe.py 烧录(Linux = JFlashExe, Win = JFlash) ├── PY32F0xx_HAL_Driver (未释放hal) ├── PY32F0xx_LL_BSP LL简化配置文件 ├── PY32F0xx_LL_Driver LL驱动文件 ├── README.en.md 英文说明(未释放) ├── README.md 源码api操作说明文件 ├── segger jlink rtt调试驱动 └── usr 用户与功能驱动文件 10 directories, 7 files #### 软件架构 ##### 底层架构 usr -- > py32 ll driver ---> arm cortex m0+ ##### 应用层 usr #### 参考文档 1. PY32F030系列参考手册_V1.3 2. PY32F030系列数据手册_V2.5 3. ZXB-408(SK09)V5(2) 4. ARM Cortex M3 内核(中文版) #### 特技 1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md 2. Gitee 官方博客 [blog.gitee.com](https://blog.gitee.com) 3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解 Gitee 上的优秀开源项目 4. [GVP](https://gitee.com/gvp) 全称是 Gitee 最有价值开源项目,是综合评定出的优秀开源项目 5. Gitee 官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help) 6. Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)