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

Search list

[Other resourceFLASHDRV

Description: 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. MX29C040 as 512 byte sectors are required byte data. The successful application of the procedures in Mitsubishi M30802, M30620 series CPU. For reference.
Platform: | Size: 1699 | Author: WYS | Hits:

[Other resourceFLASH_Scratch1

Description: 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.
Platform: | Size: 1670 | Author: 张生 | Hits:

[Other Embeded programFLASHDRV

Description: 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. MX29C040 as 512 byte sectors are required byte data. The successful application of the procedures in Mitsubishi M30802, M30620 series CPU. For reference.
Platform: | Size: 1024 | Author: WYS | Hits:

[SCMFLASH_Scratch1

Description: 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.
Platform: | Size: 2048 | Author: 张生 | Hits:

[Other Embeded programflash

Description: WRITE AMD 29LV010 FLASH easy to read and use-WRITE AMD 29LV010 FLASHeasy to read and use
Platform: | Size: 7168 | Author: 陳陳 | Hits:

[SCMflash

Description: cs850实验板的flash存储器编程,实现NOR闪存芯片的厂商ID读取、区块(sector)擦除、字节编程等基本的闪存操作-cs850 experiment board flash memory programming, the realization of NOR flash memory chip maker ID read, block (sector) erase, byte programming flash memory and other basic operations
Platform: | Size: 3072 | Author: 王昊 | Hits:

[ARM-PowerPC-ColdFire-MIPSnor-flashIO

Description: Embest开发的nor flash读写工程,完成了flash的sector erase,read,write功能,适合嵌入式系统设计初学者。-Embest developed nor flash reading and writing projects, completed a flash of sector erase, read, write functions, suitable for embedded system design for beginners.
Platform: | Size: 111616 | Author: ZhangBo | Hits:

[Embeded-SCM DevelopLM3SLib_Flash_as_EEPROM

Description: Luminary单片机,LM3S系列单片机的Flash例程,当作EEPROM。从Flash存储器里拿出一个扇区(1024B),模拟EEPROM存储器,能够读写单字节或多字节。-Luminary microcontroller, LM3S Series Microcontroller Flash routines as EEPROM. From Flash memory, come up with a sector (1024 B), analog EEPROM memory, able to read and write-byte or more.
Platform: | Size: 13312 | Author: 曾杰 | Hits:

[Software EngineeringSDHC

Description: 自己写的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.
Platform: | Size: 218112 | Author: liminjin | Hits:

[ARM-PowerPC-ColdFire-MIPSLabNine_STM32PSPI

Description: STM32编程模板下做的SPI与FLASH通信,具备读写擦除扇区功能,硬件开发板为火牛开发板-Done under the STM32 SPI programming templates and FLASH communications, with read and write erase sector,
Platform: | Size: 2952192 | Author: chenmeiyue | Hits:

[Other Embeded programVMD642_flash

Description: FLASH 测试 VMD642 开发板上的 flash 芯片为 Spansion 本例程在 VMD642_flash 目录中。 FLASH 的测试主要包括 FLASH 的擦除和读/写操作,以及其在存储空间中的映射是否 正确。 首先配置 EMIF,使得 FLASH的 8 个 512K空间映射到 DM642的存储空间中。 擦除 FLASH 的 8 个页面。 VMD642_rset(VMD642_FLASHPAGE, page) 设置当前页面。 在 VMD642 开发板中 4M 的 flash 空间被分为 8个 512k 页面,每个 512k的页面由 8 个 64k 的 sector组成。但注意在 Spansion 的这个 FLASH芯片中, 它的4M的地址空间是这么安排的: 总共72个sectors, 其中sector 0-7 为 8k, .sector 8-63 为 64k。 所以,在 VMD642-C 中的第一个页面的第一个 sector又分为8 个8k的 sub sectors。 擦除完后,向 FLASH中写入以每页的页数开始的顺序数据。 按同样顺序依次读出 FLASH 中的数据,比较读/写是否正确。 -FLASH test VMD642 development board flash chips for Spansion This routine VMD642_flash directory. The tests include FLASH FLASH erase and read/write operations, and the storage space in which the mapping is correct. First configure the EMIF, making the FLASH 8 512K space is mapped to the DM642 memory space. Erase the FLASH 8 pages. VMD642_rset (VMD642_FLASHPAGE, page) setting the current page. In VMD642 development board 4M of flash space is divided into eight 512k pages, each page 512k 64k by the eight components of the sector. But note this in Spansion FLASH chip, it' s 4M address space is so arranged: total 72 sectors, including sector 0-7 of 8k,. Sector 8-63 of 64k. Therefore, in VMD642-C in the first page of the first sector is divided into 8 8k the sub sectors. After erase, write to the FLASH pages per order starting data. By the same order of the data read out FLASH compare read/write is correct.
Platform: | Size: 79872 | Author: ye | Hits:

[SCMdev_at45dbxx

Description: at45dbxx系列FLASH驱动,包括对FLASH的初始化、写数据到FLASH和从flash中读取数据、扇区的擦除,函数都有中文解释,对新手的理解很有帮助-At45dbxx series of FLASH drives, including the initialization of the FLASH, write data to the FLASH and read data the FLASH, the sector erase, function have Chinese interpretation, understanding is very helpful for beginners
Platform: | Size: 3072 | Author: 陈氏 | Hits:

[SCMMX25L256

Description: mx25L256串行SPI FLASH的驱动文件,包括连续读写操作,擦除块,擦除扇区,擦除整块等操作。-mx25L256 serial SPI FLASH drivers, including continuous read and write operations, erase block, erase sector, erase block other operations.
Platform: | Size: 5120 | Author: Ivan | Hits:

[ARM-PowerPC-ColdFire-MIPS源码

Description: 关于stm32f407的一些关于adc-dac的代码、蓝牙监控超声波工作、蓝牙监控温湿度和超声波工作、关于flash的擦除扇区和读取的代码、串口检测超声波的代码。(About stm32f407's ADC-DAC code, Bluetooth monitoring, ultrasonic work, Bluetooth monitoring temperature and humidity and ultrasonic work, flash's erase sector and read code, serial port ultrasonic detection code.)
Platform: | Size: 23552 | Author: 没你不行66 | Hits:

CodeBus www.codebus.net