Welcome![Sign In][Sign Up]
Location:
Search - fatfs a

Search list

[Embeded-SCM DevelopFATFS

Description: 从大量的wince源代码中剥离出的fat文件系统源代码。移植性非常高。 微软的代码,写的非常好。 里面带有source insight工程。方便浏览。-wince from a large number of source code separated from the fat file system source code. Transplanted very high. Microsoft's code and write very well. With insight inside source project. Accessibility.
Platform: | Size: 234098 | Author: 黎明 | Hits:

[Other Embeded programFatfs 0.8a

Description: FatFs的最新代码。版本0.8a R0.08a, Aug 16, 2010 Added f_getcwd(). (_FS_RPATH = 2) Added sector erase feature. (_USE_ERASE) Moved file lock semaphore table from fs object to the bss. Fixed a wrong directory entry is created on non-LFN cfg when the given name contains ';'. Fixed f_mkfs() creates wrong FAT32 volume. 我现在的项目中就在使用 STM32+NAND Flash+USB MassStorage
Platform: | Size: 825167 | Author: bitterguo | Hits:

[Embeded-SCM DevelopFATFS

Description: 从大量的wince源代码中剥离出的fat文件系统源代码。移植性非常高。 微软的代码,写的非常好。 里面带有source insight工程。方便浏览。-wince from a large number of source code separated from the fat file system source code. Transplanted very high. Microsoft's code and write very well. With insight inside source project. Accessibility.
Platform: | Size: 233472 | Author: 黎明 | Hits:

[Embeded-SCM DevelopSD

Description: 这是一个翻译的SD的资料,大家开发SD卡时会有帮助!-This is a translation of the SD information, we developed will be helpful when the SD card!
Platform: | Size: 312320 | Author: 侯长波 | Hits:

[SCMSdCard_V2.1FatFs

Description: SdCard_V2.1TinyFatFs.rar是单片机实现SD卡功能的FAT文件系统 -SdCard_V2.1TinyFatFs.rar is a single-chip SD card function realize FAT file system
Platform: | Size: 376832 | Author: dongfeili | Hits:

[ARM-PowerPC-ColdFire-MIPSFatFs06

Description: FatFs06.rar FatFs is a generic file system module to implement the FAT file system to small embedded systems. The FatFs is written in compliance with ANSI C, therefore it is independent of hardware architecture. It can be incorporated into cheap microcontrollers, such as 8051, PIC, AVR, SH, Z80, H8, ARM and etc..., without any change.
Platform: | Size: 294912 | Author: 陆正茂 | Hits:

[File Formatfatfs

Description: 这是一个很精巧的FAT文件系统的,它实现数据文件存储的FAT方式访问,支持FAT32,感兴趣可以看一下.-This is a very delicate FAT file system, it implements the data files stored in FAT access, support for FAT32, interested can look at.
Platform: | Size: 840704 | Author: amateur321 | Hits:

[SCMprog

Description: grqd_xp原创,移植了FATFS到LPC2148,测试了写的速度,很满意,280K/S;UCOSII用的是2.76的,建立了5个简单的任务;建立了字库,写汉字很方便;现上传源程序。(内有原理图,字库文件,SD卡上的图片,ADS1.2的源程序)-grqd_xp original transplant FATFS to the LPC2148, Writing test speed, very satisfied, 280K/S UCOSII used are 2.76, and 5 set up a simple mission set up a font and write Chinese characters easily now upload source. (With schematics, font files, SD card on the picture, ADS1.2 source)
Platform: | Size: 2213888 | Author: grqd | Hits:

[Embeded-SCM DevelopFATFsdeyuanma

Description: FATFs文件系统的源代码,如果要是想研究文件系统的话,这个是非常有借鉴作用的-FATFs file system source code, if the file system if would like to study, this is a very useful reference for
Platform: | Size: 206848 | Author: 陈方县 | Hits:

[Othersd_card

Description: 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
Platform: | Size: 534528 | Author: zsm | Hits:

[Embeded-SCM Developfs_sample1

Description: FatFs模块是一个开放源码软件实施FAT文件系统 /小型嵌入式系统。这是一个免费软件,是教育开放, /研究和商业许可下使用下列trems政策。-FatFs module is an open source software implementation of the FAT file system/small embedded systems. This is a free software, open education,/research and commercial license to use the following trems policy.
Platform: | Size: 641024 | Author: peng | Hits:

[Windows Developbasic-fatfs-sdcard-project-at91sam3u-ek-iar

Description: 一个可以自动读取SDCARD的范例程式。-A EXAMPLE FILE OF AUTO READ SDCRAD
Platform: | Size: 261120 | Author: sigama | Hits:

[Other1

Description: Fatfs是一个优秀的文件系统,同时也是一个易于移植的文件系统,目前的Fatfs版本只需要编写6个函数和配置几个宏就能完成移植。 网上很多移植Fatfs的文章,记得有一篇写得不错,出处我没有找到,很多人转载都把标题写成 "一篇比较详细介绍FatFs文件系统移植的文章",需要的朋友可以去参考下。 网上很多Fatfs的移植工程,基于AVR的、STM32的很多,但鲜有现成的移植好基于51的Keil 工程可供参考。我不熟悉那些AVR、STM32,参考起来有点别扭^_^。 对于初次接触SD卡和文件系统的新手来说,有一个完整的可供参考的移植实例可以大大减少移植所需的时间和精力。 1、本工程是根据EDN的一位网友上传的源码包整理的,个人认为代码写得很工整,看起来比较舒服,所以我做了简单的工作,把工程后缀名为.wsp的源码包改为Keil工程,以方便有需要的人参考与阅读! 2、EDN网友的博客地址是 http://blog.ednchina.com/xzp21st/,有兴趣的朋友可以去看看。我的博客地址是http://blog.21ic.com/user1/5926/index.html,欢迎各位光临!-Fatfs is an excellent file system, but also an easy-to-portable file system, the current version of Fatfs just need to write six functions and configurations can be done a few macro transplant. Many transplant Fatfs online articles, remember that a well-written well, I did not find a source, many people regarded reproduced the title as the "a more detailed description FatFs file system migration, the article" the need to refer a friend can go to the next. Many online Fatfs transplant project, based on the AVR s, STM32 many, but few are ready to transplant a good project based on 51 Keil for reference. I am not familiar with those AVR, STM32, refer to them a little bit awkward ^ _ ^. For the first time the file system access to SD card and the novice, there is a complete reference of the transplants can greatly reduce instances of migration time and effort. 1, this project is based on one of EDN User upload source packages finishing I personally thi
Platform: | Size: 225280 | Author: gao | Hits:

[Embeded-SCM DevelopSTM32_Reader

Description: 基于STM32编写的TXT阅读器,供大家讨论研究。1. 程序是刚刚才写出来的,没有整理,(也很懒,不想整理),只是修改了几个函数,用了FATFS文件系统(这个系统,我也不了解,只是用了它两个函数).2必须在SD卡根目录下有个TEST.TXT文件.(我测试300K的TXT都可以正常使用,但是有极少部分文字显示乱码,不知道是字库的问题,还是我程序的问题)3.程序使用:开机后,按 左键-------录入test.txt文件(文件大的要等好几十秒) -Based on the STM32 prepared TXT reader, for all to discuss and study. 1. Program is only just written, with no sorting (also lazy, do not want to order), but modified a few functions, with the FATFS file system (this system, I do not know, only used it two functions ) .2 must be SD card root directory has a TEST.TXT files. (I tested 300K can be used normally to TXT, but there are rarely part of the text displayed garbled, I do not know font problem, or I have a point of order ) 3. program to use: boot, press the left button------- Input test.txt file (a good tens of seconds to wait for a large)
Platform: | Size: 309248 | Author: zhangdong | Hits:

[Other Embeded programfatfs

Description: FATFS源码,非常好的嵌入式文件系统,编写好底层驱动,可以方便的用来开发U盘-FATFS source,a very good file system
Platform: | Size: 818176 | Author: 林贻聪 | Hits:

[SCMfatfs

Description: fatfs文件系统,移植很简单,非常好用,比周立功的好用多了,希望大家喜欢。-This is a fat file system,it can be easily used,fatfs is much more useful than ZLG/FS. I hope you can enjoy the FATFS.
Platform: | Size: 311296 | Author: ken | Hits:

[ARM-PowerPC-ColdFire-MIPSsd_card

Description: 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 navigate the file system on the SD card. The first UART, which is connected to the FTDI virtual serial port on the evaluation board, is configured for 115,200 bits per second, and 8-N-1 mode. When the program is started a message will be printed to the terminal. Type ``help for command help.
Platform: | Size: 2155520 | Author: van hung | Hits:

[SCMfatfs

Description: 一个fat文件系统的实现,跨平台,可以在各种单片机下顺利移植-The realization of a fat file system, cross-platform, you can smoothly transfer in a variety of microcontroller
Platform: | Size: 657408 | Author: rwen | Hits:

[Embeded-SCM DevelopFATFS

Description: 一个FATFS官方文件系统。能在51单片机上运行-A FATFS official file system. Running on the microcontroller in 51
Platform: | Size: 643072 | Author: | Hits:

[SCMFATFS实验亲测可用

Description: STM32的FATFS实验,亲测可用。内有详细的讲解文档,很好的学习资料。(The FATFS test of STM32 can be used as a parent test. There is a detailed explanation of the document, a good learning materials.)
Platform: | Size: 1001472 | Author: starrr | Hits:
« 12 3 4 5 »

CodeBus www.codebus.net