# 01_BasicLearning **Repository Path**: stc32g/01_BasicLearning ## Basic Information - **Project Name**: 01_BasicLearning - **Description**: stc32主控 stc官方大学实验箱学习板工程 - **Primary Language**: C - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2022-06-11 - **Last Updated**: 2023-05-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # STC32G入门 STC32G12k128入门学习,规范的代码结构,通过学习使用官方库,快速入门提高开发效率。 在本系列教程中,你能够学到 - STC32G的基本控制 - STC32G官方库的使用 - 规范的编写风格 - 工程结构规划 - 模块化封装 - 防御性编程 **实用人群** - 有C语言入门基础 - 突破C语言瓶颈 - 工程管理混乱,维护成本高 - 希望学到的东西能够快速实际应用 - 希望获取到的不仅仅规范还有设计的思想 ## 搭建开发环境 本仓库地址[Project_STC32G12k128 ](https://jihulab.com/zhiyun-studio/stc32g/) STC官网:[STC: 32位 8051 单片机创新者...](http://stcmcudata.com/) 1. STC-isp下载器 2. STC32G12k128的最新官方手册 3. STC32G测试例程 4. STC32G的FreeRTOS系统例程 5. STC单片机封装库 ### 开发工具获取 C251开发软件获取地址:•http://www.keil.com/files/eval/c251v560.EXE 其他版本软件的获取地址[(【软件包合集】keil C51 C251 MDK V5 V4 v3 v2 所有版本软件包下载(包括最新)【官网地址】](https://blog.csdn.net/qq_34901073/article/details/82887681) 安装演示视频[STC32G开发环境介绍_哔哩哔哩_bilibili](https://www.bilibili.com/video/BV1Mg411d7RD?spm_id_from=333.999.0.0) QQ群:790012859 ## 推荐学习资料 [文件夹](./Docs) ## 获取本仓库 - [ ] [Create](https://docs.gitlab.com/ee/user/project/repository/web_editor.html#create-a-file) or [upload](https://docs.gitlab.com/ee/user/project/repository/web_editor.html#upload-a-file) files - [ ] [Add files using the command line](https://docs.gitlab.com/ee/gitlab-basics/add-file.html#add-a-file-using-the-command-line) or push an existing Git repository with the following command: ``` cd existing_repo git remote add origin https://jihulab.com/zhiyun-studio/stc32g/01_BasicLearning.git git branch -M main git push -uf origin main ```