当前位置:
首页 资源下载
搜索资源 - stm32 i2c interrupt
搜索资源列表
-
1下载:
在STM32的I2C上摔了一跤,测试了官方提供的几个例程和库,都有不同缺陷,也无法弥补:
1、查询方式,在连续读数据的过程中不能中断
2、DMA方式类似,在同一DMA中I2C的级别必须最高,否则同1.
3、中断方式也不能有更高优先级中断I2C,否则同1.
鉴于以上原因,无奈的口线模拟了I2C。(仅仅代表个人看法,欢迎指正)
附件中的项目文件已经过测试,为感谢OUR这几年的帮助,先开源这个小程序-I2C on the STM32' s fall, the off
-
-
0下载:
STM32 I2C 封装库1 – 查询方式
STM32 I2C 封装库2 – 中断方式
STM32 I2C 封装库3 – DMA方式
-STM32 I2C package library 1- ways to search for STM32 I2C package library 2- interrupt STM32 I2C package library 3- DMA mode
-
-
0下载:
stm32 的I2C若并容易实现,调试也困难,现在有好办法了:中断、轮询、DMA三种方式任选-If the I2C stm32 and easy to implement, debug and difficult, there are a good way: the interrupt, polling, DMA optional three ways
-
-
1下载:
STM32 通过串口flash更新程序, 不用固件库,包括: ADC采样, 定时器延时中断, 键盘扫描, 模拟I2C驱动
问题咨询: w123456xy@sohu.com 15189792379-STM32 through the serial flash update, without firmware libraries, including: ADC sampling, delay timer interrupt, keyboard scanning, I2C driver Advis
-
-
1下载:
该文件是RT-Thread STM32的工程模板。
各目录说明如下:
1. Applications:应用文档
- 包含了main文件, 中断处理文件, 系统配置文件
2. Compiler:编译器文档
- 目前提供了 RealView MDK 的工程模板
3. Documents:文档说明,
- 提供模板使用教程
- 提供了模板版本说明
- 提供了模板分层说明,请重点阅读!!!
- 提供 doxygen 注释风格的模板,说明
-
-
2下载:
在stm32单片机上,用IO口的上升沿和下降沿中断设计的I2C从机代码。测试通过。所有过程用状态机来控制,没有cpu空延时。
核心代码和单片机相关代码分开,方便移植。
主要用在项目验证和学习交流!-On stm32 microcontroller, with rising and falling IO port interrupt design of I2C slave code. The test. All the process is controlled by a state ma
-
-
0下载:
STM32硬件I2C中断接受数据,方便,实用!-STM32 I2C hardware interrupt receive data, convenient and practical!
-
-
0下载:
STM32 嵌入式开放,介绍通讯方面的I2C/SPI/UART、模数AD/DA、Timer/Interrupt/PWM/DMA/USB/Ethnet/I2S/Can/PulseCounter-STM32 embedded open, introduced the communications I2C/SPI/UART, analog AD/DA, Timer/Interrupt/PWM/DMA/USB/Ethnet/I2S/Can/PulseCounter
-
-
0下载:
STM32 嵌入式开放,介绍通讯方面的I2C/SPI/UART、模数AD/DA、Timer/Interrupt/PWM/DMA/USB/Ethnet/I2S/Can/PulseCounter-STM32 Embedded Open, describes the communication aspects of the IC/SPI/UART, modulus AD/DA, Timer/Interrupt/PWM/DMA/USB/Ethnet/IS/Can/PulseCounter
-
-
0下载:
这是一个i2C中断服务函数历程 而且为从机程序,单片机为STM32系列,使用前开启中断就可以 。-This is a i2C interrupt service function and history the program, for the STM32 microcontroller series, before use enable interrupts can be.
-