搜索资源列表
sd_card.rar
- SD卡+文件系统读写,通过文件系统,你可以在你的嵌入式系统上建立文件,进行文件的各种操作,例如文件读写,文件显示,文件创建等,SD card file system, show write read display dell,how to write the sd programe! if you want to use the sd card in productor,this is a example
C51-SD
- c51读写SD卡原代码,可以实现fat文件系统-c51 to read and write SD card source code, you can achieve the fat file system
sd-reader_source_20081121
- Code to access MMC/SD cards with FAT16/FAT32 file system on an Atmel AVR8. Code contains SDHC support (disabled)
SDMMCCardReadandWrite
- 用在AVR芯片可實現讀寫SD卡和MMC卡於任何文件系統功能-Used in the AVR chip enables read and write SD card and MMC card in any file system functions
1
- Fatfs是一个优秀的文件系统,同时也是一个易于移植的文件系统,目前的Fatfs版本只需要编写6个函数和配置几个宏就能完成移植。 网上很多移植Fatfs的文章,记得有一篇写得不错,出处我没有找到,很多人转载都把标题写成 "一篇比较详细介绍FatFs文件系统移植的文章",需要的朋友可以去参考下。 网上很多Fatfs的移植工程,基于AVR的、STM32的很多,但鲜有现成的移植好基于51的Keil 工程可供参考。我不熟悉那些AVR、STM32,参考起来有点别扭^_^。
SD_FATsystem_V1.0.0
- use MDD file system v1.0.0 and the MCU of PIC24FJ64GA002 to operate files with SD card! very simple example, pleasure read the Read Me.txt file!
C51_SD_MMC
- 单片机读写SD/MMC卡文件,实现大容量存储,支持FAT16/32,有高级函数接口,便于二次开发,提供所有C51源代码。 -SCM reader SD/MMC card file, mass storage support FAT16/32, high-function interface for secondary development, providing all the source code C51.
WinHex.1641965899
- 单片机写SD卡和winhex打开文件,很有用的,希望对大家有帮助-MCU write SD card and winhex open the file, very useful, we hope to help
SDIO-SD
- MicroSD卡(SDIO模式)测试实验,采用4bit数据线模式。没 有跑文件系统,只是单纯地读block并将测试信息通过串口 1在电脑的超级终端上 打印出来。-MicroSD card (SDIO mode) test experiment, using the bit 4 cable model.no Have to run the file system, will simply read block and test information via a serial port
fat16
- This is a demo C code for DOS FAT16 filesystem using C language to do the file in SD card opening and writing demo .-This is a demo C code for DOS FAT16 filesystem using C language to do the file in SD card opening and writing demo .
Update-_-font-support
- 本文档仅适用于ALIENTEK战舰STM32F103开发板和MINI STM32开发板更新中文字库的应用。为了方便大家在没有SD卡的前提下更新外部flash的中文字库,我们使用串口助手XCOM将带有中文字库的完整bin文件发送给STM32,再由STM32将接收到的文件解码后存入外部flash中,从而达到了更新字库的目的。由于两块开发板更新字库的步骤相同,但是所需要的文件不同,这里我们仅以战舰板为例讲解,两者不同之处会有提示。 内附详细使用说明-This document applies on
C2B-V1.1
- C2B转换助手是ALIENTEK开发的一个C语言数组(仅支持十六进制数组)到BIN文件的转换工具,非常适合将一些大的数组转换为BIN文件,存放在SD卡或者片外FLASH中,从而大大降低对MCU的FLASH的占用-C2B conversion is a C language array developed by ALIENTEK (only sixteen hexadecimal array support) to the BIN file conversion tool, very suitab
han
- android书本上的信息存储,可以访问sd卡文件和asset文件夹-Android books on the information storage, you can access the sd card file and asset folder
SD卡读写测试成功
- 对SD卡读写经行测试,针对Fat文件格式!(SD card read and write by the line test, for Fat file format!)
uImage
- 内核映像文件要求上传您自己觉得好的资料 本次上传日志请勿上传和编程无关的文件(Kernel image file(Patch file included in the kernel driver source code, including LED drivers, serial port driver, NIC driver, SD card driver, LCD, and USB drivers.))
file1
- SD Form 1 upload file to format SD Card as well
sd
- STM32F051 系列读取SD卡文件源代码,代码已验证,(The STM32F051 series reads the file source code of the SD card, the code has been verified,)
Android应用源码易读电子书阅读器
- 本项目是一个基于安卓的开源电子书阅读器项目,支持大文件(亲测5.6MB TXT文件正常打开,就是加载慢点)支持滚屏、翻书、左右滑动三种阅读方式。支持扫描SD卡文件并且添加到书架或者收藏,支持书签功能、基于开源的FBREADER1.8.2项目进行的二次开发,支持TXT,HTML,OEB,MOBI,EPUB等格式文件的阅读。本项目代码量很大,是一个比较完善的工程,源码的阅读分析需要一定的安卓基础和耐心,有少量注释。默认编译版本4.1.2编码UTF-8(This project is based on
LC-SD卡模块
- 支持MP3、WAV解码格式。 2、支持采样率(KHz):8/11.025/12/16/22.05/24/32/44.1/48。 3、24位DAC输出,动态范围支持90dB,信噪比支持85dB。 4、完全支持FAT16/FAT32文件系统,最大支持32G的TF卡,支持32G的U盘。 5、支持UART串口控制语音播报功能,可控制播放,暂停,选曲,音量加减等功能,最大选曲65535首曲目,波特率9600 bit/s。 6、支持IO触发功能,8个IO口单独触发8首曲目或8个
实验36 FATFS实验
- 关于stm32的fatfs文件系统的具体使用及SD卡读写的操作(About the specific use of STM32 FatFs file system and SD card read and write operation.)
