本程序基于stm32单片机 的io口模拟IIC,STM32单片机硬件复杂且不好用,使用本程序简洁明了。
资源文件列表
STM32 IO口模拟IIC接口程序/app/I2C_Driver.c , 6373
STM32 IO口模拟IIC接口程序/app/I2C_Driver.h , 864
STM32 IO口模拟IIC接口程序/boot/cortexm3_macro.s , 10277
STM32 IO口模拟IIC接口程序/boot/stm32f10x_vector.c , 5894
STM32 IO口模拟IIC接口程序/Debug/Exe/Stm32I2c.out , 217344
STM32 IO口模拟IIC接口程序/Debug/Exe/Stm32I2c.sim , 11778
STM32 IO口模拟IIC接口程序/Debug/Obj/cortexm3_macro.o , 2380
STM32 IO口模拟IIC接口程序/Debug/Obj/I2C_Driver.o , 29484
STM32 IO口模拟IIC接口程序/Debug/Obj/main.o , 17952
STM32 IO口模拟IIC接口程序/Debug/Obj/stm32f10x_adc.o , 65680
STM32 IO口模拟IIC接口程序/Debug/Obj/stm32f10x_bkp.o , 21184
STM32 IO口模拟IIC接口程序/Debug/Obj/stm32f10x_can.o , 39792
STM32 IO口模拟IIC接口程序/Debug/Obj/stm32f10x_crc.o , 11988
STM32 IO口模拟IIC接口程序/Debug/Obj/stm32f10x_dac.o , 23112
STM32 IO口模拟IIC接口程序/Debug/Obj/stm32f10x_dbgmcu.o , 7636
STM32 IO口模拟IIC接口程序/Debug/Obj/stm32f10x_dma.o , 21216
STM32 IO口模拟IIC接口程序/Debug/Obj/stm32f10x_exti.o , 16476
STM32 IO口模拟IIC接口程序/Debug/Obj/stm32f10x_flash.o , 7628
STM32 IO口模拟IIC接口程序/Debug/Obj/stm32f10x_fsmc.o , 39732
STM32 IO口模拟IIC接口程序/Debug/Obj/stm32f10x_gpio.o , 33696
STM32 IO口模拟IIC接口程序/Debug/Obj/stm32f10x_i2c.o , 58044
STM32 IO口模拟IIC接口程序/Debug/Obj/stm32f10x_it.o , 97416
STM32 IO口模拟IIC接口程序/Debug/Obj/stm32f10x_iwdg.o , 12124
STM32 IO口模拟IIC接口程序/Debug/Obj/stm32f10x_lib.o , 3156
STM32 IO口模拟IIC接口程序/Debug/Obj/stm32f10x_nvic.o , 54372
STM32 IO口模拟IIC接口程序/Debug/Obj/stm32f10x_pwr.o , 17436
STM32 IO口模拟IIC接口程序/Debug/Obj/stm32f10x_rcc.o , 57900
STM32 IO口模拟IIC接口程序/Debug/Obj/stm32f10x_rtc.o , 24872
STM32 IO口模拟IIC接口程序/Debug/Obj/stm32f10x_sdio.o , 49884
STM32 IO口模拟IIC接口程序/Debug/Obj/stm32f10x_spi.o , 43100
STM32 IO口模拟IIC接口程序/Debug/Obj/stm32f10x_systick.o , 13172
STM32 IO口模拟IIC接口程序/Debug/Obj/stm32f10x_tim.o , 157460
STM32 IO口模拟IIC接口程序/Debug/Obj/stm32f10x_usart.o , 49940
STM32 IO口模拟IIC接口程序/Debug/Obj/stm32f10x_vector.o , 7540
STM32 IO口模拟IIC接口程序/Debug/Obj/stm32f10x_wwdg.o , 15016
STM32 IO口模拟IIC接口程序/Debug/Obj/Stm32I2c.pbd , 2718
STM32 IO口模拟IIC接口程序/interrupt/stm32f10x_it.c , 29218
STM32 IO口模拟IIC接口程序/interrupt/stm32f10x_it.h , 3842
STM32 IO口模拟IIC接口程序/library/inc/cortexm3_macro.h , 2225
STM32 IO口模拟IIC接口程序/library/inc/stm32f10x_adc.h , 18854
STM32 IO口模拟IIC接口程序/library/inc/stm32f10x_bkp.h , 6911
STM32 IO口模拟IIC接口程序/library/inc/stm32f10x_can.h , 12279
STM32 IO口模拟IIC接口程序/library/inc/stm32f10x_crc.h , 1881
STM32 IO口模拟IIC接口程序/library/inc/stm32f10x_dac.h , 9598
STM32 IO口模拟IIC接口程序/library/inc/stm32f10x_dbgmcu.h , 2859
STM32 IO口模拟IIC接口程序/library/inc/stm32f10x_dma.h , 17974
STM32 IO口模拟IIC接口程序/library/inc/stm32f10x_exti.h , 5776
STM32 IO口模拟IIC接口程序/library/inc/stm32f10x_flash.h , 13996
STM32 IO口模拟IIC接口程序/library/inc/stm32f10x_fsmc.h , 18487
STM32 IO口模拟IIC接口程序/library/inc/stm32f10x_gpio.h , 14820
STM32 IO口模拟IIC接口程序/library/inc/stm32f10x_i2c.h , 15604
STM32 IO口模拟IIC接口程序/library/inc/stm32f10x_iwdg.h , 3414
STM32 IO口模拟IIC接口程序/library/inc/stm32f10x_lib.h , 3200
STM32 IO口模拟IIC接口程序/library/inc/stm32f10x_map.h , 500262
STM32 IO口模拟IIC接口程序/library/inc/stm32f10x_nvic.h , 19198
STM32 IO口模拟IIC接口程序/library/inc/stm32f10x_pwr.h , 3865
STM32 IO口模拟IIC接口程序/library/inc/stm32f10x_rcc.h , 14783
STM32 IO口模拟IIC接口程序/library/inc/stm32f10x_rtc.h , 3619
STM32 IO口模拟IIC接口程序/library/inc/stm32f10x_sdio.h , 18326
STM32 IO口模拟IIC接口程序/library/inc/stm32f10x_spi.h , 13470
STM32 IO口模拟IIC接口程序/library/inc/stm32f10x_systick.h , 3212
STM32 IO口模拟IIC接口程序/library/inc/stm32f10x_tim.h , 47203
STM32 IO口模拟IIC接口程序/library/inc/stm32f10x_type.h , 3388
STM32 IO口模拟IIC接口程序/library/inc/stm32f10x_usart.h , 14180
STM32 IO口模拟IIC接口程序/library/inc/stm32f10x_wwdg.h , 2620
STM32 IO口模拟IIC接口程序/library/src/stm32f10x_adc.c , 58563
STM32 IO口模拟IIC接口程序/library/src/stm32f10x_bkp.c , 11170
STM32 IO口模拟IIC接口程序/library/src/stm32f10x_can.c , 31644
STM32 IO口模拟IIC接口程序/library/src/stm32f10x_crc.c , 4615
STM32 IO口模拟IIC接口程序/library/src/stm32f10x_dac.c , 17175
STM32 IO口模拟IIC接口程序/library/src/stm32f10x_dbgmcu.c , 5222
STM32 IO口模拟IIC接口程序/library/src/stm32f10x_dma.c , 33291
STM32 IO口模拟IIC接口程序/library/src/stm32f10x_exti.c , 8742
STM32 IO口模拟IIC接口程序/library/src/stm32f10x_flash.c , 32684
STM32 IO口模拟IIC接口程序/library/src/stm32f10x_fsmc.c , 41224
STM32 IO口模拟IIC接口程序/library/src/stm32f10x_gpio.c , 22558
STM32 IO口模拟IIC接口程序/library/src/stm32f10x_i2c.c , 47776
STM32 IO口模拟IIC接口程序/library/src/stm32f10x_iwdg.c , 6431
STM32 IO口模拟IIC接口程序/library/src/stm32f10x_lib.c , 9154
STM32 IO口模拟IIC接口程序/library/src/stm32f10x_nvic.c , 28776
STM32 IO口模拟IIC接口程序/library/src/stm32f10x_pwr.c , 11198
STM32 IO口模拟IIC接口程序/library/src/stm32f10x_rcc.c , 43863
STM32 IO口模拟IIC接口程序/library/src/stm32f10x_rtc.c , 12141
STM32 IO口模拟IIC接口程序/library/src/stm32f10x_sdio.c , 39336
STM32 IO口模拟IIC接口程序/library/src/stm32f10x_spi.c , 34968
STM32 IO口模拟IIC接口程序/library/src/stm32f10x_systick.c , 6993
STM32 IO口模拟IIC接口程序/library/src/stm32f10x_tim.c , 131040
STM32 IO口模拟IIC接口程序/library/src/stm32f10x_usart.c , 44255
STM32 IO口模拟IIC接口程序/library/src/stm32f10x_wwdg.c , 7498
STM32 IO口模拟IIC接口程序/settings/Stm32I2c.cspy.bat , 2522
STM32 IO口模拟IIC接口程序/settings/Stm32I2c.dbgdt , 4806
STM32 IO口模拟IIC接口程序/settings/Stm32I2c.dni , 743
STM32 IO口模拟IIC接口程序/settings/Stm32I2c.wsdt , 3440
STM32 IO口模拟IIC接口程序/settings/Stm32I2c_Debug.jlink , 248
STM32 IO口模拟IIC接口程序/stm32f10x_flash.icf , 1350
STM32 IO口模拟IIC接口程序/stm32f10x_ram.icf , 1350
STM32 IO口模拟IIC接口程序/Stm32I2c.dep , 25047
STM32 IO口模拟IIC接口程序/Stm32I2c.ewd , 38267
STM32 IO口模拟IIC接口程序/Stm32I2c.ewp , 45660
STM32 IO口模拟IIC接口程序/Stm32I2c.eww , 162
STM32 IO口模拟IIC接口程序/user/main.c , 5451
STM32 IO口模拟IIC接口程序/user/stm32f10x_conf.h , 6383
