搜索结果
找到约 36 项符合
Erase 的查询结果
按分类筛选
技术资料 通过后台汇编模式接口(BDM)对MC68HC912中闪速存储器进行编程和擦除的基本规则
This document outlines basic routines that demonstrate how to programand erase FLASH EEPROM on t
单片机开发 STC ISP 功能测试程序
STC ISP 功能测试程序,
包含program /erase/read 程序,
以及测试程序
技术资料 在HP 3070系列检测器上的XC95216和XC95108的快速擦除时间
The bulk erase instruction (FBULK) has been enabled in JTAG ID revision 1 or greater silicon for the
嵌入式/单片机编程 Nand Flash Translation Layer 用于nandflash的操作。 bad block memory map garbage collection average er
Nand Flash Translation Layer
用于nandflash的操作。
bad block
memory map
garbage collection
average erase
Linux/Unix编程 嵌入式单片机下可做对Intel flash编程的代码
嵌入式单片机下可做对Intel flash编程的代码,包括erase,program等
微处理器开发 Embest开发的nor flash读写工程
Embest开发的nor flash读写工程,完成了flash的sector erase,read,write功能,适合嵌入式系统设计初学者。
单片机开发 Making a cheap 1M SPI Rom Emulator 8 second to copy from parallel to SPI re-Program STM Serial F
Making a cheap 1M SPI Rom Emulator
8 second to copy from parallel to SPI
re-Program STM Serial Flash M25P10 by reading 29010 parallel ROM
Running on standard 8051 32 I/O, a TTL 7407 as bus switch.
Total programming time is about 8 seconds including Erase, Program
编译器/解释器 how to add arrays * Use of const (constant) values. * Creation of vectors. * Passing
how to add arrays
* Use of const (constant) values.
* Creation of vectors.
* Passing vectors as function arguments.
* Reading from files of unknown size (monitoring istream status).
* Repetitive structures (while and for loops).
* The increment operators (++).
* Selection ...
嵌入式/单片机编程 #include <reg52.h> #include <stdio.h> #include <string.h> #define uchar unsigne
#include <reg52.h>
#include <stdio.h>
#include <string.h>
#define uchar unsigned char
#define uint unsigned int
#define isp_iap_byte_read 0x1
#define isp_iap_byte_program 0x2
#define isp_iap_sector_erase 0x3
#define wait_time 0x1
其他嵌入式/单片机内容 FLASH文件系统的源码
FLASH文件系统的源码,Flash memory is a nonvolatile memory, which allows the user
to electrically program (write) and erase information. The
exponential growth of flash memory has made this technology
an indispensable part of hundreds of millions of electronic
devices.
Flash memory has several ...