搜索资源列表
stm32
- 在STM32的I2C上摔了一跤,测试了官方提供的几个例程和库,都有不同缺陷,也无法弥补: 1、查询方式,在连续读数据的过程中不能中断 2、DMA方式类似,在同一DMA中I2C的级别必须最高,否则同1. 3、中断方式也不能有更高优先级中断I2C,否则同1. 鉴于以上原因,无奈的口线模拟了I2C。(仅仅代表个人看法,欢迎指正) 附件中的项目文件已经过测试,为感谢OUR这几年的帮助,先开源这个小程序-I2C on the STM32' s fall, the off
STM32-DSP-demo
- STM32 DSP库,自带的官方例程,包括PID,IIR,FIR等。-STM32 DSP library, comes with official routines, including PID, IIR, FIR, etc.
5780bcf5-da04-4cf6-b388-1f3d01c4896c
- STM32框架,USING 3.X库 准备以后产品换STM32,写了个例程,网上的都是零碎的,这个例程可以直接用,不喜欢官方的结构,改了一下.内容有GPIO SYSTIC EXIT ADC USART FLASH EEPROM(FLASH模拟).存下以后自已也能用.固件库有点大就不一起上传了.使用MDK4 -STM32 framework, USING 3.X library prepared after the product for STM32, wrote a routine, the
stm32-function-user-guide
- stm32库函数使用手册,内包含使用说明,官方库函数例程,芯片与库函数中文手册等-the stm32 library functions use the manual contains instructions for use, the official routine of library functions, the chip and the library functions Chinese manual
demo_led
- STM32 纯净工程。无其他外设,可作为stm32入门工程模板,官方最新固件库。-STM32 pure engineering. No other peripherals can be used as the stm32 starter project templates, latest official firmware library.
LCD12864
- 本程序为STM32的12864驱动,为串行工作方式。采用3.50官方库开发。-The program for the STM32 12864 driver for serial work. Using 3.50 official library development.
stm32_speex
- 改工程来自Stm32官方网站,针对wifimodII的核心模块做了适当修改,硬件上改动 TIM1ch1输出改为TIM8ch3输出; ADC1ch1输入改为ADC1ch0;针对官方库函数的引用做了些变动,其中使用到MicroLib中内存管理,修改了堆的尺寸。-Improvement Project from official website of Stm32, appropriate modifications to the core module for wifimodII the ha
STM32_UART
- STM32串口通讯协议。使用3.5版本官方库。-STM32 serial communication protocol.
STM32--II--EEPROM
- 根据24c02datasheet里的IIC总线读写时序,利用stm32单片机内部IIC总线,对2kb的EEPROM进行读写。代码主要包括对单片机内部设置及外部IO口的初始化,EEPROM的写字节和读字节操作的驱动程序。通过向地址255里写入55H来检测EEPROM是否处于正常状态,如果正常,那么向EEPROM中写入WarShipSTM32 IIC TEST,然后再将其读出,并通过2.8寸LCD进行显示。代码已经验证通过, 程序是通过ST官方给的库函数进行编写。-According 24c0
(2014-4-24)
- 基于stm32的循迹小车程序,开发环境为mdk,使用官方函数库。- The tracking car based stm32 program development environment for mdk, using the official library.
stm32f10x_stdperiph_lib_V3.1.2
- STM32官方标准库v2.0.3 包含各种外设-STM32 official standard library v2.0.3
tm_stm32fspi
- FATFS官方库使用SPI底层接口控制,STM32处理器-FATFS official library uses underlying SPI interface control, STM32 processor
STM32F401_IIC
- 有人说stm32的I2C用起来很难,但其实也不是很难的,我就是直接用官方的库函数实现的-Some people say that stm32 I2C is difficult to use, but it is not very difficult, I was directly with the official library function to achieve
0x0030020A
- stm32F373官方库,包含历程,绝对实用(STM32F37x_DSP_StdPeriph_Lib_V1.0.0)
STM32固件库v3.5
- 从ST官方网站下载下来的固件库,有需要的可以下载使用(The firmware library downloaded from ST official website is available for download and use.)
Test
- 利用官方STM32F1的标准外设库V3.5版本建的工程(Using official STM32F1's standard peripheral library V3.5 version to build the project.)
STM32 V3.5版固件库
- 这是STM32f103系列通用的官方固件库(This is the official firmware library of the STM32f103 series)
nmealibforstm32
- stm32 移植 nmealib GPS数据解析官方库(Stm32 Porting nmealib GPS Data Analysis Official Library)
STM32F10x_StdPeriph_Lib_V3.5.0
- STM32F10x官方库函数v3.5版本,没有任何修改。(STM32 official library function v3.5)