搜索资源列表
STM32最新库文件,V3.5,做STM32软件
- STM32最新库文件,V3.5,做STM32软件开发一定用的上的。 有中文库使用说明书-STM lib,v3.5.0
STM32_Firmware.zip
- STM32固件库(中文),包含STM32库文件中所有标准函数,STM32 firmware library (in Chinese), STM32 library file that contains all the standard functions
STM32无调用库文件实例
- STM32无调用库文件实例,只用寄存器进行读写。
STM32_USART1
- stm32 库文件:3.10 本程序是使用UART1接收中断,收到数据后直接把原数据从USART1发回去 一开机时,会发送 "Starting....."到USART1-stm32 Library: 3.10 This procedure is to use UART1 receive interrupt, received data directly to the original data sent back from USART1 A start,
main
- 使用STM32库文件实现FFT快速傅里叶变换-Achieved using the FFT transform STM32 library
stm32_gui_lib
- STM32 GUI 开发库文件,开发GUI的好-STM32 GUI development library, developed GUI the good stuff
STM32-MP3-Player
- 1.基于keil平台,STM32开发板上音频播放程序的设计 2.包含FAT文件系统,USB库,解码芯片驱动 -1. Keil based platform, STM32 development board audio player design 2. Include FAT file system, USB library, decoder chip driver
STIM32F10xxx-IIC-example
- 一份详细的stm32处理器上IIC总线编程的例子,包括pdf详细说明和源代码和库文件,说明很详细,值得参考~-A detailed stm32 processor programming examples of IIC bus, including a detailed descr iption pdf and source code and library files to illustrate in great detail, it is also useful ~
STM32F10XFWLIB
- STM32 库函数,内容非常超全。包含所有的需要的文件。适用于STM32F103VB.希望给大家的开发带来帮助。- it is very good.it is very good.it is very good.
STM32-drawpad
- 基于STM32的画板程序,包括源代码、库文件、通用的头文件和详尽的注释,可方便地对不同平台进行移植。-Based on the STM32' s Sketchpad program, including source code, library files, header files and detailed general comments can be easily portable to different platforms.
empty_proj
- IAR编译环境下的 空工程已添加STM32库文件和启动文件,适合红牛开发板,用户可以自己添加程序,方便新手使用-IAR compiler environment of space projects, users can add their own procedures to facilitate the novice to use
PWM
- STM32利用定时器来产生一个PWM波。包括STM32库文件和其他配置文件。-STM32 timer to generate a PWM wave. Including the STM32 library files and other configuration files.
STM32-lib99
- stm32 protel99原理图和pcb图库文件,比较全,让你的开发更加快捷-stm32 protel99 schematic and pcb library files comparison, let your developers more quickly.
ST-Microcontroller-32-Bit-STM32
- STM32F103电路库文件,用在PROTELL99中,可以直接加载到PR99中-STM32F103 circuit library files used in PROTELL99, and can be loaded directly into the PR99 in
78.stm32-MP3-lib
- STM32 MP3例程 库文件实现-STM32 MP3 library routines to achieve
stm32-cryp-lib
- STM32的加密库文件,官方的包含AES加密的各种模式。-STM32 AES CRPY
stm32电机驱动
- 介绍了STM32电机驱动的库文件,里面写了如何去控制、补偿、启动、采样等一系列文件。是不可多得的好资料!
chuangko
- 串口通信,使用寄存器编写,入门容易懂,直接使用C语言编写,没有使用官方的库文件(Serial communication, using register writing, easy to understand, directly written in C language, without the use of official library files)
STM库
- STM32编程开发库文件,方便调用,简洁实用!(STM32 library files,please use these file easily.)
CT117E-8th 蓝桥杯嵌入式 官网范例程序3
- stm32入门范例程序,配套开发板CT117E,内含:RTC,蜂鸣器,LCD显示图片以及stm32库文件,是学习stm32的基础与实用程序,keil编译