background picture of the home page

STM32的GPIO

通用模板,使用GPIO必须要的代码。 // 启用 GPIOC 外设时钟 RCC_APB2PeriphClockCmd(RCC_APB2Periph_GPIOC, ENABLE); / 定义 GPIO 初始化结构体 GPIO_InitTypeDef GPIO_InitStructur

thumbnail of the cover of the post

使用Keil5新建STM32F103C8T6工程

一,下载必要文件 1,安装STM32F103C8T6支持包 下载地址:https://www.keil.arm.com/packs/stm32f1xx_dfp-keil/boards/ 2,下载STM32F10x标准外设库 下载地址:https://www.st.com/zh/embedded-so

thumbnail of the cover of the post

使用Visual Studio Code编写C语言

一,安装C编译器 下载地址:WinLibs - GCC+MinGW-w64 compiler for Windows 1,添加系统变量 下载后是一个压缩文件,将它解压到指定的文件夹,可以是C盘 点开,进入它的“bin”子文件夹,然后复制路径“C:\mingw64\bin”。 然后右键点击“此电脑”,

thumbnail of the cover of the post

编程常用软件

编程软件太多了,每种语言都有自己的开发环境和软件,我讲讲我常用的。语言是C/C++。 1,使用Visual Studio Code 这种体积虽小但配置起来麻烦,要安装C/C++扩展,下载MinGW并添加到系统环境变量,然后又是一堆配置,想安装的话去搜索一下教程再安装。 2,使用Visual Stud

thumbnail of the cover of the post

单片机常用软件

1,C51系列和STM32系列 Keil这款软件就不用多说了,单片机领域必不可少的。 C51系列和STM32系列均可下载Keil对应的C51和MDK-Arm软件进行编程。使用C语言。 2,树莓派 常规树莓派相当于一台微型电脑了,使用Python导入相关模块后即可进行编程。 树莓派PICO使用Thon

thumbnail of the cover of the post

工控常用软件

- PLC (可编程逻辑控制器) 西门子系列 S7-300/S7-400/S7-1200/S7-1500系列PLC均可使用TIA博途软件进行编程。 S7-200smart PLC可使用STEP 7-Micro/WIN SMART软件进行编程。 三菱系列 采用GX Works软件进行编程。 - 变频器

thumbnail of the cover of the post