CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 搜索资源 - flash read

搜索资源列表

  1. Keil MDK RL-ARM 实时库用户指南

    3下载:
  2. Keil MDK RL-ARM 实时库用户指南 中文版 包括以下内容 RL-RTX 描述了RL-ARM实时操作系统的结构,包括任务优先级、上下文切换、单个CPU下如何管理多个任务以及在RL-RTX中用到的其他一些 RTOS特性。 RL-FlashFS 描述了 RL-ARM中Flash文件系统的结构,包括文件创建、保存、读取以及在标准的flash,RAM或是存储卡设备中修改文件。 RL-TCPnet 描述了RL-ARM中TCP/IP协议栈组的结构,包括多种TCP/IP特性,以及
  3. 所属分类:编程文档

    • 发布日期:2013-05-08
    • 文件大小:1.55mb
    • 提供者:ecooly
  1. Flash

    1下载:
  2. C8051F系列的FLASH读写步骤,及其主要的源码。-C8051F series of FLASH to read and write steps, and its main source.
  3. 所属分类:Project Design

    • 发布日期:2016-01-22
    • 文件大小:1.33kb
    • 提供者:ggf
  1. flash

    0下载:
  2. this datasheet introduce the 28f128j3 flash ,the read/write opreation is include.-this datasheet introduce the 28f128j3 flash, the read/write opreation is include.
  3. 所属分类:Project Manage

    • 发布日期:2017-04-03
    • 文件大小:276.72kb
    • 提供者:GREENLANDL
  1. flash_msp430

    0下载:
  2. 介绍430的flash读写的代码,是几篇网页文件资料-introduce the flash write and read codes of mps430
  3. 所属分类:Project Design

    • 发布日期:2017-04-08
    • 文件大小:252.86kb
    • 提供者:
  1. AT89C51_www.ic37.com

    0下载:
  2. AT89C51的用户手册,只不过是全英文的,是编程必备的好资料-The AT89C51 is a low-power, high-performance CMOS 8-bit microcomputer with 4K bytes of Flash Programmable and Erasable Read Only Memory (PEROM). The device is manufactured using Atmel’s high density nonvolatile mem
  3. 所属分类:Communication

    • 发布日期:2017-03-25
    • 文件大小:111.61kb
    • 提供者:张乐天
  1. SPI-

    0下载:
  2. 模拟spi驱动flash SO:串行数据输出脚,在一个读操作的过程中,数据从SO脚移位输出。在时钟的下降沿时数据改变。 SI: 串行数据输入脚,所有的操作码、字节地址和数据从SI脚写入,在时钟的上升沿时数据被锁定。 SCK:串行时钟,控制总线上数据输入和输出的时序。 /CS :芯片使能信号,当其为高电平时,芯片不被选择,SO脚为高阻态,除非一个内部的写操作正在进行,否则芯片处于待机模式 当引脚为低电平时,芯片处于活动模式,在上电后,在任何操作之前需要CS引脚的一个从高
  3. 所属分类:Document

    • 发布日期:2017-03-28
    • 文件大小:20.88kb
    • 提供者:小文
  1. OneNAND_in_embed_sys

    1下载:
  2. OneNAND闪存在嵌入式系统中的应用 OneNAND Flash是三星公司开发的一类Flash芯片,它克服了传统NAND Flash接口复杂的缺点,具有接口简单、读写速度快、容量大、寿命长、成本低等优点。文章从软硬件两方面介绍了其在嵌入式系统中的应用,特别是逻辑块和物理块地址的映射、读写擦操作、坏块处理、性能优化等技术。-OneNAND flash memory in embedded system applications developed by Samsung' s OneNA
  3. 所属分类:software engineering

    • 发布日期:2016-11-30
    • 文件大小:46.61kb
    • 提供者:zhangdong
  1. s29gl-a_00_a3_e

    1下载:
  2. nor flash(SPANSION的S29GL-A)的数据手册英文文档。对nor flash的读写很有帮助。-nor flash (SPANSION the S29GL-A) of the data sheet in English documents. Helpful to read and write on the nor flash.
  3. 所属分类:software engineering

    • 发布日期:2017-04-10
    • 文件大小:1.34mb
    • 提供者:陈洁
  1. SDHC

    0下载:
  2. 自己写的SDHC卡驱动测试,用Keil C写,并且用串中调试工具读出指定扇区的内容.本程序在4G 金士顿 SDHC卡上测试.-Write your own test drive of SDHC card with Keil C write, and debug tools with string read out the contents of the specified sector of this program in Kingston 4G SDHC card to test.
  3. 所属分类:Software Testing

    • 发布日期:2017-03-28
    • 文件大小:212.62kb
    • 提供者:liminjin
  1. NANDFlash-controller-BCH-code

    0下载:
  2. 提出一种应用于 NAND Flash 控制器的并行 BCH 编/译码器,在译码阶段引入流水线操作和分组预取译码操作,提升 BCH 码的译 码效率。实验结果表明,在 NAND Flash 的 2 KB 页读取操作中,该编/译码器纠正 8 bit 的随机错误只需要 565 个周期的译码时间,是采用按页预取译码方式所需时间的 1/4。 -Anew architecture of parallel BCH encoder and decoder applied in NAND Flash Con
  3. 所属分类:Project Design

    • 发布日期:2017-11-25
    • 文件大小:1.04mb
    • 提供者:misslu
  1. NANDPFlash-controller

    0下载:
  2. nand flash控制器的设计与验证文档,里面有读写擦除具体的控制步骤,还有在FPGA下的验证。-nand flash controller design and verification of documents, which read and write to erase specific control steps, as well as the FPGA verification.
  3. 所属分类:Document

    • 发布日期:2017-11-14
    • 文件大小:5.13mb
    • 提供者:郑帅
  1. 1

    0下载:
  2. 描述了FLASH的读写操作 特别针对单片机的读写 FLASH类型为S29GLXXN写列-Described FLASH read and write operations, especially for the microcontroller to read and write FLASH type S29GLXXN write columns
  3. 所属分类:Project Design

    • 发布日期:2017-11-25
    • 文件大小:119.11kb
    • 提供者:Karl
  1. FLASH

    0下载:
  2. MSP430F149 FLASH 读写教程学习资料-MSP430F149 FLASH tutorial to learn to read and write data
  3. 所属分类:File Formats

    • 发布日期:2017-12-04
    • 文件大小:31.16kb
    • 提供者:sunlu
  1. the-Bootload-System

    0下载:
  2. 文中以TI公司的DSP(TMS320VC5410)结合ST公司的FLASH存储器 (M29W400T)为例 ,给出了一个利用DSP软件编程实现对FLASH进行读写操作的通用引导装载系统设计方案。-TI' s DSP (TMS320VC5410) combined with ST' s FLASH memory (M29W400T), for example, Universal boot loader design a DSP software programming of FLAS
  3. 所属分类:software engineering

    • 发布日期:2017-11-26
    • 文件大小:57.16kb
    • 提供者:学文
  1. NAND_Flash_WRITEaREAD

    0下载:
  2. 三星nand flash读写操作,包括物理组成、驱动解读、地址等,还包括源码-Samsung nand flash read and write operations, including physical composition, driven interpretation, address, etc., but also including the source code
  3. 所属分类:software engineering

    • 发布日期:2017-12-03
    • 文件大小:8.14kb
    • 提供者:李海军
  1. nor_flash.pdf

    0下载:
  2. Nor flash Read Write Operation Timing Diagram
  3. 所属分类:Development Research

    • 发布日期:2017-12-07
    • 文件大小:236.08kb
    • 提供者:somnath
  1. msp430f5438-ADC-DAC-FLASH

    0下载:
  2. 基于msp430f5438的10个程序,包含ADC采集储存.DAC输出和FLASH读写、擦除的小程序,应用于购买msp430f5438开发板的同学练习使用。-Based msp430f5438 of 10 procedures, including ADC acquisition storage. DAC output and FLASH read and write, erase small program used buy msp430f5438 students practice usin
  3. 所属分类:Communication

    • 发布日期:2017-03-27
    • 文件大小:18.79kb
    • 提供者:曲征
  1. asp.net-interaction-with-flash

    0下载:
  2. asp.net与flash之间的交互;asp.net读取flash中的值,asp.net向flash传值-asp.net with flash interaction asp.net read the values ​ ​ in flash, asp.net pass values ​ ​ to the flash
  3. 所属分类:software engineering

    • 发布日期:2017-03-26
    • 文件大小:369.95kb
    • 提供者:李左手
  1. flash

    0下载:
  2. Flash存储器又称闪存,它结合了ROM和RAM的长处,不仅具备电子可擦除可编程(EEPROM)的性能,还可以快速读取数据(NVRAM的优势),使数据不会因为断电而丢失。U盘和MP3里用的就是这种存储器。在过去的20年里,嵌入式系统一直使用ROM(EPROM)作为它们的存储设备,然而近年来Flash全面代替了ROM(EPROM)在嵌入式系统中的地位,用作存储Bootloader以及操作系统或者程序代码-Flash memory also known as flash, it combines t
  3. 所属分类:software engineering

    • 发布日期:2017-04-12
    • 文件大小:1.29kb
    • 提供者:王立
  1. STM32-flash

    0下载:
  2. STM32通过SPI对外接Flash读写操作的程序,Flash型号为SST25VF016B-STM32 program through the SPI read and write operations on the external Flash, Flash model SST25VF016B
  3. 所属分类:Communication

    • 发布日期:2017-05-11
    • 文件大小:2.14mb
    • 提供者:李晨曦
« 12 »
搜珍网 www.dssz.com