文件名称:STM32_SPI_FLASH
-
所属分类:
- 标签属性:
- 上传时间:2013-03-31
-
文件大小:20.3mb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
自己写的spi_flash的驱动,利用stm32管脚模拟的方式,是学习理解spi总线良好资料,将sd卡挂载的fatfs中的文件(字库)进行读写,并显示到屏幕上,奋斗板的同学试一试-Way the own written spi_flash drive, take advantage of the the stm32 pin analog, to the spi bus good information to learn to understand, read and write to the sd card in mount the fatfs of files (fonts), and displayed on the screen, the students struggled board give it a try
(系统自动生成,下载前可以参看下载内容)
下载文件列表
STM32_SPI_FLASH/
STM32_SPI_FLASH/cmsis/
STM32_SPI_FLASH/cmsis/core_cm3.c
STM32_SPI_FLASH/cmsis/core_cm3.h
STM32_SPI_FLASH/cmsis/stm32f10x.h
STM32_SPI_FLASH/cmsis/system_stm32f10x.c
STM32_SPI_FLASH/cmsis/system_stm32f10x.h
STM32_SPI_FLASH/head/
STM32_SPI_FLASH/head/misc.h
STM32_SPI_FLASH/head/stm32f10x_adc.h
STM32_SPI_FLASH/head/stm32f10x_bkp.h
STM32_SPI_FLASH/head/stm32f10x_can.h
STM32_SPI_FLASH/head/stm32f10x_cec.h
STM32_SPI_FLASH/head/stm32f10x_conf.h
STM32_SPI_FLASH/head/stm32f10x_crc.h
STM32_SPI_FLASH/head/stm32f10x_dac.h
STM32_SPI_FLASH/head/stm32f10x_dbgmcu.h
STM32_SPI_FLASH/head/stm32f10x_dma.h
STM32_SPI_FLASH/head/stm32f10x_exti.h
STM32_SPI_FLASH/head/stm32f10x_flash.h
STM32_SPI_FLASH/head/stm32f10x_fsmc.h
STM32_SPI_FLASH/head/stm32f10x_gpio.h
STM32_SPI_FLASH/head/stm32f10x_i2c.h
STM32_SPI_FLASH/head/stm32f10x_iwdg.h
STM32_SPI_FLASH/head/stm32f10x_pwr.h
STM32_SPI_FLASH/head/stm32f10x_rcc.h
STM32_SPI_FLASH/head/stm32f10x_rtc.h
STM32_SPI_FLASH/head/stm32f10x_sdio.h
STM32_SPI_FLASH/head/stm32f10x_spi.h
STM32_SPI_FLASH/head/stm32f10x_tim.h
STM32_SPI_FLASH/head/stm32f10x_usart.h
STM32_SPI_FLASH/head/stm32f10x_wwdg.h
STM32_SPI_FLASH/m25p16_init/
STM32_SPI_FLASH/m25p16_init/spiflash.c
STM32_SPI_FLASH/m25p16_init/spiflash.h
STM32_SPI_FLASH/main/
STM32_SPI_FLASH/main/include.h
STM32_SPI_FLASH/main/main.c
STM32_SPI_FLASH/project/
STM32_SPI_FLASH/project/STM32_2.axf
STM32_SPI_FLASH/project/STM32_2.htm
STM32_SPI_FLASH/project/STM32_2.lnp
STM32_SPI_FLASH/project/STM32_2.map
STM32_SPI_FLASH/project/STM32_2.plg
STM32_SPI_FLASH/project/STM32_2.sct
STM32_SPI_FLASH/project/STM32_2.tra
STM32_SPI_FLASH/project/STM32_2.uvgui.Administrator
STM32_SPI_FLASH/project/STM32_2.uvgui_Administrator.bak
STM32_SPI_FLASH/project/STM32_2.uvopt
STM32_SPI_FLASH/project/STM32_2.uvproj
STM32_SPI_FLASH/project/STM32_2_Target 1.dep
STM32_SPI_FLASH/project/STM32_2_uvopt.bak
STM32_SPI_FLASH/project/STM32_2_uvproj.bak
STM32_SPI_FLASH/project/core_cm3.crf
STM32_SPI_FLASH/project/core_cm3.d
STM32_SPI_FLASH/project/core_cm3.o
STM32_SPI_FLASH/project/main.crf
STM32_SPI_FLASH/project/main.d
STM32_SPI_FLASH/project/main.o
STM32_SPI_FLASH/project/misc.crf
STM32_SPI_FLASH/project/misc.d
STM32_SPI_FLASH/project/misc.o
STM32_SPI_FLASH/project/spi.crf
STM32_SPI_FLASH/project/spi.d
STM32_SPI_FLASH/project/spi.o
STM32_SPI_FLASH/project/spiflash.crf
STM32_SPI_FLASH/project/spiflash.d
STM32_SPI_FLASH/project/spiflash.o
STM32_SPI_FLASH/project/startup_stm32f10x_hd.d
STM32_SPI_FLASH/project/startup_stm32f10x_hd.lst
STM32_SPI_FLASH/project/startup_stm32f10x_hd.o
STM32_SPI_FLASH/project/stm32f10x_gpio.crf
STM32_SPI_FLASH/project/stm32f10x_gpio.d
STM32_SPI_FLASH/project/stm32f10x_gpio.o
STM32_SPI_FLASH/project/stm32f10x_rcc.crf
STM32_SPI_FLASH/project/stm32f10x_rcc.d
STM32_SPI_FLASH/project/stm32f10x_rcc.o
STM32_SPI_FLASH/project/system_stm32f10x.crf
STM32_SPI_FLASH/project/system_stm32f10x.d
STM32_SPI_FLASH/project/system_stm32f10x.o
STM32_SPI_FLASH/spi_analog/
STM32_SPI_FLASH/spi_analog/spi.c
STM32_SPI_FLASH/spi_analog/spi.h
STM32_SPI_FLASH/startup_asm/
STM32_SPI_FLASH/startup_asm/startup_stm32f10x_hd.s
STM32_SPI_FLASH/stm32_lib/
STM32_SPI_FLASH/stm32_lib/inc/
STM32_SPI_FLASH/stm32_lib/inc/misc.h
STM32_SPI_FLASH/stm32_lib/inc/stm32f10x_adc.h
STM32_SPI_FLASH/stm32_lib/inc/stm32f10x_bkp.h
STM32_SPI_FLASH/stm32_lib/inc/stm32f10x_can.h
STM32_SPI_FLASH/stm32_lib/inc/stm32f10x_cec.h
STM32_SPI_FLASH/stm32_lib/inc/stm32f10x_conf.h
STM32_SPI_FLASH/stm32_lib/inc/stm32f10x_crc.h
STM32_SPI_FLASH/stm32_lib/inc/stm32f10x_dac.h
STM32_SPI_FLASH/stm32_lib/inc/stm32f10x_dbgmcu.h
STM32_SPI_FLASH/stm32_lib/inc/stm32f10x_dma.h
STM32_SPI_FLASH/stm32_lib/inc/stm32f10x_exti.h
STM32_SPI_FLASH/stm32_lib/inc/stm32f10x_flash.h
STM32_SPI_FLASH/stm32_lib/inc/stm32f10x_fsmc.h
STM32_SPI_FLASH/stm32_lib/inc/stm32f10x_gpio.h
STM32_SPI_FLASH/stm32_lib/inc/stm32f10x_i2c.h
STM32_SPI_FLASH/stm32_lib/inc/stm32f10x_iwdg.h
STM32_SPI_FLASH/stm32_lib/inc/stm32f10x_pwr.h
STM32_SPI_FLASH/stm32_lib/inc/stm32f10x_rcc.h
STM32_SPI_FLASH/stm32_lib/inc/stm32f10x_rtc.h
STM32_SPI_FLASH/stm32_lib/inc/stm32f10x_sdio.h
STM32_SPI_FLASH/stm32_lib/inc/stm32f10x_spi.h
STM32_SPI_FLASH/stm32_lib/inc/stm32f10x_tim.h
STM32_SPI_FLASH/stm32_lib/inc/stm32f10x_usart.h
STM32_SPI_FLASH/stm32_lib/inc/stm32f10x_wwdg.h
STM32_SPI_FLASH/stm32_lib/misc.c
STM32_SPI_FLASH/stm32_lib/stm32f10x_adc.c
STM32_SPI_FLASH/stm32_lib/stm32f10x_bkp.c
STM32_SPI_FLASH/stm32_lib/stm32f10x_can.c
STM32_SPI_FLASH/stm32_lib/stm32f10x_cec.c
STM32_SPI_FLASH/stm32_lib/stm32f10x_crc.c
STM32_SPI_FLASH/stm32_lib/stm32f10x_dac.c
STM32_SPI_FLASH/stm32_lib/stm32f10x_dbgmcu.c
STM32_SPI_FLASH/stm32_lib/stm32f10x_dma.c
STM32_SPI_FLASH/stm32_lib/stm32f10x_exti.c
STM32_SPI_FLASH/stm32_lib/stm32f10x_flash.c
STM32_SPI_FLASH/stm32_lib/stm32f10x_fsmc.c
STM32_SPI_FLASH/stm32_lib/stm32f10x_gpio.c
STM32_SPI_FLASH/stm32_lib/stm32f10x_i2c.c
STM32_SPI_FLASH/stm32_lib/stm32f10x_iwdg.c
STM32_SPI_FLASH/stm32_lib/stm32f10x_pwr.c
STM32_SPI_FLASH/stm32_lib/stm32f10x_rcc.c
STM32_SPI_FLASH/stm32_lib/stm32f10x_rtc.c
STM32_SPI_FLASH/stm32_lib/stm32f10x_sdio.c
STM32_SPI_FLASH/stm32_lib/stm32f10x_spi.c
STM3
STM32_SPI_FLASH/cmsis/
STM32_SPI_FLASH/cmsis/core_cm3.c
STM32_SPI_FLASH/cmsis/core_cm3.h
STM32_SPI_FLASH/cmsis/stm32f10x.h
STM32_SPI_FLASH/cmsis/system_stm32f10x.c
STM32_SPI_FLASH/cmsis/system_stm32f10x.h
STM32_SPI_FLASH/head/
STM32_SPI_FLASH/head/misc.h
STM32_SPI_FLASH/head/stm32f10x_adc.h
STM32_SPI_FLASH/head/stm32f10x_bkp.h
STM32_SPI_FLASH/head/stm32f10x_can.h
STM32_SPI_FLASH/head/stm32f10x_cec.h
STM32_SPI_FLASH/head/stm32f10x_conf.h
STM32_SPI_FLASH/head/stm32f10x_crc.h
STM32_SPI_FLASH/head/stm32f10x_dac.h
STM32_SPI_FLASH/head/stm32f10x_dbgmcu.h
STM32_SPI_FLASH/head/stm32f10x_dma.h
STM32_SPI_FLASH/head/stm32f10x_exti.h
STM32_SPI_FLASH/head/stm32f10x_flash.h
STM32_SPI_FLASH/head/stm32f10x_fsmc.h
STM32_SPI_FLASH/head/stm32f10x_gpio.h
STM32_SPI_FLASH/head/stm32f10x_i2c.h
STM32_SPI_FLASH/head/stm32f10x_iwdg.h
STM32_SPI_FLASH/head/stm32f10x_pwr.h
STM32_SPI_FLASH/head/stm32f10x_rcc.h
STM32_SPI_FLASH/head/stm32f10x_rtc.h
STM32_SPI_FLASH/head/stm32f10x_sdio.h
STM32_SPI_FLASH/head/stm32f10x_spi.h
STM32_SPI_FLASH/head/stm32f10x_tim.h
STM32_SPI_FLASH/head/stm32f10x_usart.h
STM32_SPI_FLASH/head/stm32f10x_wwdg.h
STM32_SPI_FLASH/m25p16_init/
STM32_SPI_FLASH/m25p16_init/spiflash.c
STM32_SPI_FLASH/m25p16_init/spiflash.h
STM32_SPI_FLASH/main/
STM32_SPI_FLASH/main/include.h
STM32_SPI_FLASH/main/main.c
STM32_SPI_FLASH/project/
STM32_SPI_FLASH/project/STM32_2.axf
STM32_SPI_FLASH/project/STM32_2.htm
STM32_SPI_FLASH/project/STM32_2.lnp
STM32_SPI_FLASH/project/STM32_2.map
STM32_SPI_FLASH/project/STM32_2.plg
STM32_SPI_FLASH/project/STM32_2.sct
STM32_SPI_FLASH/project/STM32_2.tra
STM32_SPI_FLASH/project/STM32_2.uvgui.Administrator
STM32_SPI_FLASH/project/STM32_2.uvgui_Administrator.bak
STM32_SPI_FLASH/project/STM32_2.uvopt
STM32_SPI_FLASH/project/STM32_2.uvproj
STM32_SPI_FLASH/project/STM32_2_Target 1.dep
STM32_SPI_FLASH/project/STM32_2_uvopt.bak
STM32_SPI_FLASH/project/STM32_2_uvproj.bak
STM32_SPI_FLASH/project/core_cm3.crf
STM32_SPI_FLASH/project/core_cm3.d
STM32_SPI_FLASH/project/core_cm3.o
STM32_SPI_FLASH/project/main.crf
STM32_SPI_FLASH/project/main.d
STM32_SPI_FLASH/project/main.o
STM32_SPI_FLASH/project/misc.crf
STM32_SPI_FLASH/project/misc.d
STM32_SPI_FLASH/project/misc.o
STM32_SPI_FLASH/project/spi.crf
STM32_SPI_FLASH/project/spi.d
STM32_SPI_FLASH/project/spi.o
STM32_SPI_FLASH/project/spiflash.crf
STM32_SPI_FLASH/project/spiflash.d
STM32_SPI_FLASH/project/spiflash.o
STM32_SPI_FLASH/project/startup_stm32f10x_hd.d
STM32_SPI_FLASH/project/startup_stm32f10x_hd.lst
STM32_SPI_FLASH/project/startup_stm32f10x_hd.o
STM32_SPI_FLASH/project/stm32f10x_gpio.crf
STM32_SPI_FLASH/project/stm32f10x_gpio.d
STM32_SPI_FLASH/project/stm32f10x_gpio.o
STM32_SPI_FLASH/project/stm32f10x_rcc.crf
STM32_SPI_FLASH/project/stm32f10x_rcc.d
STM32_SPI_FLASH/project/stm32f10x_rcc.o
STM32_SPI_FLASH/project/system_stm32f10x.crf
STM32_SPI_FLASH/project/system_stm32f10x.d
STM32_SPI_FLASH/project/system_stm32f10x.o
STM32_SPI_FLASH/spi_analog/
STM32_SPI_FLASH/spi_analog/spi.c
STM32_SPI_FLASH/spi_analog/spi.h
STM32_SPI_FLASH/startup_asm/
STM32_SPI_FLASH/startup_asm/startup_stm32f10x_hd.s
STM32_SPI_FLASH/stm32_lib/
STM32_SPI_FLASH/stm32_lib/inc/
STM32_SPI_FLASH/stm32_lib/inc/misc.h
STM32_SPI_FLASH/stm32_lib/inc/stm32f10x_adc.h
STM32_SPI_FLASH/stm32_lib/inc/stm32f10x_bkp.h
STM32_SPI_FLASH/stm32_lib/inc/stm32f10x_can.h
STM32_SPI_FLASH/stm32_lib/inc/stm32f10x_cec.h
STM32_SPI_FLASH/stm32_lib/inc/stm32f10x_conf.h
STM32_SPI_FLASH/stm32_lib/inc/stm32f10x_crc.h
STM32_SPI_FLASH/stm32_lib/inc/stm32f10x_dac.h
STM32_SPI_FLASH/stm32_lib/inc/stm32f10x_dbgmcu.h
STM32_SPI_FLASH/stm32_lib/inc/stm32f10x_dma.h
STM32_SPI_FLASH/stm32_lib/inc/stm32f10x_exti.h
STM32_SPI_FLASH/stm32_lib/inc/stm32f10x_flash.h
STM32_SPI_FLASH/stm32_lib/inc/stm32f10x_fsmc.h
STM32_SPI_FLASH/stm32_lib/inc/stm32f10x_gpio.h
STM32_SPI_FLASH/stm32_lib/inc/stm32f10x_i2c.h
STM32_SPI_FLASH/stm32_lib/inc/stm32f10x_iwdg.h
STM32_SPI_FLASH/stm32_lib/inc/stm32f10x_pwr.h
STM32_SPI_FLASH/stm32_lib/inc/stm32f10x_rcc.h
STM32_SPI_FLASH/stm32_lib/inc/stm32f10x_rtc.h
STM32_SPI_FLASH/stm32_lib/inc/stm32f10x_sdio.h
STM32_SPI_FLASH/stm32_lib/inc/stm32f10x_spi.h
STM32_SPI_FLASH/stm32_lib/inc/stm32f10x_tim.h
STM32_SPI_FLASH/stm32_lib/inc/stm32f10x_usart.h
STM32_SPI_FLASH/stm32_lib/inc/stm32f10x_wwdg.h
STM32_SPI_FLASH/stm32_lib/misc.c
STM32_SPI_FLASH/stm32_lib/stm32f10x_adc.c
STM32_SPI_FLASH/stm32_lib/stm32f10x_bkp.c
STM32_SPI_FLASH/stm32_lib/stm32f10x_can.c
STM32_SPI_FLASH/stm32_lib/stm32f10x_cec.c
STM32_SPI_FLASH/stm32_lib/stm32f10x_crc.c
STM32_SPI_FLASH/stm32_lib/stm32f10x_dac.c
STM32_SPI_FLASH/stm32_lib/stm32f10x_dbgmcu.c
STM32_SPI_FLASH/stm32_lib/stm32f10x_dma.c
STM32_SPI_FLASH/stm32_lib/stm32f10x_exti.c
STM32_SPI_FLASH/stm32_lib/stm32f10x_flash.c
STM32_SPI_FLASH/stm32_lib/stm32f10x_fsmc.c
STM32_SPI_FLASH/stm32_lib/stm32f10x_gpio.c
STM32_SPI_FLASH/stm32_lib/stm32f10x_i2c.c
STM32_SPI_FLASH/stm32_lib/stm32f10x_iwdg.c
STM32_SPI_FLASH/stm32_lib/stm32f10x_pwr.c
STM32_SPI_FLASH/stm32_lib/stm32f10x_rcc.c
STM32_SPI_FLASH/stm32_lib/stm32f10x_rtc.c
STM32_SPI_FLASH/stm32_lib/stm32f10x_sdio.c
STM32_SPI_FLASH/stm32_lib/stm32f10x_spi.c
STM3
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.