搜索资源列表
FAT
- fat格式文件的读写操作,针对SD卡,C语言环境
XS128_FATFS 基于FAT文件系统SD卡读写程序
- 本程序基于MC9S12XS128微控制器编写的基于FAT文件系统SD卡读写程序-The program is based on MC9S12XS128 microcontroller write FAT file system-based SD card reader program
sd_card.rar
- TI Cortex-M3 读写SD卡以及FAT16文件系统管理的源代码.,Cortex-M3 SD read/write and fat16 file system.
STM32-FATFS-for-SD-card.rar
- 运行于stm32平台上的fat文件系统。,Stm32 platform running on the fat file system.
NAND(SDIO)
- stm32 NAND和SD卡(SDIO)模拟U盘程序,包含完整工程-stm32 NAND, SD card (SDIO) analog U disk procedures, including the complete works
STM32-SDCard-SDIO-FATFS-V2
- 芯达开发板SD卡测试程序,可以了解一下FAT文件管理,希望对大家有帮助。-Core of the development board SD card test program, you can look FAT file management, we want to help.
STM32-VS1003-MP3Final
- 基于STM32开发的MP3程序。内含触摸屏驱动、SD卡驱动、VS1003驱动、FAT文件系统驱动。已移植GUI。支持各种格式的音乐播放。-STM32 development of MP3-based program. Includes touch screen driver, SD card drive, VS1003 drive, FAT file system driver. Have been transplanted GUI. The music player supports a va
SDCard_BootLoader
- 基于s3c2410、2440的从SD卡引导Linux内核程序,实现FAT文件系统,读取SD卡内的Linux内核到SDRAM中,并运行。-Based on s3c2410, 2440 from the SD card boot Linux kernel procedures, implementation FAT file system, read the SD card inside the Linux kernel to SDRAM, and running.
2410-fs-ldqmoon
- 这个是我调通的在2410下运行文件系统的程序. 用2410驱动sd卡来实现fat文件系统. 欢迎大家来测试. 用法很简单, 如下 FILE *fp // 文件指针 unsigned char temp[24]="3.wav" // 文件明需要放在数组里 while(!initialize_media()) // 初始化sd卡 { Uart_Printf("sd initializing....\n") } Uart_Printf(
SD
- arm7 44b0 读写SD卡,带FAT文件系统-arm7 44b0 read and write SD cards with FAT file system
AVR-FAT16-PROTEUS
- FAT读写SD卡的程序。有Proteus仿真。-FAT SD card reader program. There Proteus simulation.
mcufatfs
- 在8位处理器上实现fat fat12 fat16 fat32的高效文件系统(ata sd usb存储器)-In the 8-bit processors to achieve high-fat fat12 fat16 fat32 file system (ata sd usb memory)
SD_FAT
- SD-FAT 带存储格式的SD卡存储程序 适用于STM32系列-SD-FAT formatted SD memory card with stored procedure applies to STM32 series
SD
- 具有FAT文件系统读写功能的SD卡读操作,开发板是以郭天祥的ARM7的S3C44BO为开发板写的。-FAT file system with SD card reader function read, ARM7 development board is based on the Debates of the S3C44BO for the development board to write.
sd_card
- SD card using FAT file system This example application demonstrates reading a file system from an SD card. It makes use of FatFs, a FAT file system driver. It provides a simple command console via a serial port for issuing commands to view and naviga
Digital-Picture-Frame
- The application reads picture-files in standard Windows BMP-format from a SD-Card and shows them on a 2.8" color-LCD-module (320*240 px). The following hard- and software has been used: DPF Hardware: STM32 Mini Board (STM32 "medium density") wit
SD
- 这是一个SD卡的FAT文件系统的实现,该版本时针对周立功的LM3S8962开发板的,可以修改里边相应管脚的设置应用到其他的板子上;该程序也能在51单片机上成功运行。-This is an SD card FAT file system implementation, the version developed for Zhou, who' s LM3S8962 board, you can modify the settings inside the corresponding pins
LPC1768_SD_FAT_VCOM
- LPC1768 example code to access SD card in SPI mode with FAT file system Also integrated USB function as VCOM
WAV-files-from-SD
- WAV file player from SD card with FAT FS.
FAT-Lib
- Thanks to ChaN ! This is a modified version of FAT library for ARM7 (specially AT91SAM7xxx) to use with any compatible physical media such as SD, MMC, MicroSD.