SD_SPI_FATS

所属分类:单片机开发
开发工具:C/C++
文件大小:6633KB
下载次数:10
上传日期:2017-08-09 10:39:14
上 传 者打鸟day
说明:  stm32利用spi协议驱动sd卡 移植fats。
(STM32 uses SPI protocol to drive SD card to transplant fats.)

文件列表:
SD_SPI_FATS (0, 2017-02-22)
SD_SPI_FATS\desktop.ini (46, 2015-11-08)
SD_SPI_FATS\Libraries (0, 2017-02-22)
SD_SPI_FATS\Libraries\CMSIS (0, 2017-02-22)
SD_SPI_FATS\Libraries\CMSIS\CM3 (0, 2017-02-22)
SD_SPI_FATS\Libraries\CMSIS\CM3\CoreSupport (0, 2017-02-22)
SD_SPI_FATS\Libraries\CMSIS\CM3\CoreSupport\core_cm3.c (17273, 2010-06-07)
SD_SPI_FATS\Libraries\CMSIS\CM3\CoreSupport\core_cm3.h (85714, 2011-02-09)
SD_SPI_FATS\Libraries\CMSIS\CM3\DeviceSupport (0, 2017-02-22)
SD_SPI_FATS\Libraries\CMSIS\CM3\DeviceSupport\startup (0, 2017-02-22)
SD_SPI_FATS\Libraries\CMSIS\CM3\DeviceSupport\startup\arm (0, 2017-02-22)
SD_SPI_FATS\Libraries\CMSIS\CM3\DeviceSupport\startup\arm\startup_stm32f10x_cl.s (15766, 2011-03-10)
SD_SPI_FATS\Libraries\CMSIS\CM3\DeviceSupport\startup\arm\startup_stm32f10x_hd.s (15503, 2011-03-10)
SD_SPI_FATS\Libraries\CMSIS\CM3\DeviceSupport\startup\arm\startup_stm32f10x_hd_vl.s (15692, 2011-03-10)
SD_SPI_FATS\Libraries\CMSIS\CM3\DeviceSupport\startup\arm\startup_stm32f10x_ld.s (12376, 2011-03-10)
SD_SPI_FATS\Libraries\CMSIS\CM3\DeviceSupport\startup\arm\startup_stm32f10x_ld_vl.s (13656, 2011-03-10)
SD_SPI_FATS\Libraries\CMSIS\CM3\DeviceSupport\startup\arm\startup_stm32f10x_md.s (12765, 2011-03-10)
SD_SPI_FATS\Libraries\CMSIS\CM3\DeviceSupport\startup\arm\startup_stm32f10x_md_vl.s (14073, 2011-03-10)
SD_SPI_FATS\Libraries\CMSIS\CM3\DeviceSupport\startup\arm\startup_stm32f10x_xl.s (15955, 2011-03-10)
SD_SPI_FATS\Libraries\CMSIS\CM3\DeviceSupport\stm32f10x.h (633941, 2017-02-21)
SD_SPI_FATS\Libraries\CMSIS\CM3\DeviceSupport\system_stm32f10x.c (36638, 2016-09-17)
SD_SPI_FATS\Libraries\CMSIS\CM3\DeviceSupport\system_stm32f10x.h (2085, 2011-03-10)
SD_SPI_FATS\Libraries\desktop.ini (46, 2015-11-08)
SD_SPI_FATS\Libraries\STM32F10x_StdPeriph_Driver (0, 2017-02-22)
SD_SPI_FATS\Libraries\STM32F10x_StdPeriph_Driver\inc (0, 2017-02-22)
SD_SPI_FATS\Libraries\STM32F10x_StdPeriph_Driver\inc\misc.h (8982, 2011-03-10)
SD_SPI_FATS\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_adc.h (21690, 2011-03-10)
SD_SPI_FATS\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_bkp.h (7555, 2011-03-10)
SD_SPI_FATS\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_can.h (27559, 2011-03-10)
SD_SPI_FATS\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_cec.h (6573, 2011-03-10)
SD_SPI_FATS\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_crc.h (2162, 2011-03-10)
SD_SPI_FATS\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_dac.h (15233, 2011-03-10)
SD_SPI_FATS\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_dbgmcu.h (3818, 2011-03-10)
SD_SPI_FATS\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_dma.h (20754, 2011-03-10)
SD_SPI_FATS\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_exti.h (6824, 2011-03-10)
SD_SPI_FATS\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_flash.h (25445, 2011-03-10)
SD_SPI_FATS\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_fsmc.h (27016, 2011-03-10)
SD_SPI_FATS\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_gpio.h (20175, 2011-03-10)
SD_SPI_FATS\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_i2c.h (30029, 2011-03-10)
SD_SPI_FATS\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_iwdg.h (3828, 2011-03-10)
... ...

FatFs Module Source Files R0.12a FILES 00readme.txt This file. history.txt Revision history. ffconf.h Configuration file for FatFs module. ff.h Common include file for FatFs and application module. ff.c FatFs module. diskio.h Common include file for FatFs and disk I/O module. diskio.c An example of glue function to attach existing disk I/O module to FatFs. integer.h Integer type definitions for FatFs. option Optional external functions. Low level disk I/O module is not included in this archive because the FatFs module is only a generic file system layer and not depend on any specific storage device. You have to provide a low level disk I/O module that written to control the target storage device.

近期下载者

相关文件


收藏者