CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 其他嵌入式/单片机内容 搜索资源 - 扇区

搜索资源列表

  1. FLASHDRV

    0下载:
  2. 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
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2008-10-13
    • 文件大小:1.66kb
    • 提供者:WYS
  1. c8051的flash读写

    0下载:
  2. 从 C8051F02x Flash 存储器的结构可以知道,C8051F02x的 Flash 存储器中,不仅具有64KB的 Flash存 储器(其地址为0x0000~0xFFFF,该存储器可以用来存储 程序代码和非易失性数据),还有一个附加的128B的扇 区(该扇区位于0x10000~0x1007F)。 C8051F02x的Flash存 储器中附加的128B的扇区在64KB存储器中是双映射的, 其逻辑地址范围是0x0000~0x007F。许多单片机应用场合 需要使用掉电不丢失内容的数
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2010-10-20
    • 文件大小:15.44kb
    • 提供者:liruijin
  1. flashDriver

    0下载:
  2. Freescale的HCS12处理器上面的flash驱动。支持块擦除、扇区存储、单字读取、单字烧写等操作。在CodeWarrior中开发。-Freescale s HCS12 processor above the flash drive. Support for block erase, sector storage, word reading, vocabulary, etc. programmer operation. Developed in CodeWarrior.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-31
    • 文件大小:3.35kb
    • 提供者:bavon
  1. exp-flash

    0下载:
  2. DSP,C5416,实现FLASH的在线烧写技术,学会编程实现FLASH的扇区烧写、擦除-DSP, C5416, the programming techniques to achieve online FLASH, FLASH programming sectors learn the programming, erase
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-31
    • 文件大小:10.59kb
    • 提供者:于麦
  1. SD

    0下载:
  2. sd卡的单片机读写程序,向SD卡读写一个扇区,如果成功则激活P0口流水灯,如果失败则无流水灯。并且随程序运行向串口发送运行状态。-SD card chip reader procedures
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-06
    • 文件大小:45.61kb
    • 提供者:xiedongdong
  1. FSMCTFT

    0下载:
  2. FSMC读写SD卡中的各类格式的图片,其中使用了FAT32的文件系统,通过文件系统读取SD中的扇区中的数据-FSMC SD card read and write in various formats, including the use of FAT32 file system, the file system in SD to read data in the sector
  3. 所属分类:Other Embeded program

    • 发布日期:2017-05-13
    • 文件大小:2.66mb
    • 提供者:李湘林
  1. TIM1PWM

    0下载:
  2. FSMC读写SD卡中的各类格式的图片,其中使用了FAT32的文件系统,通过文件系统读取SD中的扇区中的数据-FSMC SD card read and write in various formats, including the use of FAT32 file system, the file system in SD to read data in the sector
  3. 所属分类:Other Embeded program

    • 发布日期:2017-05-08
    • 文件大小:1.89mb
    • 提供者:李湘林
  1. SPI

    0下载:
  2. FSMC读写SD卡中的各类格式的图片,其中使用了FAT32的文件系统,通过文件系统读取SD中的扇区中的数据-FSMC SD card read and write in various formats, including the use of FAT32 file system, the file system in SD to read data in the sector
  3. 所属分类:Other Embeded program

    • 发布日期:2017-05-15
    • 文件大小:3.85mb
    • 提供者:李湘林
  1. shumaguan

    0下载:
  2. FSMC读写SD卡中的各类格式的图片,其中使用了FAT32的文件系统,通过文件系统读取SD中的扇区中的数据-FSMC SD card read and write in various formats, including the use of FAT32 file system, the file system in SD to read data in the sector
  3. 所属分类:Other Embeded program

    • 发布日期:2017-05-10
    • 文件大小:2.1mb
    • 提供者:李湘林
  1. simple-os

    0下载:
  2. 一个简单的操作系统原型,包含了简单的扇区启动,线程管理和页面文件管理等基本模块,可从中学习基本的操作系统原理-A simple prototype of the operating system, including a simple sector start, thread management and page file management module, you can learn the basic operating system principles
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-29
    • 文件大小:906.51kb
    • 提供者:
  1. SDCARD

    0下载:
  2. stm32 SDIO 操作的寄存器版本,是根据库函数版本改的,不支持多块写入,貌似是库函数原有的bug,暂时没法解决。使用时依次调用SD_Init(),SD_GetCardInfo(&SDCardInfo),SD_SelectDeselect((u32) (SDCardInfo.RCA << 16)),SD_EnableWideBusOperation(SDIO_BusWide_4b),然后就可以调用扇区读写操作了。-the stm32 SDIO operation of the r
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-01
    • 文件大小:12.9kb
    • 提供者:蒋圣
  1. file3_ok

    0下载:
  2. stm32f107vc 读写ch375扇区,在电路板上测试通过-stm32f107vc read and write ch375
  3. 所属分类:Other Embeded program

    • 发布日期:2017-11-19
    • 文件大小:10.51mb
    • 提供者:liuyue
  1. A60-EEPROM

    0下载:
  2. 对51单片机写入与擦除EEPROM扇区,经过测试运行良好!-51 MCU write and erase EEPROM sector, after a good test run!
  3. 所属分类:Other Embeded program

    • 发布日期:2017-11-25
    • 文件大小:35.01kb
    • 提供者:吴亚辉
  1. Cheap_Flash_FS

    1下载:
  2. Cheap_Flash_FS(STM32F103ZET6) 嵌入式NandFlash文件系统免费C代码下载 Cheap_Flash_FS 代码已经由我们开发完成,并经过了严格的测试。 坏块管理功能包括基于坏块表的管理程序,可以提供单/多扇区的操作。 多扇区为nandflash专门设计,可以降低NANDFLASH物理擦除数。 其上面可以运行(Cheap_Flash_FS(支持多扇区操作))文件系统。文件系统可支持实时坏块替换,包括擦除块,块移动,写入页产生坏块。文件系统基于NAND
  3. 所属分类:Other Embeded program

    • 发布日期:2017-05-30
    • 文件大小:11.33mb
    • 提供者:6756
  1. cheap_flash_fs_32bits

    0下载:
  2. Cheap_Flash 嵌入式NandFlash驱动文件系统源代码下载 Cheap_Flash 代码由我们开发完成,经过了严格的测试。 坏块处理包括基于坏块表的处理程序,提供单/多扇区操作。 多扇区为nandflash处理设计,降低NANDFLASH物理块擦除数,具有扇区预处理分配功能,提高写入速度。 NANDFLASH驱动上面可以运行CheapFAT文件系统。 文件系统可以支持坏块替换,块擦除,块移动,页写入产生坏块。文件系统以NAND_FLASH坏块管理驱动运行。 N
  3. 所属分类:Other Embeded program

    • 发布日期:2017-06-09
    • 文件大小:15.26mb
    • 提供者:dafdf
  1. DSP28335的矢量控制程序

    5下载:
  2. DSP28335的SVPWM程序,包括扇区判断,停留扇区时间判断等。非常好的程序。用于电机调速、逆变器、无功补偿等,电力电子行业参考资料!
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2016-01-01
    • 文件大小:559.78kb
    • 提供者:867923848
  1. U盘IAP-F429(2017.03.14)

    1下载:
  2. U盘IAP U盘获取的升级文件的数据写进stm32的flash,大致流程如下: 1.解锁flash 2.擦除指定扇区 3.写入升级固件的数据至刚擦除的扇区 4.跳转至用户程序(STM32 F429 IAP by U massage device)
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2020-12-04
    • 文件大小:313kb
    • 提供者:哈奥答复
搜珍网 www.dssz.com