CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 单片机(51,AVR,MSP430等) 搜索资源 - read sector

搜索资源列表

  1. STC89C51RC-RD_EEPROM_C_code

    0下载:
  2. 有关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.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:4.79kb
    • 提供者:王克敏
  1. ATmega16L_IDE

    1下载:
  2. ATmega16L控制IDE硬盘的源代码,可以读写扇区,无文件系统-IDE hard disk source code, can read and write Sector, no file system
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:70.96kb
    • 提供者:郑开科
  1. FLASH_Scratch1

    0下载:
  2. 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.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2014-01-16
    • 文件大小:1.63kb
    • 提供者:张生
  1. udisk

    0下载:
  2. 一个通过直接读取磁盘扇区的试验程序,对开发单片机读取U盘的程序员,可以了解FAT16的文件系统.-through direct read a disk sector of testing procedures, the development of SCM reader U-programmer can understand the FAT16 file system.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:34.87kb
    • 提供者:朱赪
  1. CH375_M128.rar

    0下载:
  2. 使用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
  3. 所属分类:SCM

    • 发布日期:2017-04-02
    • 文件大小:91.69kb
    • 提供者:zhanghua
  1. uart-edit-EEPROM

    0下载:
  2. 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
  3. 所属分类:SCM

    • 发布日期:2017-03-30
    • 文件大小:38.74kb
    • 提供者:掌声
  1. MFRC500

    0下载:
  2. 采用单片机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
  3. 所属分类:SCM

    • 发布日期:2017-03-27
    • 文件大小:21.24kb
    • 提供者:安多
  1. linuxchuancan

    0下载:
  2. 内核参数传递 此参数指明包含引导扇区的设备名(如:/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.
  3. 所属分类:SCM

    • 发布日期:2017-03-31
    • 文件大小:4.85kb
    • 提供者:huangxibomm
  1. WR39SF020

    0下载:
  2. SST39SF020驱动代码,对SST39SF020进行全片擦写、扇区擦写、单字节读、单字节写等操作。-SST39SF020-driven code, SST39SF020-wide on-chip erase, sector erase, single-byte read, such as single-byte write operation.
  3. 所属分类:SCM

    • 发布日期:2017-04-16
    • 文件大小:22.28kb
    • 提供者:XLB
  1. SPCE061_SPR4096

    0下载:
  2. 本源码为凌阳61开发板的使用例程,主要针对SPR4096模块的应用。本源码压缩包含有一个模块PDF说明文档。 SPCE061A对SPR4096进行操作。先把SPR4096格式化,然后往其中写入M_NUMBER个Byte的数据(M_NUMBER的大小由用户自己定义),接着把这些数据读出来放在数组uiByteBuffer中;下一步是对刚才写入数据所在的扇区进行扇区擦除,往其中写入M_NUMBER个Word的数据,接着把这些数据读出来放在数组uiWordBuffer中。程序运行后,可以在IDE的W
  3. 所属分类:SCM

    • 发布日期:2017-03-31
    • 文件大小:296.15kb
    • 提供者:huangshengqun
  1. USB-SD-reader

    0下载:
  2. 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,
  3. 所属分类:SCM

    • 发布日期:2017-03-21
    • 文件大小:160.62kb
    • 提供者:张晓宇
  1. CH375-TEST

    0下载:
  2. 本程序使用单片机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
  3. 所属分类:SCM

    • 发布日期:2017-03-23
    • 文件大小:36.07kb
    • 提供者:坏宝贝
  1. stcEEPROM

    0下载:
  2. 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
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:861byte
    • 提供者:周波
  1. ReadFirstSector

    0下载:
  2. read i-sector of first harddrive. ver1
  3. 所属分类:SCM

    • 发布日期:2017-04-11
    • 文件大小:1.48kb
    • 提供者:ppv2009
  1. BootSector

    0下载:
  2. Boot Sector Reader Program.Used to read Boot Record
  3. 所属分类:SCM

    • 发布日期:2017-04-12
    • 文件大小:790byte
    • 提供者:Heero Punjabi
  1. HardDisk_Control

    0下载:
  2. 用AVR单片机控制IDE硬盘,读写扇区数据等。-AVR microcontroller with IDE hard drives, read and write sector data.
  3. 所属分类:SCM

    • 发布日期:2017-04-02
    • 文件大小:70.74kb
    • 提供者:chenziya
  1. STC12xxEEOPROM

    0下载:
  2. 针对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
  3. 所属分类:SCM

    • 发布日期:2017-04-10
    • 文件大小:1kb
    • 提供者:叶枫
  1. SD

    0下载:
  2. LPCXpresso LPC1114 SSP多扇区读写SD卡 -The LPCXpresso LPC1114 SSP multi-sector read and write SD card
  3. 所属分类:SCM

    • 发布日期:2017-11-14
    • 文件大小:110.3kb
    • 提供者:72608691
  1. STM32--SD-RW

    0下载:
  2. 开机先初始化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
  3. 所属分类:SCM

    • 发布日期:2017-03-31
    • 文件大小:305.38kb
    • 提供者:ljl
  1. MMC_SD

    0下载:
  2. 本实验将实现如下功能:开机的时候先初始化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
  3. 所属分类:SCM

    • 发布日期:2017-04-14
    • 文件大小:3.52kb
    • 提供者:优雅杀手
« 12 »
搜珍网 www.dssz.com