搜索资源列表
LPC2138+SD卡Proteus虚拟平台
- arm7 lpc2131 读写SD卡的程序,采用SPI模式,编译环境是ADS1.2,并有Proteus的仿真,可添加Fatfs文件系统
FatfsDemo
- lpc2148 spi sd+fatfs 读写文件-lpc2148 spi sd+ fatfs read and write files
lpc2148_Fatfs
- 这是一个arm7 spi 读写sd卡的源代码,里面添加上fatfs的文件系统, 方便学习文件系统 你要好好调试彩能够学习到文件系统的关键-This is a arm7 spi, speaking, reading and writing the sd card source code, add the fatfs inside the file system, convenient learning file system to take debugging color can learn to
FATFSaSPIFlash
- 采用ST公司的STM32F103芯片,移植了FATFS文件系统,通过SPI访问外部Flash存储芯片,通过电脑COMM可以进行数据交互,打印。-ST companies STM32F103 chip transplant FATFS file system, can exchange data through a computer COMM SPI access external Flash memory chips, print...
SPI_FlashPFatFsPHZ16x16
- 基于STM32的SPIFLASH文件系统,用于存放字库串口方式接收字库文件。 SPI_Flash+FatFs+汉字16x16 相当给力的资料。-Based on the STM32 SPI FLASH file system for storing font serial port to receive the font file. SPI_Flash+ FatFs+ Chinese characters 16x16 Quite to the power of informati
SPI_FlashPFatFs
- 基于stm32和SPI FLASH文件系统入门,采用fatfs-Based on the the stm32 and the SPI FLASH file system entry, using fatfs
STM32_sdio_fatfs
- STM32F103的FATFS文件系统移植,特性: 1、SDIO的4位总线查询操作模式,比SPI模式快很多。 2、支持长文件名。 3、支持中文文件名(包括文件夹)。 主函数功能: 1、创建一个文件,并写入测试数据。 2、打卡刚刚创建的文件,读取文件内容并打印输出。 3、扫描SD卡里面的所有文件(包括文件夹)。 4、统计SD容量空间使用情况。 -Transplantation of the STM32F103' s FATFS file system, f
tms320f28335-SPI-SD-Fatfs
- 该程序利用TMS320F28335的SPI口读取SD卡中的文件数据,可以在CCS3.3下编译运行。-The program uses the SPI port TMS320F28335 read SD card file data, you can compile and run under CCS3.3.
lab10-SD-SPI-Fatfs
- 针对研旭开发的DSP28335实验板同步传输SPI例程-DSP28335 SPI
FATFS
- sd卡源码,采用spi 驱动,stm32f407芯片。-SD card source code, using SPI driver, stm32f407 chip.
lab31-SD-SPI-Fatfs
- TM320F28335 spi 接口操作 SD,fatfs文件系统。CCS3.3的工程。-TM320F28335 spi for SD,fatfs FAT。CCS3.3 project
USB_Disk
- spi flash写的U盘,可以实现读写,每个扇区512字节(udisk which can read and write with fatfs)
Resources
- SD卡——基于SPI的FATFS文件系统(MSP430)(SD card -- FATFS file system based on SPI (MSP430))
dp1000.tar
- S32K144单片机外设程序, 使用FreeRTOS和Fatfs文件系统读取SPI接口的SD外设, 使用 S32DS_V20 环境. 外设支持3路串口和3路CAN.(S32K144 platform program, surpport 3-channels LPUART & FLEXCAN, port FreeRTOS & Fatfs.)
SPI-SD-Fatfs
- DSP28335 SD卡文件系统读写,使用SPI通信。(DSP28335 SD card file system read and write, using SPI communication.)
spi - sd
- 使用nrf52832,通过文件系统操作sd卡, sdk14.0,将此文件直接放到examples\ble_peripheral文件夹下即可(Using the nrf52832, the SD card is operated through the file system. Sdk14.0, put this file directly under the examples\ble_peripheral folder)
spiffs-master
- SPI FLASH专用文件系统,具备磨损均衡算法,如果是本地数据强烈建议使用该文件系统而不是FATFS(SPI FLASH dedicated file system, with a wear balance algorithm, if local data is strongly recommended to use the file system instead of FATFS)
SD-SPI-FatFs-Coocox
- STM32 SPI SDCARD using STM32CubemX
SPI_DMA_F407
- STM32 F407的SPI+DMA带文件系统FATFS(STM32 F407>SPI+DMA with FATFS)
STM32+fatfs
- 基于STM32,采用SPI接口移植成功Fatfs文件系统。