文件名称:stm32
介绍说明--下载内容来自于网络,使用问题请自行百度
在STM32的I2C上摔了一跤,测试了官方提供的几个例程和库,都有不同缺陷,也无法弥补:
1、查询方式,在连续读数据的过程中不能中断
2、DMA方式类似,在同一DMA中I2C的级别必须最高,否则同1.
3、中断方式也不能有更高优先级中断I2C,否则同1.
鉴于以上原因,无奈的口线模拟了I2C。(仅仅代表个人看法,欢迎指正)
附件中的项目文件已经过测试,为感谢OUR这几年的帮助,先开源这个小程序-I2C on the STM32' s fall, the official offered few tested routines and libraries, have different defects, can not make up: 1, query methods, in a continuous process of reading the data can not be interrupted 2, DMA similar to at the same level of DMA in the I2C to be the highest, or with 1.3, can not interrupt higher priority interrupt I2C, or with 1. For these reasons, but unfortunately the port line to simulate the I2C. (Only represent my personal views, please correct me) the attached project document has been tested and OUR for the past few years thanks to help, first open the applet
1、查询方式,在连续读数据的过程中不能中断
2、DMA方式类似,在同一DMA中I2C的级别必须最高,否则同1.
3、中断方式也不能有更高优先级中断I2C,否则同1.
鉴于以上原因,无奈的口线模拟了I2C。(仅仅代表个人看法,欢迎指正)
附件中的项目文件已经过测试,为感谢OUR这几年的帮助,先开源这个小程序-I2C on the STM32' s fall, the official offered few tested routines and libraries, have different defects, can not make up: 1, query methods, in a continuous process of reading the data can not be interrupted 2, DMA similar to at the same level of DMA in the I2C to be the highest, or with 1.3, can not interrupt higher priority interrupt I2C, or with 1. For these reasons, but unfortunately the port line to simulate the I2C. (Only represent my personal views, please correct me) the attached project document has been tested and OUR for the past few years thanks to help, first open the applet
(系统自动生成,下载前可以参看下载内容)
下载文件列表
STM32模拟IIC/Simulation_IIC/include/fonts.h
STM32模拟IIC/Simulation_IIC/include/lcd.h
STM32模拟IIC/Simulation_IIC/include/main.h
STM32模拟IIC/Simulation_IIC/include/stm32f10x_conf.h
STM32模拟IIC/Simulation_IIC/include/stm32f10x_it.h
STM32模拟IIC/Simulation_IIC/project/cortexm3_macro.s
STM32模拟IIC/Simulation_IIC/project/FSMC-LCD.Opt
STM32模拟IIC/Simulation_IIC/project/FSMC-LCD_Opt.Bak
STM32模拟IIC/Simulation_IIC/project/FSMC-LCD_STM3210E-EVAL.dep
STM32模拟IIC/Simulation_IIC/project/FSMC-LCD_Uv2.Bak
STM32模拟IIC/Simulation_IIC/project/STM32_IIC_STM32_IIC.dep
STM32模拟IIC/Simulation_IIC/project/STM32_IIC_STM3210E-EVAL.dep
STM32模拟IIC/Simulation_IIC/project/stm32f10x_vector.s
STM32模拟IIC/Simulation_IIC/project/STM3210E-EVAL_FLASH.ini
STM32模拟IIC/Simulation_IIC/project/STM32_IIC_Uv2.Bak
STM32模拟IIC/Simulation_IIC/project/STM32_IIC.Uv2
STM32模拟IIC/Simulation_IIC/project/STM32_IIC_Opt.Bak
STM32模拟IIC/Simulation_IIC/project/STM32_IIC.Opt
STM32模拟IIC/Simulation_IIC/source/main.c
STM32模拟IIC/Simulation_IIC/source/lcd.c
STM32模拟IIC/Simulation_IIC/source/SetUsart.c
STM32模拟IIC/Simulation_IIC/source/stm32f10x_it.c
STM32模拟IIC/Simulation_IIC/source/I2C_Driver.c
STM32模拟IIC/Simulation_IIC/source/I2C_Driver.h
STM32模拟IIC/Simulation_IIC/project/Obj
STM32模拟IIC/Simulation_IIC/project/Lis
STM32模拟IIC/Simulation_IIC/include
STM32模拟IIC/Simulation_IIC/project
STM32模拟IIC/Simulation_IIC/source
STM32模拟IIC/Simulation_IIC
STM32模拟IIC
STM32模拟IIC/Simulation_IIC/include/lcd.h
STM32模拟IIC/Simulation_IIC/include/main.h
STM32模拟IIC/Simulation_IIC/include/stm32f10x_conf.h
STM32模拟IIC/Simulation_IIC/include/stm32f10x_it.h
STM32模拟IIC/Simulation_IIC/project/cortexm3_macro.s
STM32模拟IIC/Simulation_IIC/project/FSMC-LCD.Opt
STM32模拟IIC/Simulation_IIC/project/FSMC-LCD_Opt.Bak
STM32模拟IIC/Simulation_IIC/project/FSMC-LCD_STM3210E-EVAL.dep
STM32模拟IIC/Simulation_IIC/project/FSMC-LCD_Uv2.Bak
STM32模拟IIC/Simulation_IIC/project/STM32_IIC_STM32_IIC.dep
STM32模拟IIC/Simulation_IIC/project/STM32_IIC_STM3210E-EVAL.dep
STM32模拟IIC/Simulation_IIC/project/stm32f10x_vector.s
STM32模拟IIC/Simulation_IIC/project/STM3210E-EVAL_FLASH.ini
STM32模拟IIC/Simulation_IIC/project/STM32_IIC_Uv2.Bak
STM32模拟IIC/Simulation_IIC/project/STM32_IIC.Uv2
STM32模拟IIC/Simulation_IIC/project/STM32_IIC_Opt.Bak
STM32模拟IIC/Simulation_IIC/project/STM32_IIC.Opt
STM32模拟IIC/Simulation_IIC/source/main.c
STM32模拟IIC/Simulation_IIC/source/lcd.c
STM32模拟IIC/Simulation_IIC/source/SetUsart.c
STM32模拟IIC/Simulation_IIC/source/stm32f10x_it.c
STM32模拟IIC/Simulation_IIC/source/I2C_Driver.c
STM32模拟IIC/Simulation_IIC/source/I2C_Driver.h
STM32模拟IIC/Simulation_IIC/project/Obj
STM32模拟IIC/Simulation_IIC/project/Lis
STM32模拟IIC/Simulation_IIC/include
STM32模拟IIC/Simulation_IIC/project
STM32模拟IIC/Simulation_IIC/source
STM32模拟IIC/Simulation_IIC
STM32模拟IIC
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.