文件名称:I2C-USART
介绍说明--下载内容来自于网络,使用问题请自行百度
STM32编程。通过I2C把EEPROM里的数据发往串口,并比较从串口接收到的数据,模拟一个智力问答的小情景。能把历史最高分纪录在EEPROM里-STM32 programming. Block through the I2C EEPROM in the data sent to a serial port, and compare the serial port to receive the data, the simulation of a small quiz. Can block the highest record in the EEPROM
(系统自动生成,下载前可以参看下载内容)
下载文件列表
I2C-USART/幸运五加二/Doc/readme.txt
I2C-USART/幸运五加二/Driver/io_iic.c
I2C-USART/幸运五加二/Driver/io_iic.h
I2C-USART/幸运五加二/Driver/quizShow.c
I2C-USART/幸运五加二/Driver/quizShow.h
I2C-USART/幸运五加二/Driver/simu_i2c.c
I2C-USART/幸运五加二/Driver/simu_i2c.h
I2C-USART/幸运五加二/Driver/usart.c
I2C-USART/幸运五加二/Driver/usart.h
I2C-USART/幸运五加二/keilkill.bat
I2C-USART/幸运五加二/Libraries/CMSIS/core_cm3.c
I2C-USART/幸运五加二/Libraries/CMSIS/core_cm3.h
I2C-USART/幸运五加二/Libraries/CMSIS/startup/startup_stm32f10x_cl.s
I2C-USART/幸运五加二/Libraries/CMSIS/startup/startup_stm32f10x_hd.s
I2C-USART/幸运五加二/Libraries/CMSIS/startup/startup_stm32f10x_hd_vl.s
I2C-USART/幸运五加二/Libraries/CMSIS/startup/startup_stm32f10x_ld.s
I2C-USART/幸运五加二/Libraries/CMSIS/startup/startup_stm32f10x_ld_vl.s
I2C-USART/幸运五加二/Libraries/CMSIS/startup/startup_stm32f10x_md.s
I2C-USART/幸运五加二/Libraries/CMSIS/startup/startup_stm32f10x_md_vl.s
I2C-USART/幸运五加二/Libraries/CMSIS/startup/startup_stm32f10x_xl.s
I2C-USART/幸运五加二/Libraries/CMSIS/stm32f10x.h
I2C-USART/幸运五加二/Libraries/CMSIS/system_stm32f10x.c
I2C-USART/幸运五加二/Libraries/CMSIS/system_stm32f10x.h
I2C-USART/幸运五加二/Libraries/FWlib/inc/misc.h
I2C-USART/幸运五加二/Libraries/FWlib/inc/stm32f10x_adc.h
I2C-USART/幸运五加二/Libraries/FWlib/inc/stm32f10x_bkp.h
I2C-USART/幸运五加二/Libraries/FWlib/inc/stm32f10x_can.h
I2C-USART/幸运五加二/Libraries/FWlib/inc/stm32f10x_cec.h
I2C-USART/幸运五加二/Libraries/FWlib/inc/stm32f10x_crc.h
I2C-USART/幸运五加二/Libraries/FWlib/inc/stm32f10x_dac.h
I2C-USART/幸运五加二/Libraries/FWlib/inc/stm32f10x_dbgmcu.h
I2C-USART/幸运五加二/Libraries/FWlib/inc/stm32f10x_dma.h
I2C-USART/幸运五加二/Libraries/FWlib/inc/stm32f10x_exti.h
I2C-USART/幸运五加二/Libraries/FWlib/inc/stm32f10x_flash.h
I2C-USART/幸运五加二/Libraries/FWlib/inc/stm32f10x_fsmc.h
I2C-USART/幸运五加二/Libraries/FWlib/inc/stm32f10x_gpio.h
I2C-USART/幸运五加二/Libraries/FWlib/inc/stm32f10x_i2c.h
I2C-USART/幸运五加二/Libraries/FWlib/inc/stm32f10x_iwdg.h
I2C-USART/幸运五加二/Libraries/FWlib/inc/stm32f10x_pwr.h
I2C-USART/幸运五加二/Libraries/FWlib/inc/stm32f10x_rcc.h
I2C-USART/幸运五加二/Libraries/FWlib/inc/stm32f10x_rtc.h
I2C-USART/幸运五加二/Libraries/FWlib/inc/stm32f10x_sdio.h
I2C-USART/幸运五加二/Libraries/FWlib/inc/stm32f10x_spi.h
I2C-USART/幸运五加二/Libraries/FWlib/inc/stm32f10x_tim.h
I2C-USART/幸运五加二/Libraries/FWlib/inc/stm32f10x_usart.h
I2C-USART/幸运五加二/Libraries/FWlib/inc/stm32f10x_wwdg.h
I2C-USART/幸运五加二/Libraries/FWlib/src/misc.c
I2C-USART/幸运五加二/Libraries/FWlib/src/stm32f10x_adc.c
I2C-USART/幸运五加二/Libraries/FWlib/src/stm32f10x_bkp.c
I2C-USART/幸运五加二/Libraries/FWlib/src/stm32f10x_can.c
I2C-USART/幸运五加二/Libraries/FWlib/src/stm32f10x_cec.c
I2C-USART/幸运五加二/Libraries/FWlib/src/stm32f10x_crc.c
I2C-USART/幸运五加二/Libraries/FWlib/src/stm32f10x_dac.c
I2C-USART/幸运五加二/Libraries/FWlib/src/stm32f10x_dbgmcu.c
I2C-USART/幸运五加二/Libraries/FWlib/src/stm32f10x_dma.c
I2C-USART/幸运五加二/Libraries/FWlib/src/stm32f10x_exti.c
I2C-USART/幸运五加二/Libraries/FWlib/src/stm32f10x_flash.c
I2C-USART/幸运五加二/Libraries/FWlib/src/stm32f10x_fsmc.c
I2C-USART/幸运五加二/Libraries/FWlib/src/stm32f10x_gpio.c
I2C-USART/幸运五加二/Libraries/FWlib/src/stm32f10x_i2c.c
I2C-USART/幸运五加二/Libraries/FWlib/src/stm32f10x_iwdg.c
I2C-USART/幸运五加二/Libraries/FWlib/src/stm32f10x_pwr.c
I2C-USART/幸运五加二/Libraries/FWlib/src/stm32f10x_rcc.c
I2C-USART/幸运五加二/Libraries/FWlib/src/stm32f10x_rtc.c
I2C-USART/幸运五加二/Libraries/FWlib/src/stm32f10x_sdio.c
I2C-USART/幸运五加二/Libraries/FWlib/src/stm32f10x_spi.c
I2C-USART/幸运五加二/Libraries/FWlib/src/stm32f10x_tim.c
I2C-USART/幸运五加二/Libraries/FWlib/src/stm32f10x_usart.c
I2C-USART/幸运五加二/Libraries/FWlib/src/stm32f10x_wwdg.c
I2C-USART/幸运五加二/Listing/startup_stm32f10x_hd.lst
I2C-USART/幸运五加二/Listing/Template.map
I2C-USART/幸运五加二/Output/core_cm3.crf
I2C-USART/幸运五加二/Output/core_cm3.d
I2C-USART/幸运五加二/Output/core_cm3.o
I2C-USART/幸运五加二/Output/io_iic.crf
I2C-USART/幸运五加二/Output/io_iic.d
I2C-USART/幸运五加二/Output/io_iic.o
I2C-USART/幸运五加二/Output/iSO-STM32_Template.dep
I2C-USART/幸运五加二/Output/main.crf
I2C-USART/幸运五加二/Output/main.d
I2C-USART/幸运五加二/Output/main.o
I2C-USART/幸运五加二/Output/misc.crf
I2C-USART/幸运五加二/Output/misc.d
I2C-USART/幸运五加二/Output/misc.o
I2C-USART/幸运五加二/Output/quizshow.crf
I2C-USART/幸运五加二/Output/quizshow.d
I2C-USART/幸运五加二/Output/quizshow.o
I2C-USART/幸运五加二/Output/simu_i2c.crf
I2C-USART/幸运五加二/Output/simu_i2c.d
I2C-USART/幸运五加二/Output/simu_i2c.o
I2C-USART/幸运五加二/Output/startup_stm32f10x_hd.d
I2C-USART/幸运五加二/Output/startup_stm32f10x_hd.o
I2C-USART/幸运五加二/Output/stm32f10x_adc.crf
I2C-USART/幸运五加二/Output/stm32f10x_adc.d
I2C-USART/幸运五加二/Output/stm32f10x_adc.o
I2C-USART/幸运五加二/Output/stm32f10x_bkp.crf
I2C-USART/幸运五加二/Output/stm32f10x_bkp.d
I2C-USART/幸运五加二/Output/stm32f10x_bkp.o
I2C-USART/幸运五加二/Output/stm32f10x_can.crf
I2C-USART/幸运五加二/Output/stm32f10x_can.d
I2C-USART/幸运五加二/Output/stm32f10x_can.o
I2C-USART/幸运五加二/Output/stm32f10x_cec.crf
I2C-USART/幸运五加二/Output/stm32f10x_cec.d
I2C-USART/幸运五加二/Output/stm32f10x_cec.o
I2C-USART/幸运五加二/Output/stm32f10x_crc.crf
I2C-USART/幸运五加二/Output/stm32f10x_crc.d
I2C-USART/幸运五加二/Output/stm32f10x_crc.o
I2C-USART/幸运五加二/Output/stm32f10x_dac.crf
I2C-USART/幸运五加二/Output/stm32f10x_dac.d
I2C-USART/幸运五加二/Output/stm32f10x_dac.o
I2C-USART/幸运五加二/Output/stm32f10x_dbgmcu.crf
I2C-USART/幸运五加二/Output/stm32f10x_dbgmcu.d
I2C-USART/幸运五加二/Output/stm32f10x_db
I2C-USART/幸运五加二/Driver/io_iic.c
I2C-USART/幸运五加二/Driver/io_iic.h
I2C-USART/幸运五加二/Driver/quizShow.c
I2C-USART/幸运五加二/Driver/quizShow.h
I2C-USART/幸运五加二/Driver/simu_i2c.c
I2C-USART/幸运五加二/Driver/simu_i2c.h
I2C-USART/幸运五加二/Driver/usart.c
I2C-USART/幸运五加二/Driver/usart.h
I2C-USART/幸运五加二/keilkill.bat
I2C-USART/幸运五加二/Libraries/CMSIS/core_cm3.c
I2C-USART/幸运五加二/Libraries/CMSIS/core_cm3.h
I2C-USART/幸运五加二/Libraries/CMSIS/startup/startup_stm32f10x_cl.s
I2C-USART/幸运五加二/Libraries/CMSIS/startup/startup_stm32f10x_hd.s
I2C-USART/幸运五加二/Libraries/CMSIS/startup/startup_stm32f10x_hd_vl.s
I2C-USART/幸运五加二/Libraries/CMSIS/startup/startup_stm32f10x_ld.s
I2C-USART/幸运五加二/Libraries/CMSIS/startup/startup_stm32f10x_ld_vl.s
I2C-USART/幸运五加二/Libraries/CMSIS/startup/startup_stm32f10x_md.s
I2C-USART/幸运五加二/Libraries/CMSIS/startup/startup_stm32f10x_md_vl.s
I2C-USART/幸运五加二/Libraries/CMSIS/startup/startup_stm32f10x_xl.s
I2C-USART/幸运五加二/Libraries/CMSIS/stm32f10x.h
I2C-USART/幸运五加二/Libraries/CMSIS/system_stm32f10x.c
I2C-USART/幸运五加二/Libraries/CMSIS/system_stm32f10x.h
I2C-USART/幸运五加二/Libraries/FWlib/inc/misc.h
I2C-USART/幸运五加二/Libraries/FWlib/inc/stm32f10x_adc.h
I2C-USART/幸运五加二/Libraries/FWlib/inc/stm32f10x_bkp.h
I2C-USART/幸运五加二/Libraries/FWlib/inc/stm32f10x_can.h
I2C-USART/幸运五加二/Libraries/FWlib/inc/stm32f10x_cec.h
I2C-USART/幸运五加二/Libraries/FWlib/inc/stm32f10x_crc.h
I2C-USART/幸运五加二/Libraries/FWlib/inc/stm32f10x_dac.h
I2C-USART/幸运五加二/Libraries/FWlib/inc/stm32f10x_dbgmcu.h
I2C-USART/幸运五加二/Libraries/FWlib/inc/stm32f10x_dma.h
I2C-USART/幸运五加二/Libraries/FWlib/inc/stm32f10x_exti.h
I2C-USART/幸运五加二/Libraries/FWlib/inc/stm32f10x_flash.h
I2C-USART/幸运五加二/Libraries/FWlib/inc/stm32f10x_fsmc.h
I2C-USART/幸运五加二/Libraries/FWlib/inc/stm32f10x_gpio.h
I2C-USART/幸运五加二/Libraries/FWlib/inc/stm32f10x_i2c.h
I2C-USART/幸运五加二/Libraries/FWlib/inc/stm32f10x_iwdg.h
I2C-USART/幸运五加二/Libraries/FWlib/inc/stm32f10x_pwr.h
I2C-USART/幸运五加二/Libraries/FWlib/inc/stm32f10x_rcc.h
I2C-USART/幸运五加二/Libraries/FWlib/inc/stm32f10x_rtc.h
I2C-USART/幸运五加二/Libraries/FWlib/inc/stm32f10x_sdio.h
I2C-USART/幸运五加二/Libraries/FWlib/inc/stm32f10x_spi.h
I2C-USART/幸运五加二/Libraries/FWlib/inc/stm32f10x_tim.h
I2C-USART/幸运五加二/Libraries/FWlib/inc/stm32f10x_usart.h
I2C-USART/幸运五加二/Libraries/FWlib/inc/stm32f10x_wwdg.h
I2C-USART/幸运五加二/Libraries/FWlib/src/misc.c
I2C-USART/幸运五加二/Libraries/FWlib/src/stm32f10x_adc.c
I2C-USART/幸运五加二/Libraries/FWlib/src/stm32f10x_bkp.c
I2C-USART/幸运五加二/Libraries/FWlib/src/stm32f10x_can.c
I2C-USART/幸运五加二/Libraries/FWlib/src/stm32f10x_cec.c
I2C-USART/幸运五加二/Libraries/FWlib/src/stm32f10x_crc.c
I2C-USART/幸运五加二/Libraries/FWlib/src/stm32f10x_dac.c
I2C-USART/幸运五加二/Libraries/FWlib/src/stm32f10x_dbgmcu.c
I2C-USART/幸运五加二/Libraries/FWlib/src/stm32f10x_dma.c
I2C-USART/幸运五加二/Libraries/FWlib/src/stm32f10x_exti.c
I2C-USART/幸运五加二/Libraries/FWlib/src/stm32f10x_flash.c
I2C-USART/幸运五加二/Libraries/FWlib/src/stm32f10x_fsmc.c
I2C-USART/幸运五加二/Libraries/FWlib/src/stm32f10x_gpio.c
I2C-USART/幸运五加二/Libraries/FWlib/src/stm32f10x_i2c.c
I2C-USART/幸运五加二/Libraries/FWlib/src/stm32f10x_iwdg.c
I2C-USART/幸运五加二/Libraries/FWlib/src/stm32f10x_pwr.c
I2C-USART/幸运五加二/Libraries/FWlib/src/stm32f10x_rcc.c
I2C-USART/幸运五加二/Libraries/FWlib/src/stm32f10x_rtc.c
I2C-USART/幸运五加二/Libraries/FWlib/src/stm32f10x_sdio.c
I2C-USART/幸运五加二/Libraries/FWlib/src/stm32f10x_spi.c
I2C-USART/幸运五加二/Libraries/FWlib/src/stm32f10x_tim.c
I2C-USART/幸运五加二/Libraries/FWlib/src/stm32f10x_usart.c
I2C-USART/幸运五加二/Libraries/FWlib/src/stm32f10x_wwdg.c
I2C-USART/幸运五加二/Listing/startup_stm32f10x_hd.lst
I2C-USART/幸运五加二/Listing/Template.map
I2C-USART/幸运五加二/Output/core_cm3.crf
I2C-USART/幸运五加二/Output/core_cm3.d
I2C-USART/幸运五加二/Output/core_cm3.o
I2C-USART/幸运五加二/Output/io_iic.crf
I2C-USART/幸运五加二/Output/io_iic.d
I2C-USART/幸运五加二/Output/io_iic.o
I2C-USART/幸运五加二/Output/iSO-STM32_Template.dep
I2C-USART/幸运五加二/Output/main.crf
I2C-USART/幸运五加二/Output/main.d
I2C-USART/幸运五加二/Output/main.o
I2C-USART/幸运五加二/Output/misc.crf
I2C-USART/幸运五加二/Output/misc.d
I2C-USART/幸运五加二/Output/misc.o
I2C-USART/幸运五加二/Output/quizshow.crf
I2C-USART/幸运五加二/Output/quizshow.d
I2C-USART/幸运五加二/Output/quizshow.o
I2C-USART/幸运五加二/Output/simu_i2c.crf
I2C-USART/幸运五加二/Output/simu_i2c.d
I2C-USART/幸运五加二/Output/simu_i2c.o
I2C-USART/幸运五加二/Output/startup_stm32f10x_hd.d
I2C-USART/幸运五加二/Output/startup_stm32f10x_hd.o
I2C-USART/幸运五加二/Output/stm32f10x_adc.crf
I2C-USART/幸运五加二/Output/stm32f10x_adc.d
I2C-USART/幸运五加二/Output/stm32f10x_adc.o
I2C-USART/幸运五加二/Output/stm32f10x_bkp.crf
I2C-USART/幸运五加二/Output/stm32f10x_bkp.d
I2C-USART/幸运五加二/Output/stm32f10x_bkp.o
I2C-USART/幸运五加二/Output/stm32f10x_can.crf
I2C-USART/幸运五加二/Output/stm32f10x_can.d
I2C-USART/幸运五加二/Output/stm32f10x_can.o
I2C-USART/幸运五加二/Output/stm32f10x_cec.crf
I2C-USART/幸运五加二/Output/stm32f10x_cec.d
I2C-USART/幸运五加二/Output/stm32f10x_cec.o
I2C-USART/幸运五加二/Output/stm32f10x_crc.crf
I2C-USART/幸运五加二/Output/stm32f10x_crc.d
I2C-USART/幸运五加二/Output/stm32f10x_crc.o
I2C-USART/幸运五加二/Output/stm32f10x_dac.crf
I2C-USART/幸运五加二/Output/stm32f10x_dac.d
I2C-USART/幸运五加二/Output/stm32f10x_dac.o
I2C-USART/幸运五加二/Output/stm32f10x_dbgmcu.crf
I2C-USART/幸运五加二/Output/stm32f10x_dbgmcu.d
I2C-USART/幸运五加二/Output/stm32f10x_db
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.