搜索资源列表
Project-V2.0
- STM32F103工程模版用的是2.0.3库-STM32F103 project template using 2.0.3 library
UCOS2860822OK^-^
- 这是一个绝好的资源,因为:它在STM32F103系列上移植了UCOS系统和固件库,UCOS版本:2.86,固件库版本:3.30,而且,而且里面集成了printf函数,可以串口输出调试信息,更重要的是,他有4路PWM输出和3路PWM捕获,具体输出引脚和捕获引脚我在压缩包里的文件里有说明。我初学STM32时,网上下载的例程大多不能用,我对那些自私的人很无语,我共享这一个,就是想给曾经像我一样迷茫的人一块垫脚石,希望你们能站的更高、更远~~开发环境是KEIL/MDK,没有这个选项,就选C了。-Can
STM32F10X_Project
- STM32F103控制iLi9341的2.4寸屏驱动例程,源码,带库函数,GPIO操作,可显示,已通过。-STM32F103 control iLi9341 2.4-inch screen driver routines, source code, library functions, GPIO operation can be displayed, has been adopted.
2,标准例程-库函数版本
- stm32例程(stm32 example)
2,标准例程-V3.5库函数版本
- 原子开发板资料 库函数版本 方便开发 有用stm32f103系列的朋友可以来下载 非常有用 节省开发时间(Atomic development board materials Library function version Convenient and useful stm32f103 development series friends can be very useful to download To save development time)
例4-1 UCOSIII移植
- (1)、应用程序。 (2)、半导体厂商提供的库函数。 (3)、板级支持包,底层驱动。 (4)、UCOSIII源码,与CPU无关。 (5)、这部分在移植UCOSIII的时候要根据所使用的CPU架构来编写。 (6)、讲与CPU相关功能代码封装起来。 (7)、UCOSIII官方提供的一系列通用函数的源文件,一部分函数用于替代stdlib库中的函数。 (8)、配置文件。((1) applications. (2) the library function provided by the
2.0库
- 官方的2.0库,已经很难下载了 主要解决keil的编译问题(The official 2 library has been hard to download)
2,标准例程-V3.5库函数版本
- stm32f103标准例程-V3.5库函数版本(STM32F103 standard routine -V3.5 library function version)
2.带库移植模板
- ucos iii移植到STM32F103C8T6单片机上,库用的是CMSIS。文件中不包含ucos iii的库,需要自己下载(UCOS III is transplanted to STM32F103C8T6 MCU, and CMSIS is used in the library. The file does not contain a library of UCOS III, which needs to be downloaded by yourself.)
Keil.STM32F1xx_DFP.2.2.0
- 导入pack包,应用STM32F103库函数,做调试使用(Import pack package, use STM32F103 library function, debug use)
ULN2003驱动28BYJ-48步进电机STM32F103库函数版
- ULN2003驱动28BYJ-48步进电机STM32F103库函数版 本实验下载后,电机1先逆时针旋转90度,再顺时针旋转90度。电机2逆时针旋转90度,再顺时针旋转90度。(ULN2003 driver 28BYJ-48 stepper motor STM32F103 register version. After the experiment is downloaded, the motor 1 rotates 90 degrees counterclockwise and then r
STM32方波霍尔梯形加减速
- 基于FOC 2.0版本库的STM32程序,用于驱动带HALL传感器的PMSM或者BLDC电机,CPU:STM32F103,编译平台:Keil V5,程序功能:实现对带霍尔传感器的BLDC电机进行PWM方波的梯形加减速。(The STM32 program based on FOC 2.0 version library is used to drive PMSM or BLDC motors with HALL sensors, CPU: STM32F103, compiler platform