Welcome![Sign In][Sign Up]
Location:
Search - sd uc

Search list

[Other resourceLPC213X_SD

Description: 基于LPX213X微处理器与uC/OS-II操作系统下的SD卡读写与文件系统建立程序。
Platform: | Size: 555506 | Author: he | Hits:

[Other resourceSDMMC

Description: Rd_sdmmc 本实验对应的ADS1.2工程, 使用时必须在该目录中的Source文 件夹中放置uC/OS-II 2.52源代码. PC端软件 本实验对应的PC机软件,包括源代码(VC++ 6.0),可执行文件 名为SDMMC_Reader.exe. ZLG_SD ZLG/SD 软件包 Ver2.0, 可读写SD/MMC卡,支持无操作系统 或操作系统uCos-II, 请阅读这个目录中的readme.txt文件 ZLG_SD使用手册 ZLG/SD 软件包 Ver2.0 使用说明书. 软件包中间件和移植代码 本实验用到的软件包/中间件, 以及移植uCos-II到LPC2200的相关移 植代码. MOS管资料 2SJ355数据手册
Platform: | Size: 388398 | Author: zhang | Hits:

[ARM-PowerPC-ColdFire-MIPSSDMMC卡读卡器实验

Description: 这是ARM基于uC/OS-II的SDMMC卡读卡器实验-This is based on the ARM uC/OS-II experiment SDMMC card reader
Platform: | Size: 124928 | Author: 高龄 | Hits:

[uCOSucosdriver

Description: uc/os操作系统设计,英文资料和5i很不错请看看吧-uc/os operating system design, information and 5i English very good look and see
Platform: | Size: 2306048 | Author: | Hits:

[ARM-PowerPC-ColdFire-MIPSLPC213X_SD

Description: 基于LPX213X微处理器与uC/OS-II操作系统下的SD卡读写与文件系统建立程序。-LPX213X based on microprocessors and uC/OS-II operating system under the SD card reader and file system creation process.
Platform: | Size: 555008 | Author: he | Hits:

[ARM-PowerPC-ColdFire-MIPSLPC2148_uCOSII_GUI

Description: lpc2148 uc/gui的移植例程,keil编译环境-lpc2148 uc/gui transplant routines, keil compiler environment
Platform: | Size: 157696 | Author: Jnny_CN | Hits:

[Embeded LinuxSDMMC

Description: Rd_sdmmc 本实验对应的ADS1.2工程, 使用时必须在该目录中的Source文 件夹中放置uC/OS-II 2.52源代码. PC端软件 本实验对应的PC机软件,包括源代码(VC++ 6.0),可执行文件 名为SDMMC_Reader.exe. ZLG_SD ZLG/SD 软件包 Ver2.0, 可读写SD/MMC卡,支持无操作系统 或操作系统uCos-II, 请阅读这个目录中的readme.txt文件 ZLG_SD使用手册 ZLG/SD 软件包 Ver2.0 使用说明书. 软件包中间件和移植代码 本实验用到的软件包/中间件, 以及移植uCos-II到LPC2200的相关移 植代码. MOS管资料 2SJ355数据手册-Rd_sdmmc corresponding ADS1.2 this experiment works, the use must be in the directory of the Source folder to place uC/OS-II 2.52 source code. PC-side software in this experiment corresponds to PC software, including source code (VC++ 6.0), executable file called SDMMC_Reader.exe.ZLG_SD ZLG/SD Package Ver2.0, can read and write SD/MMC card, support for non-operating system or operating system uCos-II, please read the readme in this directory . txt files ZLG_SD manual ZLG/SD package Ver2.0 Manual. package code middleware and transplantation used in this experiment packages/middleware, as well as transplantation uCos-II to LPC2200 code related transplantation. MOS tube information 2SJ355 Data Sheet
Platform: | Size: 388096 | Author: zhang | Hits:

[SCMapi

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

[uCOSuCOS_SD_SPI

Description: uC/OS下的SD卡驱动,硬件平台LM6938,请包含LM的库函数文件-uC/OS under the SD card driver, the hardware platform LM6938, Please include the library functions document LM
Platform: | Size: 914432 | Author: yanrui | Hits:

[Embeded-SCM DevelopUCOSFS_SYS

Description: 本资料包括建立在SD卡和NANDFLASH上的文件系统,具体如下: SD卡:FAT32 NANDFLASH:FAT16 SD&NAND:整合的文件系统,SD(FAT32)的盘符是"ide",NANDFLASH(FAT16)的盘符是"FLASH" 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(),关闭文件系统. 具体文件系统应用接口见fs_api.h-本资料包括建立在SD卡和NANDFLASH上的文件系统,具体如下: SD卡:FAT32 NANDFLASH:FAT16 SD&NAND:整合的文件系统,SD(FAT32)的盘符是"ide",NANDFLASH(FAT16)的盘符是"FLASH" 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(),关闭文件系统. 具体文件系统应用接口见fs_api.h
Platform: | Size: 1565696 | Author: 乔木 | Hits:

[SCMMMC

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

[uCOSSTM32-uCOS-II_UAV

Description: STM32 Cortex-M3下uCOS-II 2.88的最新版移植,包含uC-OSView GPS uCFS SD MMC驱动-STM32 Cortex-M3 under uCOS-II 2.88 of the latest version of transplantation, including uC-OSView GPS uCFS SD MMC driver
Platform: | Size: 2980864 | Author: yuangaoping | Hits:

[Embeded-SCM DevelopGEC2410Demo

Description: 广嵌GEC2410开发板实验程序及PDF文档 GEC2410实战手册目录 一、基本接口实验 1.1 ARM汇编指令编程实验 1.2 Thumb和ARM指令混合编程实验 1.3 C和ARM汇编混合编程实验 1.4 C编程实现LED控制实验 1.5 ARM启动及工作模式切换实验 1.6 外部中断应用实验 1.7 看门狗定时器应用实验 1.8 PWM控制蜂鸣器实验 1.9 实时时钟及闹钟设计实验 1.10 Nor flash 应用实验 1.11 Nand flash 应用实验 二、人机接口实验 2.1 矩阵键盘扫描实验 2.2 ADC模数转换实验 2.3 TFT液晶屏显示实验 2.4 触摸屏控制实验 2.5 汉字字符显示实验 2.6 SD卡应用实验 三、通信接口实验 3.1 串口通信应用实验 3.2 红外模块控制实验 3.3 IIC 总线应用实验 3.4 TFTP以太网通讯实验 3.5 USB device 实验 3.6 IIS音频接口实验. 四、实时操作系统实验 4.1 U-boot在GEC2410上的移植 4.2 嵌入式linux内核移植实现 4.3 uC/OS-II在GEC2410上的移植 4.4 uC/OS-II应用程序设计 4.5 WinCE的BSP设计及hello world实现 4.6 Nucleus PLUS 在GEC2410上的移植 4.7 Nucleus PLUS应用程序设计 共30个实验 -GEC2410开发板实验程序
Platform: | Size: 24027136 | Author: 韩坤 | Hits:

[uCOSucfs

Description: uc/fs文件系统的源码,可配合uc/os构建任意文件系统-uc/fs file system source code, coupled with uc/os build an arbitrary file system
Platform: | Size: 722944 | Author: 刘群 | Hits:

[ARM-PowerPC-ColdFire-MIPS7.8_uCOS_SD_SPI

Description: uc-os 下在LM3S8962上读写SD卡的程序,uc-os 下在LM3S8962上读写SD卡的程序-uc-os under the SD card reader on the LM3S8962 program, uc-os LM3S8962 under the program on the SD card reader
Platform: | Size: 836608 | Author: 风絮 | Hits:

[uCOSucfs-3-01

Description: UCFS3.10版本文件系统源码及英文数据手册-UCFS3.10 version of the file system data source and English manual
Platform: | Size: 3611648 | Author: 牛牛 | Hits:

[SCMMP3PlayerBasedOnEmbeddedTechnology

Description: 以PHILIPS半导体公司推出的LPC2148 ARM为基础,搭建一个硬件平台,在该硬件平台上移植UC/OSII嵌入式操作系统。并以该嵌入式系统为基础,实现简单的FAT文件系统,实现对SD存储卡的读写操作,在文件系统平台上实现文件的读取、删除、显示等功能。了解MP3音频数据的编码原理和MP3文件的格式,硬件实现MP3音频数据的解码,歌曲播放功能。软件上实现必要的图形届面,以及各种功能的控制等。-PHILIPS launched in semiconductor company LPC2148 ARM as the foundation, to build a hardware platform, in the hardware platform transplantation OSII embedded operating system UC /. In the embedded system as the foundation, achieve simple FAT file system, realize the SD memory card literacy operation, in file system on the platform of the reality of document to read, delete, display, and other functions. Understand MP3 audio data coding principle and MP3 files format, hardware realization MP3 audio data decoding, songs play function. Software realize the necessary graphics session of surface, and various functions of control etc.
Platform: | Size: 1591296 | Author: yinzhe | 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:

[ARM-PowerPC-ColdFire-MIPSSDkaSource

Description: SD卡的SPI读写程序,内含SPI总线时序函数、SD卡的读写函数,可直接嵌入到UC/OS操作系统中进行调用,采用.c和.h文件进行分装,可直接嵌入到项目或操作系统中,支持51单片机、STM32、ARM7等单片机,500M主屏以上的处理器请对SPI时序进行修改。-SD card SPI read and write procedures containing SPI bus timing function, SD card reader function, can be directly embedded into the UC/OS operating system calls, use. C and. H files for packaging and can be directly embedded into project or the operating system to support 51 single, STM32, ARM7 microcontroller, etc., 500M processor, the main screen above, please modify the SPI timing.
Platform: | Size: 22528 | Author: 吴硕刚 | Hits:

[File FormatuC-FS-Documentation-V40700

Description: uc/fs 4.07最新版本,里面包括fs的所有操作文档,如SD, MMC,flash, 有系统函数的调用解释。本文档是官方网站下载的,为英文版-Uc/fs 4.07 the latest version, including the fs all operations documents, such as SD, MMC, flash, systematic function call to explain. This document is the official website to download, is in English
Platform: | Size: 2456576 | Author: 王东方 | Hits:
« 12 »

CodeBus www.codebus.net