Welcome![Sign In][Sign Up]
Location:
Search - flash cfi

Search list

[Other resourceFine-gainedFlashAccess

Description: * 一、功能: Fine-gained Flash Access驱动演示代码. * 二、运行前提: 本范例需要硬件开发板的支持, * 要求硬件开发板具备名为”ext_flash”的CFI Flash或EPCS Flash模块
Platform: | Size: 1833 | Author: 李天 | Hits:

[Linux-Unixlinuxmtd

Description: Linux MTD介绍: MTD(memory technology device内存技术设备)是用于访问memory设备(ROM、flash)的Linux的子系 统。MTD的主要目的是为了使新的memory设备的驱动更加简单,为此它在硬件和上层之间提供了一个 抽象的接口。MTD的所有源代码在/drivers/mtd子目录下。我将CFI接口的MTD设备分为四层(从设备节 点直到底层硬件驱动),这四层从上到下依次是:设备节点、MTD设备层、MTD原始设备层和硬件驱 动层。 根文件系统 文件系统 字符设备节点 MTD字符设备 MTD块设备 MTD原始设备 FLASH硬件驱动 块 重点是mtd的定义, 以及为什么要有mtd mtd设备的分层
Platform: | Size: 80106 | Author: hegaofen | Hits:

[SCMsst39vf400

Description: /* Check_SST_39VF400A Check manufacturer and device ID /* CFI_Query CFI Query Entry/Exit command sequence /* Erase_One_Sector Erase a sector of 2048 words /* Erase_One_Block Erase a block of 32K words /* Erase_Entire_Chip Erase the contents of the entire chip /* Program_One_Word Alter data in one word /* Program_One_Sector Alter data in 2048 word sector /* Program_One_Block Alter data in 32K word block-/* Check manufacture Check_SST_39VF400A r and device ID/* CFI_Query CFI Query Entry/Exi t command sequence/* Erase a Erase_One_Sector sector of 2,048 words/* Erase a Erase_One_Block block of 32K words/t* Erase Erase_Entire_Chip he contents of the entire chip/* Program_One_W ord Alter data in one word/* Program_One_Secto r Alter data in 2048 word sector/* Program_One_ Block Alter data in 32K word block
Platform: | Size: 3072 | Author: 陈生 | Hits:

[Embeded Linuxnorflash_bootload-v4

Description: NorFlash bootloader(SPANSION_S71WS256ND0) for I.MX27(freescale).
Platform: | Size: 130048 | Author: tianfeng | Hits:

[Other Embeded programFine-gainedFlashAccess

Description: * 一、功能: Fine-gained Flash Access驱动演示代码. * 二、运行前提: 本范例需要硬件开发板的支持, * 要求硬件开发板具备名为”ext_flash”的CFI Flash或EPCS Flash模块 -* 1, function: Fine-gained Flash Access Driver demo code.* Second, run the premise: the example of the need to support hardware development board,* require hardware development board has called
Platform: | Size: 2048 | Author: 李天 | Hits:

[Linux-Unixlinuxmtd

Description: Linux MTD介绍: MTD(memory technology device内存技术设备)是用于访问memory设备(ROM、flash)的Linux的子系 统。MTD的主要目的是为了使新的memory设备的驱动更加简单,为此它在硬件和上层之间提供了一个 抽象的接口。MTD的所有源代码在/drivers/mtd子目录下。我将CFI接口的MTD设备分为四层(从设备节 点直到底层硬件驱动),这四层从上到下依次是:设备节点、MTD设备层、MTD原始设备层和硬件驱 动层。 根文件系统 文件系统 字符设备节点 MTD字符设备 MTD块设备 MTD原始设备 FLASH硬件驱动 块 重点是mtd的定义, 以及为什么要有mtd mtd设备的分层-Linux MTD Introduction: MTD (memory technology device memory technology and equipment) is used to access memory devices (ROM, flash) subsystem of Linux. The main purpose of MTD in order to make the new memory device driver more simple, for it among the top in the hardware and provides an abstract interface. MTD All source code in/drivers/mtd subdirectory. I will CFI interface is divided into four MTD devices (from device node until the underlying hardware drivers), this four-story from top to bottom are: device node, MTD device layer, MTD layer original equipment and hardware driver layer. Root file system file system character device node MTD character device MTD block device MTD Original Equipment hardware drivers FLASH block focused on the definition of MTD, as well as equipment mtdmtd Why should there be a stratified
Platform: | Size: 79872 | Author: hegaofen | Hits:

[FlashMXjesd68-01

Description: Update Jedec Specification Common Flash Interface (CFI) JESD68.01 (Minor Revision to JESD68, September 1999) -Update Jedec SpecificationCommon Flash Interface (CFI) JESD68.01 (Minor Revision to JESD68, September 1999)
Platform: | Size: 193536 | Author: Scott Shu | Hits:

[DocumentsAP-003-CFI-E

Description: Update Specification Common Flash Interface (CFI)-Update SpecificationCommon Flash Interface (CFI)
Platform: | Size: 29696 | Author: Scott Shu | Hits:

[Documentscfi_r20

Description: Common Flash Interface (CFI) Rre. 2.0-Common Flash Interface (CFI) Rre. 2.0
Platform: | Size: 79872 | Author: Scott Shu | Hits:

[Documents29220404

Description: Common Flash Interface (CFI) and Command Sets from Intel-Common Flash Interface (CFI) and Command Setsfrom Intel
Platform: | Size: 148480 | Author: Scott Shu | Hits:

[Windows DevelopCFI

Description: Common Flash Interface BIN Parser-Dump CFI binary data from any flash memory chip and use this MS Windows application to interpret this file and extract useful information about the flash memory chip: Primary OEM Command Set, Address for Primary Extended Table, Alternate OEM Command Set, Address for Alternate OEM Extended Table, Vcc (logic supply) min., Vcc (logic supply) max., Vpp (programming supply) min., Vpp (programming supply) max., Typical timeout per single byte/word write (µ s), Typical timeout for max. size buffer write (µ s), Typical timeout per individual block erase (ms), Typical timeout for full chip erase (ms), Max. timeout for byte/word write, Max. timeout for buffer write, Max. timeout per individual block erase, Max. timeout for full chip erase, Device Size (bytes), Device interface description, Max. number of bytes in multi-byte write, Number of Erase Block Regions, Erase Block Region 1, Erase Block Region 2, Erase Block Region 3, Erase Block Region 4,
Platform: | Size: 23552 | Author: Alexander | Hits:

[Other Embeded programcfi

Description: Flash芯片的CFI驱动c语言源代码,对自升级的系统有帮助。-Flash chips CFI driver c language source code, since the upgrade of the system has to help.
Platform: | Size: 31744 | Author: aolin | Hits:

[Other Embeded programCFIFlash

Description: 完全支持CFI协议的Flash驱动,支持多种Flash芯片,换Flash不用修改代码-Fully supports the CFI' s Flash-driven protocol to support a wide range of Flash chips, do not modify the code for Flash
Platform: | Size: 8192 | Author: Jok.Qu | Hits:

[FlashMXM29W128GHL

Description: Flash Memory 依據標準CFI CMD做Erase/Program過程的參考碼-Flash Memory based on the standard CFI CMD to do Erase/Program process reference code
Platform: | Size: 31744 | Author: yofingoz | Hits:

[OtherCFI_Spec_AN_03

Description: 公共闪存接口详细规范,非常好的嵌入式编程方面的资料,Flash编程的经典参考!-The Common Flash Interface (CFI) specification outlines a device and host system software interrogation handshake that allows specific software algorithms to be used for entire families of devices.
Platform: | Size: 151552 | Author: huhb | Hits:

[VHDL-FPGA-Verilogcfi_ctrl_latest.tar

Description: 很好的 wishbone转CFI FLASH接口的源码,在INTERL的FLASH上已经调试通过-CFI FLASH CORE
Platform: | Size: 41984 | Author: sunhuaiyi | Hits:

[Linux-Unixpmcmsp-flash

Description: Mapping of a custom board with both AMD CFI and JEDEC flash in partitions. Config with both CFI and JEDEC device support.- Mapping of a custom board with both AMD CFI and JEDEC flash in partitions. Config with both CFI and JEDEC device support.
Platform: | Size: 2048 | Author: eapingoin | Hits:

[Linux-Unixpmcmsp-flash

Description: Mapping of a custom board with both AMD CFI and JEDEC flash in partitions. Config with both CFI and JEDEC device support for Linux v2.13.6.
Platform: | Size: 2048 | Author: dukingvue | Hits:

[Linux-Unixpmcmsp-flash

Description: Mapping of a custom board with both AMD CFI and JEDEC flash in partitions. Config with both CFI and JEDEC device support.
Platform: | Size: 2048 | Author: 沁汉堂 | Hits:

[Othercfi_ctrl_latest.tar

Description: bpi cfi flash control 转自opensource(bpi flash control from openscr)
Platform: | Size: 38912 | Author: anon1118 | Hits:
« 12 »

CodeBus www.codebus.net