搜索资源列表
ch375
- CH375 是一个USB总线的通用接口芯片,支持USB-HOST主机方式和USB-DEVICE/SLAVE设备方式。在本地端,CH375具有8位数据总线和读、写、片选控制线以及中断输出,可以方便地挂接到单片机/DSP/MCU/MPU等控制器的系统总线上。在USB主机方式下CH375还提供了串行通讯方式,通过串行输入、串行输出和中断输出与单片机/DSP/MCU/MPU 等相连接。 CH375 的USB 设备方式与CH372 芯片完全兼容,CH375 包含了CH372 的全部功能。本手册中没有提供
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
AVR+SD
- AVR的SD卡接口程序 包含: SD卡初始化(SPI-MODE) 从SD卡读一个扇区
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
SD
- 这可是好东西,我自己编写的基于51单片机的SD卡驱动代码,可以读写扇区,假如套上FAT32驱动,则可以直接识别文件系统,缺点是用51速度比较慢。-This is a good thing, however, I have written 51 MCU-based SD card driver code, you can read and write sectors, if put on FAT32 drives, you can directly identify the file system
read_MFs50-ICcard
- 能实现对IC卡内任一扇区的操作,可以哦对卡进行更改密码,针对标志MF-S50卡-read MF-S50 IC-card
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.
FlashEeprom
- 用一个Flash的两个扇区虚拟一个Eeprom,大小可以配置,支持断电保护,很稳定的代码-Flash with a virtual one of the two sectors Eeprom, size can be configured to support the power-off protection, the code is quite stable
eeprom
- 本程序为eeprom完整读写操作c程序,其中单片机为stc89c58,可实现eeprom的读,写,擦出,扇区操作等!希望对大家有所帮助!-this program mainly focus on eeprom read and writer and other controling!
SD_CARD_FUNCTION_SOURCE_CODE
- 在单片机上完全实现sd卡功能,对扇区操作都很详细。-In single-chip fully realized the sd card function, sector operations are detailed.
yingpankz
- DATA0~DATA15是数据线,硬盘的的数据线要16根,地址线只有3根,通过硬盘寄存器写操作来对硬盘的那个扇区进行操作-DATA0 ~ DATA15 is the data line, the hard drive' s data line is to be 16, the address line only three, through the hard disk write operation to register on the hard drive that sector to
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,
ceshi
- 单片机读写micro SD卡,所使用的单片机为stc12c5616ad,读取数据长度为一个扇区-MCU micro SD card reader
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