文件名称:STM32-SDCard-SDIO-FATFS-V2
-
所属分类:
- 标签属性:
- 上传时间:2015-05-17
-
文件大小:2.04mb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
STM32F4xx has internal SDIO peripheral to work with SD cards. Also, SDIO communication is faster than SPI, but if you don’t need speed in your project, you can use SPI aswell. With default settings, SDIO 4-bit mode communication is used. It means, that you need all four data lines. SDIO also supports 1-bit mode, where you need only Data0, CMD and CLK pins. To activate 1-bit mode, add this to your defines.h file
(系统自动生成,下载前可以参看下载内容)
下载文件列表
STM32-SDCard-SDIO-FATFS-V2/fatfs/00readme.txt
STM32-SDCard-SDIO-FATFS-V2/fatfs/diskio.c
STM32-SDCard-SDIO-FATFS-V2/fatfs/diskio.h
STM32-SDCard-SDIO-FATFS-V2/fatfs/ff.c
STM32-SDCard-SDIO-FATFS-V2/fatfs/ff.h
STM32-SDCard-SDIO-FATFS-V2/fatfs/integer.h
STM32-SDCard-SDIO-FATFS-V2/fatfs/option/cc932.c
STM32-SDCard-SDIO-FATFS-V2/fatfs/option/cc936.c
STM32-SDCard-SDIO-FATFS-V2/fatfs/option/cc949.c
STM32-SDCard-SDIO-FATFS-V2/fatfs/option/cc950.c
STM32-SDCard-SDIO-FATFS-V2/fatfs/option/ccsbcs.c
STM32-SDCard-SDIO-FATFS-V2/fatfs/option/syncobj.c
STM32-SDCard-SDIO-FATFS-V2/FWlib/inc/misc.h
STM32-SDCard-SDIO-FATFS-V2/FWlib/inc/stm32f10x_adc.h
STM32-SDCard-SDIO-FATFS-V2/FWlib/inc/stm32f10x_bkp.h
STM32-SDCard-SDIO-FATFS-V2/FWlib/inc/stm32f10x_can.h
STM32-SDCard-SDIO-FATFS-V2/FWlib/inc/stm32f10x_conf.h
STM32-SDCard-SDIO-FATFS-V2/FWlib/inc/stm32f10x_crc.h
STM32-SDCard-SDIO-FATFS-V2/FWlib/inc/stm32f10x_dac.h
STM32-SDCard-SDIO-FATFS-V2/FWlib/inc/stm32f10x_dbgmcu.h
STM32-SDCard-SDIO-FATFS-V2/FWlib/inc/stm32f10x_dma.h
STM32-SDCard-SDIO-FATFS-V2/FWlib/inc/stm32f10x_exti.h
STM32-SDCard-SDIO-FATFS-V2/FWlib/inc/stm32f10x_flash.h
STM32-SDCard-SDIO-FATFS-V2/FWlib/inc/stm32f10x_fsmc.h
STM32-SDCard-SDIO-FATFS-V2/FWlib/inc/stm32f10x_gpio.h
STM32-SDCard-SDIO-FATFS-V2/FWlib/inc/stm32f10x_i2c.h
STM32-SDCard-SDIO-FATFS-V2/FWlib/inc/stm32f10x_iwdg.h
STM32-SDCard-SDIO-FATFS-V2/FWlib/inc/stm32f10x_pwr.h
STM32-SDCard-SDIO-FATFS-V2/FWlib/inc/stm32f10x_rcc.h
STM32-SDCard-SDIO-FATFS-V2/FWlib/inc/stm32f10x_rtc.h
STM32-SDCard-SDIO-FATFS-V2/FWlib/inc/stm32f10x_sdio.h
STM32-SDCard-SDIO-FATFS-V2/FWlib/inc/stm32f10x_spi.h
STM32-SDCard-SDIO-FATFS-V2/FWlib/inc/stm32f10x_tim.h
STM32-SDCard-SDIO-FATFS-V2/FWlib/inc/stm32f10x_usart.h
STM32-SDCard-SDIO-FATFS-V2/FWlib/inc/stm32f10x_wwdg.h
STM32-SDCard-SDIO-FATFS-V2/FWlib/SRC/misc.c
STM32-SDCard-SDIO-FATFS-V2/FWlib/SRC/stm32f10x_adc.c
STM32-SDCard-SDIO-FATFS-V2/FWlib/SRC/stm32f10x_bkp.c
STM32-SDCard-SDIO-FATFS-V2/FWlib/SRC/stm32f10x_can.c
STM32-SDCard-SDIO-FATFS-V2/FWlib/SRC/stm32f10x_crc.c
STM32-SDCard-SDIO-FATFS-V2/FWlib/SRC/stm32f10x_dac.c
STM32-SDCard-SDIO-FATFS-V2/FWlib/SRC/stm32f10x_dbgmcu.c
STM32-SDCard-SDIO-FATFS-V2/FWlib/SRC/stm32f10x_dma.c
STM32-SDCard-SDIO-FATFS-V2/FWlib/SRC/stm32f10x_exti.c
STM32-SDCard-SDIO-FATFS-V2/FWlib/SRC/stm32f10x_flash.c
STM32-SDCard-SDIO-FATFS-V2/FWlib/SRC/stm32f10x_fsmc.c
STM32-SDCard-SDIO-FATFS-V2/FWlib/SRC/stm32f10x_gpio.c
STM32-SDCard-SDIO-FATFS-V2/FWlib/SRC/stm32f10x_i2c.c
STM32-SDCard-SDIO-FATFS-V2/FWlib/SRC/stm32f10x_iwdg.c
STM32-SDCard-SDIO-FATFS-V2/FWlib/SRC/stm32f10x_pwr.c
STM32-SDCard-SDIO-FATFS-V2/FWlib/SRC/stm32f10x_rcc.c
STM32-SDCard-SDIO-FATFS-V2/FWlib/SRC/stm32f10x_rtc.c
STM32-SDCard-SDIO-FATFS-V2/FWlib/SRC/stm32f10x_sdio.c
STM32-SDCard-SDIO-FATFS-V2/FWlib/SRC/stm32f10x_spi.c
STM32-SDCard-SDIO-FATFS-V2/FWlib/SRC/stm32f10x_tim.c
STM32-SDCard-SDIO-FATFS-V2/FWlib/SRC/stm32f10x_usart.c
STM32-SDCard-SDIO-FATFS-V2/FWlib/SRC/stm32f10x_wwdg.c
STM32-SDCard-SDIO-FATFS-V2/FWlib/SRC/system_stm32f10x.c
STM32-SDCard-SDIO-FATFS-V2/JLinkArm_STM3210B-EVAL.ini
STM32-SDCard-SDIO-FATFS-V2/JLinkLog.txt
STM32-SDCard-SDIO-FATFS-V2/List/startup_stm32f10x_hd.lst
STM32-SDCard-SDIO-FATFS-V2/List/STM32_FD_SDCard-SDIO.map
STM32-SDCard-SDIO-FATFS-V2/List/STM32_SDCard-SDIO.map
STM32-SDCard-SDIO-FATFS-V2/Obj/core_cm3.crf
STM32-SDCard-SDIO-FATFS-V2/Obj/core_cm3.d
STM32-SDCard-SDIO-FATFS-V2/Obj/core_cm3.o
STM32-SDCard-SDIO-FATFS-V2/Obj/diskio.crf
STM32-SDCard-SDIO-FATFS-V2/Obj/diskio.d
STM32-SDCard-SDIO-FATFS-V2/Obj/diskio.o
STM32-SDCard-SDIO-FATFS-V2/Obj/ExtDll.iex
STM32-SDCard-SDIO-FATFS-V2/Obj/ff.crf
STM32-SDCard-SDIO-FATFS-V2/Obj/ff.d
STM32-SDCard-SDIO-FATFS-V2/Obj/ff.o
STM32-SDCard-SDIO-FATFS-V2/Obj/main.crf
STM32-SDCard-SDIO-FATFS-V2/Obj/main.d
STM32-SDCard-SDIO-FATFS-V2/Obj/main.o
STM32-SDCard-SDIO-FATFS-V2/Obj/misc.crf
STM32-SDCard-SDIO-FATFS-V2/Obj/misc.d
STM32-SDCard-SDIO-FATFS-V2/Obj/misc.o
STM32-SDCard-SDIO-FATFS-V2/Obj/sdcard.crf
STM32-SDCard-SDIO-FATFS-V2/Obj/sdcard.d
STM32-SDCard-SDIO-FATFS-V2/Obj/sdcard.o
STM32-SDCard-SDIO-FATFS-V2/Obj/startup_stm32f10x_hd.o
STM32-SDCard-SDIO-FATFS-V2/Obj/stm32f10x_dma.crf
STM32-SDCard-SDIO-FATFS-V2/Obj/stm32f10x_dma.d
STM32-SDCard-SDIO-FATFS-V2/Obj/stm32f10x_dma.o
STM32-SDCard-SDIO-FATFS-V2/Obj/stm32f10x_gpio.crf
STM32-SDCard-SDIO-FATFS-V2/Obj/stm32f10x_gpio.d
STM32-SDCard-SDIO-FATFS-V2/Obj/stm32f10x_gpio.o
STM32-SDCard-SDIO-FATFS-V2/Obj/stm32f10x_it.crf
STM32-SDCard-SDIO-FATFS-V2/Obj/stm32f10x_it.d
STM32-SDCard-SDIO-FATFS-V2/Obj/stm32f10x_it.o
STM32-SDCard-SDIO-FATFS-V2/Obj/stm32f10x_rcc.crf
STM32-SDCard-SDIO-FATFS-V2/Obj/stm32f10x_rcc.d
STM32-SDCard-SDIO-FATFS-V2/Obj/stm32f10x_rcc.o
STM32-SDCard-SDIO-FATFS-V2/Obj/stm32f10x_sdio.crf
STM32-SDCard-SDIO-FATFS-V2/Obj/stm32f10x_sdio.d
STM32-SDCard-SDIO-FATFS-V2/Obj/stm32f10x_sdio.o
STM32-SDCard-SDIO-FATFS-V2/Obj/stm32f10x_usart.crf
STM32-SDCard-SDIO-FATFS-V2/Obj/stm32f10x_usart.d
STM32-SDCard-SDIO-FATFS-V2/Obj/stm32f10x_usart.o
STM32-SDCard-SDIO-FATFS-V2/Obj/STM32_SDCard-SDIO.axf
STM32-SDCard-SDIO-FATFS-V2/Obj/STM32_SDCard-SDIO.hex
STM32-SDCard-SDIO-FATFS-V2/Obj/STM32_SDCard-SDIO.htm
STM32-SDCard-SDIO-FATFS-V2/Obj/S
STM32-SDCard-SDIO-FATFS-V2/fatfs/diskio.c
STM32-SDCard-SDIO-FATFS-V2/fatfs/diskio.h
STM32-SDCard-SDIO-FATFS-V2/fatfs/ff.c
STM32-SDCard-SDIO-FATFS-V2/fatfs/ff.h
STM32-SDCard-SDIO-FATFS-V2/fatfs/integer.h
STM32-SDCard-SDIO-FATFS-V2/fatfs/option/cc932.c
STM32-SDCard-SDIO-FATFS-V2/fatfs/option/cc936.c
STM32-SDCard-SDIO-FATFS-V2/fatfs/option/cc949.c
STM32-SDCard-SDIO-FATFS-V2/fatfs/option/cc950.c
STM32-SDCard-SDIO-FATFS-V2/fatfs/option/ccsbcs.c
STM32-SDCard-SDIO-FATFS-V2/fatfs/option/syncobj.c
STM32-SDCard-SDIO-FATFS-V2/FWlib/inc/misc.h
STM32-SDCard-SDIO-FATFS-V2/FWlib/inc/stm32f10x_adc.h
STM32-SDCard-SDIO-FATFS-V2/FWlib/inc/stm32f10x_bkp.h
STM32-SDCard-SDIO-FATFS-V2/FWlib/inc/stm32f10x_can.h
STM32-SDCard-SDIO-FATFS-V2/FWlib/inc/stm32f10x_conf.h
STM32-SDCard-SDIO-FATFS-V2/FWlib/inc/stm32f10x_crc.h
STM32-SDCard-SDIO-FATFS-V2/FWlib/inc/stm32f10x_dac.h
STM32-SDCard-SDIO-FATFS-V2/FWlib/inc/stm32f10x_dbgmcu.h
STM32-SDCard-SDIO-FATFS-V2/FWlib/inc/stm32f10x_dma.h
STM32-SDCard-SDIO-FATFS-V2/FWlib/inc/stm32f10x_exti.h
STM32-SDCard-SDIO-FATFS-V2/FWlib/inc/stm32f10x_flash.h
STM32-SDCard-SDIO-FATFS-V2/FWlib/inc/stm32f10x_fsmc.h
STM32-SDCard-SDIO-FATFS-V2/FWlib/inc/stm32f10x_gpio.h
STM32-SDCard-SDIO-FATFS-V2/FWlib/inc/stm32f10x_i2c.h
STM32-SDCard-SDIO-FATFS-V2/FWlib/inc/stm32f10x_iwdg.h
STM32-SDCard-SDIO-FATFS-V2/FWlib/inc/stm32f10x_pwr.h
STM32-SDCard-SDIO-FATFS-V2/FWlib/inc/stm32f10x_rcc.h
STM32-SDCard-SDIO-FATFS-V2/FWlib/inc/stm32f10x_rtc.h
STM32-SDCard-SDIO-FATFS-V2/FWlib/inc/stm32f10x_sdio.h
STM32-SDCard-SDIO-FATFS-V2/FWlib/inc/stm32f10x_spi.h
STM32-SDCard-SDIO-FATFS-V2/FWlib/inc/stm32f10x_tim.h
STM32-SDCard-SDIO-FATFS-V2/FWlib/inc/stm32f10x_usart.h
STM32-SDCard-SDIO-FATFS-V2/FWlib/inc/stm32f10x_wwdg.h
STM32-SDCard-SDIO-FATFS-V2/FWlib/SRC/misc.c
STM32-SDCard-SDIO-FATFS-V2/FWlib/SRC/stm32f10x_adc.c
STM32-SDCard-SDIO-FATFS-V2/FWlib/SRC/stm32f10x_bkp.c
STM32-SDCard-SDIO-FATFS-V2/FWlib/SRC/stm32f10x_can.c
STM32-SDCard-SDIO-FATFS-V2/FWlib/SRC/stm32f10x_crc.c
STM32-SDCard-SDIO-FATFS-V2/FWlib/SRC/stm32f10x_dac.c
STM32-SDCard-SDIO-FATFS-V2/FWlib/SRC/stm32f10x_dbgmcu.c
STM32-SDCard-SDIO-FATFS-V2/FWlib/SRC/stm32f10x_dma.c
STM32-SDCard-SDIO-FATFS-V2/FWlib/SRC/stm32f10x_exti.c
STM32-SDCard-SDIO-FATFS-V2/FWlib/SRC/stm32f10x_flash.c
STM32-SDCard-SDIO-FATFS-V2/FWlib/SRC/stm32f10x_fsmc.c
STM32-SDCard-SDIO-FATFS-V2/FWlib/SRC/stm32f10x_gpio.c
STM32-SDCard-SDIO-FATFS-V2/FWlib/SRC/stm32f10x_i2c.c
STM32-SDCard-SDIO-FATFS-V2/FWlib/SRC/stm32f10x_iwdg.c
STM32-SDCard-SDIO-FATFS-V2/FWlib/SRC/stm32f10x_pwr.c
STM32-SDCard-SDIO-FATFS-V2/FWlib/SRC/stm32f10x_rcc.c
STM32-SDCard-SDIO-FATFS-V2/FWlib/SRC/stm32f10x_rtc.c
STM32-SDCard-SDIO-FATFS-V2/FWlib/SRC/stm32f10x_sdio.c
STM32-SDCard-SDIO-FATFS-V2/FWlib/SRC/stm32f10x_spi.c
STM32-SDCard-SDIO-FATFS-V2/FWlib/SRC/stm32f10x_tim.c
STM32-SDCard-SDIO-FATFS-V2/FWlib/SRC/stm32f10x_usart.c
STM32-SDCard-SDIO-FATFS-V2/FWlib/SRC/stm32f10x_wwdg.c
STM32-SDCard-SDIO-FATFS-V2/FWlib/SRC/system_stm32f10x.c
STM32-SDCard-SDIO-FATFS-V2/JLinkArm_STM3210B-EVAL.ini
STM32-SDCard-SDIO-FATFS-V2/JLinkLog.txt
STM32-SDCard-SDIO-FATFS-V2/List/startup_stm32f10x_hd.lst
STM32-SDCard-SDIO-FATFS-V2/List/STM32_FD_SDCard-SDIO.map
STM32-SDCard-SDIO-FATFS-V2/List/STM32_SDCard-SDIO.map
STM32-SDCard-SDIO-FATFS-V2/Obj/core_cm3.crf
STM32-SDCard-SDIO-FATFS-V2/Obj/core_cm3.d
STM32-SDCard-SDIO-FATFS-V2/Obj/core_cm3.o
STM32-SDCard-SDIO-FATFS-V2/Obj/diskio.crf
STM32-SDCard-SDIO-FATFS-V2/Obj/diskio.d
STM32-SDCard-SDIO-FATFS-V2/Obj/diskio.o
STM32-SDCard-SDIO-FATFS-V2/Obj/ExtDll.iex
STM32-SDCard-SDIO-FATFS-V2/Obj/ff.crf
STM32-SDCard-SDIO-FATFS-V2/Obj/ff.d
STM32-SDCard-SDIO-FATFS-V2/Obj/ff.o
STM32-SDCard-SDIO-FATFS-V2/Obj/main.crf
STM32-SDCard-SDIO-FATFS-V2/Obj/main.d
STM32-SDCard-SDIO-FATFS-V2/Obj/main.o
STM32-SDCard-SDIO-FATFS-V2/Obj/misc.crf
STM32-SDCard-SDIO-FATFS-V2/Obj/misc.d
STM32-SDCard-SDIO-FATFS-V2/Obj/misc.o
STM32-SDCard-SDIO-FATFS-V2/Obj/sdcard.crf
STM32-SDCard-SDIO-FATFS-V2/Obj/sdcard.d
STM32-SDCard-SDIO-FATFS-V2/Obj/sdcard.o
STM32-SDCard-SDIO-FATFS-V2/Obj/startup_stm32f10x_hd.o
STM32-SDCard-SDIO-FATFS-V2/Obj/stm32f10x_dma.crf
STM32-SDCard-SDIO-FATFS-V2/Obj/stm32f10x_dma.d
STM32-SDCard-SDIO-FATFS-V2/Obj/stm32f10x_dma.o
STM32-SDCard-SDIO-FATFS-V2/Obj/stm32f10x_gpio.crf
STM32-SDCard-SDIO-FATFS-V2/Obj/stm32f10x_gpio.d
STM32-SDCard-SDIO-FATFS-V2/Obj/stm32f10x_gpio.o
STM32-SDCard-SDIO-FATFS-V2/Obj/stm32f10x_it.crf
STM32-SDCard-SDIO-FATFS-V2/Obj/stm32f10x_it.d
STM32-SDCard-SDIO-FATFS-V2/Obj/stm32f10x_it.o
STM32-SDCard-SDIO-FATFS-V2/Obj/stm32f10x_rcc.crf
STM32-SDCard-SDIO-FATFS-V2/Obj/stm32f10x_rcc.d
STM32-SDCard-SDIO-FATFS-V2/Obj/stm32f10x_rcc.o
STM32-SDCard-SDIO-FATFS-V2/Obj/stm32f10x_sdio.crf
STM32-SDCard-SDIO-FATFS-V2/Obj/stm32f10x_sdio.d
STM32-SDCard-SDIO-FATFS-V2/Obj/stm32f10x_sdio.o
STM32-SDCard-SDIO-FATFS-V2/Obj/stm32f10x_usart.crf
STM32-SDCard-SDIO-FATFS-V2/Obj/stm32f10x_usart.d
STM32-SDCard-SDIO-FATFS-V2/Obj/stm32f10x_usart.o
STM32-SDCard-SDIO-FATFS-V2/Obj/STM32_SDCard-SDIO.axf
STM32-SDCard-SDIO-FATFS-V2/Obj/STM32_SDCard-SDIO.hex
STM32-SDCard-SDIO-FATFS-V2/Obj/STM32_SDCard-SDIO.htm
STM32-SDCard-SDIO-FATFS-V2/Obj/S
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.