Welcome![Sign In][Sign Up]
Location:
Search - FATfs stm32

Search list

[SourceCodestm32+SDIO+fatfs

Description: 这是stm32的SDIO模式,并且有fatfs文件系统,可以完成多种操作,例如创建文件夹,创建文件,读取文件等
Platform: | Size: 793053 | Author: cunlingwang | 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:

[ARM-PowerPC-ColdFire-MIPSSTM32-FATFS-for-SD-card

Description: 运行于stm32平台上的fat文件系统。-Stm32 platform running on the fat file system.
Platform: | Size: 622592 | Author: whl | Hits:

[Embeded-SCM DevelopSD_FATfs

Description: sd卡在STM32上用fatfs移植的,工具是rv mdk。-STM32 on sd card to use at transplant fatfs, tools are rv mdk.
Platform: | Size: 3249152 | Author: water | 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:

[Embeded-SCM Developstm32SDFATFS

Description: STM32 cortexM3 MMCSD文件系统,开源-STM32 cortexM3 MMCSD fatfs
Platform: | Size: 378880 | Author: 方鹏程 | 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:

[File FormatFatFS

Description: 智林STM32开发板上的FatFS移植过程分析,熟悉了解FatFS移植过程。-stm32 development board fatfs transplant process analysis, we understand better fatfs transplant process.
Platform: | Size: 139264 | Author: shi | Hits:

[uCOSSTM32-FATFS-for-SD-card

Description: STM32F103RBT6 SDcard
Platform: | Size: 622592 | Author: ted | Hits:

[Embeded LinuxAT45DB161D_Test

Description: AT45DB161D的测试程序,在STM32-AT45DB161D testing procedures, the STM32
Platform: | Size: 1001472 | Author: roje | Hits:

[ARM-PowerPC-ColdFire-MIPSSTM32-SDCard-SDIO-FATFS-V2

Description: 芯达开发板SD卡测试程序,可以了解一下FAT文件管理,希望对大家有帮助。-Core of the development board SD card test program, you can look FAT file management, we want to help.
Platform: | Size: 2163712 | Author: 刘红莉 | Hits:

[SCMFATFS-BMP.906

Description: STM32开发板上实现基于SDIO的fatFS-fatFS base on SDIO on the STM32 evaluation board
Platform: | Size: 265216 | Author: Daniel | Hits:

[Other Embeded programFATFS_STM32

Description: 基于STM32的SD卡读写程序,并移植了FATFS测试源代码。-The SD card reader based STM32 procedures, and transplant FATFS test source code.
Platform: | Size: 562176 | Author: | Hits:

[uCOSSST25-FATFS-V3-08

Description: stm32键盘中断实验 gps gui -stm32 keyboard interrupt test
Platform: | Size: 1916928 | Author: 广东 | Hits:

[ARM-PowerPC-ColdFire-MIPSSTM32_MINI_SDCard-SDIO-FATFS

Description: STM32 MINI board example
Platform: | Size: 1872896 | Author: Paul | Hits:

[SCMSTM32-SDCard-SDIO-FATFS-MP3-V2

Description: stm32上,实现MP3播放以及SD卡读写-Play MP3 and read and write SD card in STM32
Platform: | Size: 817152 | Author: Lin | Hits:

[SCMFATFS-V0.08A-SD-Card

Description: STM32学习源代码,SD卡的源代码,很值的学习的!-STM32 to learn the source code, SD card source code, it is the value of learning!
Platform: | Size: 1155072 | Author: 李飞 | Hits:

[SCM14-SDCard-SDIO-FATFS

Description: 14 SDCard-SDIO-FATFS.开发板上的例程。-SDCard-SDIO-FATFS,you know stm32
Platform: | Size: 1651712 | Author: ethan | Hits:

[ARM-PowerPC-ColdFire-MIPS22-MP3-SD-FATFS-SPI1

Description: STM32野火开发板上的源程序,MP3 + FATFS + SD卡的程序,程序已在板子上调试通过。-Wildfire STM32 development board source, MP3+ FATFS+ SD card program, the program has been on the board through debugging.
Platform: | Size: 2084864 | Author: 潘涤生 | Hits:
« 12 3 4 5 6 7 8 9 10 »

CodeBus www.codebus.net