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

Search list

[Software EngineeringFatFs

Description: FatFs 移植文档,说明比较详细,希望能够派的上用场。-Portable Document FatFs to illustrate in more detail, I hope be able to use up camp.
Platform: | Size: 52224 | Author: 程度 | Hits:

[Other Embeded programSD_FatFS_STM32

Description: STM32,IAR平台,移植FATFS文件系统,实现SD卡读写,原文见www.ouravr.com,此处转载,非常有用-STM32, IAR platform document FATFS transplant system, SD card reader, see the original www.ouravr.com, reproduced here, very useful
Platform: | Size: 257024 | Author: 王建 | Hits:

[ARM-PowerPC-ColdFire-MIPSCANlogger

Description: Tried to make CAN logger on AT91sam7X-ek, but have no idea how to implement FATFs... -( I m just a beginner
Platform: | Size: 751616 | Author: Zhiwagoo | Hits:

[DSP program1ChannelSolution

Description: 用PIC10F206-I/OT实现capacitive touch key 的功能,此程序实现了1个按键的触摸感应-PIC10F206-I/OT achieve with capacitive touch key functions, this procedure has 1 touch-sensitive buttons
Platform: | Size: 1637376 | Author: dickson | 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:

[SCMC8051F340_SD_FATFS

Description: 基于C8051F340的SD卡读写,移植了FATFS的文件系统。可以实现文件的读写。本人验证通过,可对有文件系统的SD进行读写。-Based on C8051F340' s SD card reader, transplant FATFS the file system. File read and write can be achieved. I verified by, a file system can read and write SD.
Platform: | Size: 440320 | 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:

[ELanguagepff

Description: Petit FatFs is a sub-set of FatFs module for tiny 8-bit microcontrollers. It is written in compliance with ANSI C and completely separated from the disk I/O layer. It can be incorporated into the tiny microcontrollers with a small memory even if the RAM size is less than sector size.
Platform: | Size: 12288 | Author: Seifedine | Hits:

[SCMFatFS

Description: FAT文件系统在C8051F340平台上的应用,希望对要想的朋友有用。-FAT file system in the C8051F340 platform applications, I hope the friends of order to be useful.
Platform: | Size: 761856 | Author: 宋先生 | Hits:

[Other Embeded programstm32fatfs

Description: 在sd卡上移植fatfs,移植成功,已经能用,-FatFs is a generic FAT file system module for small embedded systems. The FatFs is written in compliance with ANSI C and completely separated from the disk I/O layer. Therefore it is independent of hardware architecture. It can be incorporated into low cost microcontrollers, such as AVR, 8051, PIC, ARM, Z80, 68k and etc..., without any change. Petit FatFs module is also available here.
Platform: | Size: 951296 | Author: lijiaodi | Hits:

[SCMfatfs0.6

Description: 文件系统fatfs0.6板的,一切ok,欢迎下载-FatFs is a generic FAT file system module for small embedded systems. The FatFs is written in compliance with ANSI C and completely separated from the disk I/O layer. Therefore it is independent of hardware architecture. It can be incorporated into low cost microcontrollers, such as AVR, 8051, PIC, ARM, Z80, 68k and etc..., without any change. Petit FatFs module is also available here.
Platform: | Size: 8194048 | Author: lijiaodi | Hits:

[Software EngineeringALIENTEK-MiniSTM3

Description: 不完全手册,一本简单好用的arm编程知道书,教你不使用库函数也可以写出出色的程序- unsigned int i BYTE buffer[512] // file copy buffer FATFS fs // Work area (file system object) for logical drive FIL fsrc // file objects FRESULT res // FatFs function common result code UINT br // File R/W count USART1_Puts("Now, I ll read file i2c/uart.lst .\n")
Platform: | Size: 1134592 | Author: 张雄 | Hits:

[SCMfattest

Description: 以前学习stm32时移植fatfs文件系统时写的测试程序,硬件是神舟I号开发板,都是用的stm32库-Write before learning stm32 the transplant fatfs file system testing procedures, hardware development board Shenzhou-I are used stm32 library
Platform: | Size: 2104320 | Author: 徐松雪 | Hits:

[Embeded Linuxff9a

Description: FatFs is a generic FAT file system module for small embedded systems. The FatFs is written in compliance with ANSI C and completely separated from the disk I/O layer. Therefore it is independent of hardware architecture. It can be incorporated into low cost microcontrollers, such as AVR, 8051, PIC, ARM, Z80, 68k and etc..., without any change. Features Windows compatible FAT file system. Platform independent. Easy to port. Very small footprint for code and work area. Various configuration options: Multiple volumes (physical drives and partitions). Multiple ANSI/OEM code pages including DBCS. Long file name support in ANSI/OEM or Unicode. RTOS support. Multiple sector size support. Read-only, minimized API, I/O buffer and etc-FatFs is a generic FAT file system module for small embedded systems. The FatFs is written in compliance with ANSI C and completely separated from the disk I/O layer. Therefore it is independent of hardware architecture. It can be incorporated into low cost microcontrollers, such as AVR, 8051, PIC, ARM, Z80, 68k and etc ..., without any change. Features Windows compatible FAT file system. Platform independent. Easy to port. Very small footprint for code and work area. Various configuration options: Multiple volumes (physical drives and partitions). Multiple ANSI/OEM code pages including DBCS. Long file name support in ANSI/OEM or Unicode. RTOS support. Multiple sector size support. Read-only, minimized API, I/O buffer and etc ...
Platform: | Size: 857088 | Author: Jan Tin | Hits:

[Embeded-SCM Developff4b

Description: fat32的文件管理系统,用于嵌入式sd/mmc卡的简单文件管理系统(FatFs is a generic FAT file system module for small embedded systems. The FatFs is written in compliance with ANSI C and completely separated from the disk I/O layer. Therefore it is independent of hardware architecture. It can be incorporated into low cost microcontrollers, such as AVR, 8051, PIC, ARM, Z80, 68k and etc..., without any change. Petit FatFs module is also available)
Platform: | Size: 273408 | Author: zjlzjl888888 | Hits:

[SCMR301T指纹识别模块用户手册

Description: 串口环保局环保局环保科技博客就能看见你可能今年就可能就弄i你(usart dcfcghgvhgvhgvjhbubuhjhj bhvghvgyct)
Platform: | Size: 916480 | Author: shuai121 | Hits:

[Embeded-SCM Developpff3

Description: 文件系统源码,非常好用,非常好移植,可以移植于51单片机(etit FatFs is a sub-set of FatFs module for tiny 8-bit microcontrollers. It is written in compliance with ANSI C and completely separated from the disk I/O layer. It can be incorporated into the tiny microcontrollers with limited memory even if the RAM size is less than sector size. Also full featured FAT file system module is available here. Features)
Platform: | Size: 38912 | Author: 麻辣隔壁老王 | Hits:

[OtherF4_FATfs

Description: 对FATF的驱动源程序,代码精简,在工程中使用过多次。希望能对各位有所帮助。(The FATF driver source program, code simplification, in the project has been used many times.I hope it will help you)
Platform: | Size: 13371392 | Author: 锦样年华 | Hits:

[uCOSuCOS-III+STemWin5.22+FatFS(含IAR和MDK)

Description: STM32F407平台下实现 uCOS-III+STemWin5.22+FatFS ,代码注释详细,希望能帮助大家(STM32F407 UCOS-III+STemWin5.22+FatFS is implemented on the platform. The code annotations are detailed. I hope to help you all.)
Platform: | Size: 11289600 | Author: 奋斗1111 | Hits:
« 12 »

CodeBus www.codebus.net