代码搜索:Flash读写
找到约 10,000 项符合「Flash读写」的源代码
代码结果 10,000
www.eeworm.com/read/386476/8744616
asm flash.asm
;===============================================================
; 文件名称: Flash.ASM
; 功能描述: 读/写Flash, 了解Flash的保护, 擦除特性.
; 带保护写入0~127共128个数, 不带保护写入128个55H.
;===============================
www.eeworm.com/read/386476/8744622
opt flash.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
www.eeworm.com/read/286684/8749006
c flash.c
/*******************************************************************************\
*
* Copyright (c) 2002, KTWORTH BROADBAND TECH. CO. LTD. PROPERTY.
*
* Filename : flash.c
* Author : fuxs
www.eeworm.com/read/286684/8749009
tco flash.tco
www.eeworm.com/read/286684/8749072
h flash.h
EXTERN void AutoDetectFlash(u8 debugMsg);
/*---------------------------------------------------------------
flash相关函数,注意这里的地址皆为相对地址
--------------------------------------------------------