搜索资源列表
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.
ATmega16L_IDE
- ATmega16L控制IDE硬盘的源代码,可以读写扇区,无文件系统-IDE hard disk source code, can read and write Sector, no file system
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.
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.
CH375_M128.rar
- 使用ATMEGA128加CH375对U盘扇区进行读写,本程序在ICCAVR上调试,并在相应硬件电路上调试通过!供参考用,ATMEGA128 increase the use of U disk CH375 sector to read and write, the process ICCAVR debugging, and hardware in the appropriate circuit debugging through! For information
uart-edit-EEPROM
- STC12C5204AD单片机通过串口修改EEPROM中数据,先将0x0000扇区数据放入0x0200扇区,然后写入新数据,再将数据读回0x0000扇区,此时只需修改相应的数据,其余的数据无需改动。-STC12C5204AD microcontroller through the serial port to modify the EEPROM data into the first sector data 0x0000 0x0200 sector, and then write the new
MFRC500
- 采用单片机89C52对飞利浦13.56Mhz的射频芯片MFRC500进行密码的配置与扇区的读写。可以由电脑通过串口发送命令来对MFRC500进行寄存器的配置读写。-The use of the Philips 89C52 single-chip RF chip 13.56Mhz password MFRC500 configuration read and write with the sector. Can be sent by the computer through the serial
linuxchuancan
- 内核参数传递 此参数指明包含引导扇区的设备名(如:/dev/had),若此项忽略,则从当前的根分区中读取引导扇区。-Kernel parameter to specify this parameter contains the boot sector of the device name (such as:/dev/had), if this neglect, from the current root partition boot sector to read.
WR39SF020
- SST39SF020驱动代码,对SST39SF020进行全片擦写、扇区擦写、单字节读、单字节写等操作。-SST39SF020-driven code, SST39SF020-wide on-chip erase, sector erase, single-byte read, such as single-byte write operation.
SPCE061_SPR4096
- 本源码为凌阳61开发板的使用例程,主要针对SPR4096模块的应用。本源码压缩包含有一个模块PDF说明文档。 SPCE061A对SPR4096进行操作。先把SPR4096格式化,然后往其中写入M_NUMBER个Byte的数据(M_NUMBER的大小由用户自己定义),接着把这些数据读出来放在数组uiByteBuffer中;下一步是对刚才写入数据所在的扇区进行扇区擦除,往其中写入M_NUMBER个Word的数据,接着把这些数据读出来放在数组uiWordBuffer中。程序运行后,可以在IDE的W
USB-SD-reader
- USB读SD卡的读卡器代码。已经在单片机编译过。 51+PDIUSBD12+SD卡作USB读卡器程序里用了OO的代码,用IDE-USB那个例程改的。这个程序里,已经把存储设备的驱动独立出来了,也就是只要改动存储设备的扇区读写驱动,就可以把存储设备变成U盘了-Reading SD card reader USB code. SCM has been compiled. 51+ PDIUSBD12+ SD Card USB reader program, he devoted OO code,
CH375-TEST
- 本程序使用单片机I/O口模拟并口于CH375进行通信,可以读出U盘的参数,并且可以把U盘当做存储器,读写任意的扇区-This procedure using the MCU I/O port simulation parallel port to communicate on the CH375, you can read U disk parameters, which can be as U disk memory, read and write arbitrary sector
stcEEPROM
- STC单片机,EEPROM操作 IAP_Disable //擦除扇区, 入口:DPTR = 扇区地址 void Sector_Erase(UINT add) 读一字节 字节编程-STC microcontroller, EEPROM operation IAP_Disable// Erase sector, entry: DPTR = sector address void Sector_Erase (UINT add) read a byte byte programmin
ReadFirstSector
- read i-sector of first harddrive. ver1
BootSector
- Boot Sector Reader Program.Used to read Boot Record
HardDisk_Control
- 用AVR单片机控制IDE硬盘,读写扇区数据等。-AVR microcontroller with IDE hard drives, read and write sector data.
STC12xxEEOPROM
- 针对STC12xx整个系列EEOPROM操作的一个头文件,含有读、写、擦除3个函数共用户调用,使用方便,比如写函数(n,x,dat),在第n扇区,第x字节,写入数据dat。-STC12xx operation for the entire series EEOPROM a header file, containing read, write, erase three functions of the user calls, easy to use, such as writing a func
SD
- LPCXpresso LPC1114 SSP多扇区读写SD卡 -The LPCXpresso LPC1114 SSP multi-sector read and write SD card
STM32--SD-RW
- 开机先初始化SD卡,如果SD卡初始化完成,则读取扇区0的数据,然后通过串口打印-Boot initializes the SD card, if the SD card initialization is complete, the read sector 0 of the data, and then print through the serial port
MMC_SD
- 本实验将实现如下功能:开机的时候先初始化SD卡,如果SD卡初始化完成,则读取扇区0的数据,然后通过串口打印到电脑上。如果没初始化通过,则在LCD上提示初始化失败。 同样用DS0来指示程序正在运行。-The experiment will achieve the following functions: boot time to initialize the SD card, if the SD card initialization is complete, the data is read s
