Welcome![Sign In][Sign Up]
Location:
Search - FS SD card

Search list

[Other resourcefile_system_driver(based_uclinux_ucos2)

Description: 开发工具:ads1.2 或 gcc for linux 说明:可以供阅读嵌入式fs时参考。内含flash file system驱动原理介绍,以及uclinux和usos2下的各种文件系统实现(yaffs2,ffs,cf card,sd card,fat等),主要是周立功和优龙的代码。-Tools : ads1.2 or gcc for linux : can be read for Embedded fs reference. Intron flash file system driver on principle, Basis and usos2 and the various documents System (yaffs2, ffs. cf card, sd card, fat, etc.), Zhou, who is the main priority and Lung code.
Platform: | Size: 5876890 | Author: kvb | Hits:

[Embeded-SCM Developmcp sd reader

Description: This demo uses the selected hardware platform as an SD card reader. Connect the hardware platform to a computer through a USB cable. To run this project, you will need to load the corresponding firmware into the devices. There are two methods available for loading the demos: Precompiled demos and source code projects. Precompiled Demos are available in the “\USB – Precompiled Demos” folders. Each demo should be prefaced with the hardware platform it is compiled for. Select the file that matches the hardware that you have and the demo that you want to run. For more information about how to load a precompiled project, please see the “Getting Started – Loading a precompiled demo” guide. The source code for this demo is available in the “Topics…->MPLAB IDE). Please note that when using either the C30 or C32 demo projects you will be required to select the correct processor for the demo board. 1) Open the associated project file 2) In MPLAB Select “Configure->Select Device” 3) In the device list box in the top left corner of that window, select the desired device. NOTE WHEN USING THE HID BOOTLOADER (for PIC18F87J50 PIM): The “USB Device - Mass Storage - SD Card reader” and “USB Device - Mass Storage - SD Card data logger” demos make use of the SD Card PICtail Daughter Board (Microchip® Direct: AC164122). This PICtail uses the RB4 I/O pin for the card detect (CD) signal, and is actively driven by the PICtail. The active drive overpowers the pull up resistor on the RB4 pushbutton (on the PIC18F87J50 FS USB Plug-In Module board). As a result, if the PIC18F87J50 is programmed with the HID bootloader, and an SD Card is installed in the socket when the microcontroller comes out of reset, the firmware will immediately enter the bootloader (irrespective of the RB4 pushbutton state). To exit the bootloader firmware, remove the SD Card from the SD Card socket, and tap the MCLR button. When the SD Card is not plugged in, the PICtail will drive the card detect signal (which is connected to RB4) logic high, which will enable the bootloader to exit to the main application after coming out of reset. Once the main application firmware is operating, the SD Card can be plugged in. The SD Card is “hot-swappable” and should be recognized by the host upon insertion. To avoid this inconvenience when using the bootloader with the PICtail, it is suggested to modify the bootloader firmware to use some other I/O pin for bootloader entry, such as RB0 (which has a pushbutton on it on the HPC Explorer board).
Platform: | Size: 773398 | Author: bluntpig | Hits:

[Embeded Linuxfile_system_driver(based_uclinux_ucos2)

Description: 开发工具:ads1.2 或 gcc for linux 说明:可以供阅读嵌入式fs时参考。内含flash file system驱动原理介绍,以及uclinux和usos2下的各种文件系统实现(yaffs2,ffs,cf card,sd card,fat等),主要是周立功和优龙的代码。-Tools : ads1.2 or gcc for linux : can be read for Embedded fs reference. Intron flash file system driver on principle, Basis and usos2 and the various documents System (yaffs2, ffs. cf card, sd card, fat, etc.), Zhou, who is the main priority and Lung code.
Platform: | Size: 5876736 | Author: kvb | Hits:

[OtherZLGSmartARM2200ZLG_CFSDMMC

Description: 周立功的基于SmartARM2200ZLG_FS读写SDMMC卡-Zhou Ligong SmartARM2200ZLG_FS based SDMMC card reader
Platform: | Size: 48128 | Author: Jun | Hits:

[uCOSSDreadwrite

Description: 基于周立功的lpc213x的源码,sd卡读写模块-Ligong lpc213x weeks based on the source, sd card reader module
Platform: | Size: 168960 | Author: xcq | Hits:

[SCMapi

Description: uC/FS API函数源文件(sd卡的FAT驱动)-uC/FS API function source file (sd card FAT drive)
Platform: | Size: 13312 | Author: yehailong | Hits:

[ARM-PowerPC-ColdFire-MIPS2410-fs-ldqmoon

Description: 这个是我调通的在2410下运行文件系统的程序. 用2410驱动sd卡来实现fat文件系统. 欢迎大家来测试. 用法很简单, 如下 FILE *fp // 文件指针 unsigned char temp[24]="3.wav" // 文件明需要放在数组里 while(!initialize_media()) // 初始化sd卡 { Uart_Printf("sd initializing....\n") } Uart_Printf("sd ready\n") fp=fopen(temp, READ) // 打开文件就可以用了, 函数和标准c中的一样,所以不能加载stdio.h if(!fp) { Uart_Printf("open file wrong\n") while(1) } Uart_Printf("open file successed\n") -This code for fat system under 2410, use a sd card
Platform: | Size: 28672 | Author: 罗德强 | Hits:

[SCMMMC

Description: uc/FS 1.34版本 MMC/SD卡驱动-MMC/SD card driver for uc/FS 1.34
Platform: | Size: 7168 | Author: 李佳树 | Hits:

[ARM-PowerPC-ColdFire-MIPSFS_FAT32

Description: FAT32文件系统 基于LPC2200,前后台环境,可自己修改适配于各种RTOS。 验证环境: 搭载LPC2200的SmartARM2200开发板,使用该板上的SPI总线利用该程序读写SD卡 由于试验的SD卡比较特殊,1簇仅1扇区,所以不排除该程序对于非该情况的出错可能-FAT32 file system based on the LPC2200, the environment around Taiwan, can modify their own adaptation in a variety of RTOS. Verification environment: SmartARM2200 with the LPC2200 development board, using the on-board SPI bus of the use of the program to read and write SD card SD card as a result of testing is rather special, 1 cluster only 1 sector, so the program does not exclude the situation for non- error may
Platform: | Size: 783360 | Author: Freeman | Hits:

[SCMM88_T24_fs04030814

Description: 我改写的在TFT上显示SD卡中BMP文件的程序,使用了一个日本人写的FAT FS-I have rewritten in TFT display BMP files in the SD card procedures, the use of a Japanese writing FAT FS
Platform: | Size: 89088 | Author: 刘靖 | Hits:

[uCOSuCOS-II-FS-uCGUI-SD-TFT

Description: STM32-ucos-FS文件系统-uCGUI-SD卡-TFT9325-说有动移植好了,保证能用-STM32-ucos-FS file system-uCGUI-SD Card-TFT9325-said Udo transplant well, can be used to ensure
Platform: | Size: 2683904 | Author: taohai | Hits:

[SCMZLG.FS

Description: SD卡数据采集与读取,可应用于工业数据频繁采集的场合,有比较实际的意义。-SD card data acquisition and reading, can be applied to industrial data acquisition frequent occasions, there are more practical significance.
Platform: | Size: 28672 | Author: 孙文才 | Hits:

[Embeded LinuxFS

Description: uCOS-II+uCGUI+uCFS ,内有ILI9320,SD卡的驱动的完整-uCOS-II+ uCGUI+ uCFS, there ILI9320, SD card drive complete
Platform: | Size: 110592 | Author: cn | Hits:

[SCMFS

Description: 基于单片机的文件系统应用,也可以试用与ARM系统包括SD卡、分区等功能。-File system based on microcontroller applications, you can also try with the ARM system, including SD card, zoning and other functions.
Platform: | Size: 31744 | Author: luyi | Hits:

[Linux-Unixdm3xx_sd_boot-6.tar

Description: dm355 sd卡烧写工具的制作工具,用此工具,可实现ubl,uboot,kernel,fs的烧写工作,提高了生产效率-dm355 sd card, programming tools, authoring tools, use this tool to achieve ubl, uboot, kernel, fs of the programming work to improve the efficiency of production
Platform: | Size: 14058496 | Author: 王淼 | Hits:

[uCOSUCOS

Description: 基于ucos环境下的文件系统,实现多个功能 uc/FS基本使用方法: 1. FS_Init(),在调用uc/FS功能前需要进行初始化 2. FS_IoCtl(),对媒质进行格式化(SD卡用电脑格式化,所以未给出格式化参数) 3. _write_file, 1)FS_FOpen(),建立文件或打开已有文件,返回文件结构指针 2)FS_FWrite(),数据写入文件 3)FS_FClose(),关闭文件 4. _dump_file,1)1)FS_FOpen(),建立文件或打开已有文件,返回文件结构指针 2)FS_FRead(),读出文件数据 3)FS_FClose(),关闭文件 5. FS_Exit(),关闭文件系统. -Ucos environment based on the file system, multiple functions uc/FS basic use: 1. FS_Init (), call the uc/FS function needs to be initialized before 2. FS_IoCtl (), for medium format ( SD card formatted with a computer, so the format parameter is not given) 3. _write_file, 1) FS_FOpen (), create the document or open an existing file and return file structure pointer 2) FS_FWrite (), data written to the file 3) FS_FClose (), close the file 4. _dump_file, 1) 1) FS_FOpen (), create the document or open an existing file and return file structure pointer 2) FS_FRead (), read the file data 3) FS_FClose () , close the file 5. FS_Exit (), close the file system.
Platform: | Size: 1600512 | Author: 詹磊 | Hits:

[SCMg2553_fat_sd

Description: This the MSP430 and SD Card interface source code. The SD Card library is Chan s FAT FS library. The microcontoller is MSP430G2553. All CCS v5 project files is included.-This is the MSP430 and SD Card interface source code. The SD Card library is Chan s FAT FS library. The microcontoller is MSP430G2553. All CCS v5 project files is included.
Platform: | Size: 54272 | Author: Mehmet | Hits:

[ARM-PowerPC-ColdFire-MIPSWAV-files-from-SD

Description: WAV file player from SD card with FAT FS.
Platform: | Size: 216064 | Author: rider4444 | Hits:

[Embeded-SCM DevelopGZC

Description: 根据开源FS文件系统修改的文件系统,可用于路虎LPC1768上,仅支持SD卡操作,算是比较完善的基本例程-FS file system modifications based on open-source file system that can be used on the Land Rover LPC1768, only supports SD card operation, a relatively complete basic routines
Platform: | Size: 1428480 | Author: GaoZhichao | Hits:

[Software EngineeringFATFS-V0.08A-SD-Card

Description: Fat FS for Keil write in c
Platform: | Size: 6177792 | Author: goodSpartak88 | Hits:

CodeBus www.codebus.net