搜索资源列表
uCOSii_for_8951_EXT_64k
- uCOS2 for 51系列,已经在SST89E564上测试通过,实验板要求有64K扩展ram,根据原来网上公开版本修改而成,附带提供在C51中利用函数指针带参数传递调用汇编接口例子和一个简单的shell界面-uCOS2 for 51 series, in SST89E564 testing, Experimental board requires 64K ram expansion, according to the original version of the Internet open
读写U盘扇区实验
- 这是arm基于uC/os-II的读写U盘扇区实验-This is the arm on uC / OS-II to read and write disk sector experimental U
SSTVF160
- SST39VF160的读写程序,包括读取设备ID号,擦除扇区,片擦出,扇区编程等-SST39VF160 literacy procedures, including the reading device ID, Erase sector, generated films, such as ASP programming
Nuclues-source-code
- 抢占,实时嵌入式操作系统nucleus的源代码,在医疗行业,航空部门应用广泛-seize, real-time embedded operating system nucleus of the source code, in the medical industry, aviation sector wider application
STC89C51RC-RD_EEPROM_C_code
- 有关STC89C51RC/RD+系列内部EEPROM使用的C源程序,包括单字节读,写,扇区寻址读,写。使用KEIL C51编写。-the internal EEPROM STC89C51RC/RD series of C source code, including single-byte read, and write sector addressing reading and writing. Use KEIL C51 prepared.
FLASHDRV
- AT29C040,W29C040及其兼容小扇区,5V,FLASH MEMORY 读写程序。这类芯片扇区为256字节。MX29C040等512字节需修改扇区字节数据。本程序在成功应用在三菱M30802,M30620等系列CPU上。供参考。-AT29C040, W29C040 small sector and its compatibility, 5V, FLASH MEMORY read and write procedures. Such chips for 256-byte sector. M
SpeedMeasure
- 使用LPC2214的测控系统,该系统主要应用于交通部门 -LPC2214 use of the monitoring system, which are mainly used in the transportation sector
ATmega16L_IDE
- ATmega16L控制IDE硬盘的源代码,可以读写扇区,无文件系统-IDE hard disk source code, can read and write Sector, no file system
sst39vf400
- /* Check_SST_39VF400A Check manufacturer and device ID /* CFI_Query CFI Query Entry/Exit command sequence /* Erase_One_Sector Erase a sector of 2048 words /* Erase_One_Block Erase a block of 32K words /* Erase_Entire_Chip Erase the contents o
C_Code_of_FAT_Filesystem_for_Eemonstration_Date_20
- FAT文件系统源代码,,欢迎大家下载! 文件系统的功能如下: 1->采用C代码编程。 2->兼容FAT16文件系统,支持256字节的长文件名,最大路径长度260个字节,符合标准Microsoft Longfilename specification; 3->移植于各种应用,只需编写sector读写两个函数,即可使用文件系统全部功能,包括打开文件,关闭文件,读文件,写文件,建立文件,删除文件,查找文件,列举DISK 下的文件,列举目录下的文件 5->支持同时打开多个文件
cf_sector_RW
- TI 5402 dsp芯片读写cf卡的源程序,经本人验证可用,稍做修改就能读写硬盘绝对扇区。代码注释很全,强烈推荐-TI 5402 dsp chip cf card literacy program, I can verify, minor changes can read and write disk absolute Sector. Notes of the entire code is strongly recommended
C_Code_of_FAT_Filesystem_for_Eemonstration_Date_20
- 本文件系统为使用单片机操作文件的用户专门设计,功能强大,性能可靠:欢迎大家下载,测试,使用 1->兼容FAT16文件系统,支持256字节长文件名,最大路径长度260个字节,与标准Microsoft Longfilename specification兼容; 2->可以在任意单片机平台上运行,只要编写一个读写sector驱动。 3->文件系统功能齐全,这些功能包括了打开文件,关闭文件,读文件,写文件,建立文件,删除文件,查找文件,
2kflash
- WINCE4.2/5.0下的NAND FLASH驱动,支持K9S1208小页面的512bytes/sector的,K9F1G08大页面的2048bytes/sector,已测试通过,该驱动能检测出那种芯片,自适应的访问相应的芯片,在FMD_Init()时会读取FLASH ID,根据ID来加载相应的访问接口,做到一份代码可以运行在64M,128M的NAND FLASH系统上,另我添加了识别K9F2G08/K9F4G08/K9K8G08和访问,但是因为没有相应的硬件不能得到验证,请有相应硬件的人使
FLASH_Scratch1
- This program illustrates how to erase, write, and read FLASH memory from application code written in C . This routine exercises the upper 128- byte FLASH sector.
discinfo
- 详细介绍DVD的读碟片程序:TOC表,DISC MAP,TDB,SECTOR,LAYER TYPE AND SECTOR TYPE等
udisk
- 一个通过直接读取磁盘扇区的试验程序,对开发单片机读取U盘的程序员,可以了解FAT16的文件系统.-through direct read a disk sector of testing procedures, the development of SCM reader U-programmer can understand the FAT16 file system.
flash
- cs850实验板的flash存储器编程,实现NOR闪存芯片的厂商ID读取、区块(sector)擦除、字节编程等基本的闪存操作
fat_demo_CODE
- 1)兼容FAT16文件系统,长文件名,最大路径长度260个字节,符合Microsoft Longfilename specification。 2)可移植于各种平台,只需编写sector驱动驱动,共计两个函数:1)read_flash_sector() 2)write_flash_sector()。 3)文件缓冲功能:1)读文件时,读位置在文件缓冲区内,则可直接读文件缓冲区,不需要读物理磁盘;文件缓冲区大小可使用编译宏EnableFileBuf,TotalFileBUFsQTYeachF
39VF160_program_code
- Name Function --- --- --- Check_SST_39VF160 Check manufacturer and device ID CFI_Query CFI Query Entry/Exit command sequence Erase_Entire_Chip Erase the contents of the entire chip Erase_One_Sector Erase a sector of 2048 word Erase_One_B
Samsung_OneNand_XSR_v1_5_badblockmgmt_application
- Part of Samsung s XSR (eXtended Sector Remapper software) documents