搜索资源列表
stm32
- 在STM32的I2C上摔了一跤,测试了官方提供的几个例程和库,都有不同缺陷,也无法弥补: 1、查询方式,在连续读数据的过程中不能中断 2、DMA方式类似,在同一DMA中I2C的级别必须最高,否则同1. 3、中断方式也不能有更高优先级中断I2C,否则同1. 鉴于以上原因,无奈的口线模拟了I2C。(仅仅代表个人看法,欢迎指正) 附件中的项目文件已经过测试,为感谢OUR这几年的帮助,先开源这个小程序-I2C on the STM32' s fall, the off
SMT32-LCD
- STM32 控制LCD实例,LCD为HB240128,内已经包含库文件,可直接使用-STM32 control LCD instance, LCD is HB240128, has been included within the library can be used directly
STM32_prj
- STM32系列MCU工程演示程序,包括工程设置,库文件源代码等-the project demo for STM32 series MCU,including project setting and source code of libraries,etc.
stm32ok
- stm32 注入通道采集程序,没有使用库文件 有点 很容易操作-stm32 into the channel acquisition procedures, to use some very easy to use library files
GPIOB_LED
- stm32 io口操作 例子 代码精炼 很好掌握 不需要库文件支持-stm32 io port operations master does not need a very good example of refining the code to support library
STM32-PWM
- stm32单片机开发,请在keil 4.0环境运行, STM32 PWM输出实验(库函数),解压完app文件有c程序代码-Stm32 SCM development, please in keil 4.0 environmental operation, stm32 PWM output experiment (library function), unpack the app file have c program code
STM32-key
- stm32单片机开发,请在keil 4.0环境运行, STM32 按键输出实验(库函数),解压完app文件有c程序代码-Stm32 SCM development, please in keil 4.0 environmental operation, stm32 key output experiment (library function), unpack the app file have c program code
STM32-RTC
- stm32单片机开发,请在keil 4.0环境运行, STM32 rtc输出实验(库函数),解压完app文件有c程序代码-Stm32 SCM development, please in keil 4.0 environmental operation, stm32 RTC output experiment (library function), unpack the app file have c program code
STM32-LCD5110
- 基于stm32 的诺基亚5110驱动程序,已经打包成库文件,并且应用于机器人的遥控显示端。-Based the stm32 The Nokia 5110 driver has been packaged into a library file, and applied to the robot' s remote end.
STM32-SPI1-SPI2
- 基于STM32下的SP1与SP2的源码,包含所有库文件,可在MDK下运行-Based on the STM32 under SP1 and SP2 source
0.stm32_config
- STM32库文件的基本配置,以及基本IO操作。-Basic configuration STM32 library files, and basic IO operations.
stm32-ContikiOS
- STM32 移植使用Contiki系统 1) 不仅是ESP8266驱动,整合了wifi模块、OLED显示器、烟雾传感器、关照传感器、温湿度传感器、超声波传感器,红外热释电传感器。 2) 目录结构: Documents - 说明文档 Hardware - 外围连接设备 Libraries - STM32库依赖项 Listing - 编译链接生成文件 Output - 编译输出文件 Project - 工程项目文件 User - 单片机内部及板
oled
- 硬件平台为stm32l151,使用HAL库文件,实现oled的点、线面、字符等显示功能。(The hardware platform for stm32l151, use the HAL library file, OLED point, line, character display function.)
stm32_w5500_loopback
- stm32上移植W5500库文件,已测试可用(Stm32 W5500 library file on the transplant, has been tested available)
iolibrary_bsd_ethernet_v103
- stm32驱动w5500所需库文件,具体使用说明请参照飞鸿踏雪的教程(STM32 drives w5500 required library files, please refer to the specific use of trace tutorial)
template
- stm32配置模板,了解 STM32 的标准库文件之后,我们就可以使用它来建立工程了,因为用库新建工程的步骤较多,我们一般是使用库建立一个空的工程,作为工程模板。以后直接复制一份工程模板,在它之上进行开发(Once you understand the standard library file for STM32, we can use it to build the project because of the new library build There are more steps,
STM32F4开发指南-库函数版本_V1.1
- 本文件是基于stm32f4开发的库函数开发中文指南书籍,其中包括对各种外设的操作,以及实验的流程都有详(This document is based on the library function developed by stm32f4, developing Chinese guidebooks, including the operation of various peripherals, and the detailed flow of experiments.)
STM32F10x_FWLib
- 包含了全部外设的库文件,很全便于初学者使用。(Contains all the peripheral library files, it is very easy for beginners to use.)
STM32上MLX90614的库文件使用HAL
- STM32关于体温传感器hal库的说明以及源码和用例实例(STM32 About Hal Library of Body Temperature Sensor)
stm32库程序
- stm32库程序,很好的文件,比较全新学这建议多看