代码搜索:Flash读写
找到约 10,000 项符合「Flash读写」的源代码
代码结果 10,000
www.eeworm.com/read/288870/8597493
hex flash.hex
:100A82005006A63031323334353637383961626335
:030A920064656632
:100ABF00BE0414BFB011758920758DA9758BA975EA
:080ACF009850438780D28E226B
:0B099E00900694EBF0A3EAF0A3E9F050
:1009A900E4A3F0A3F0A3F0A3F0
www.eeworm.com/read/288870/8597511
lnp flash.lnp
"uart.obj",
"FLASH.obj",
"main.obj"
TO "FLASH" Rtx51
RAMSIZE(256)
www.eeworm.com/read/288870/8597526
c flash.c
#include
#include
#include
#include
#include "flash.h"
#include "uart.h"
xdata BYTE rKM29UXDATA _at_ 0x5000; //0x4000
extern unsigned char
www.eeworm.com/read/288870/8597535
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/288870/8597550
lst flash.lst
C51 COMPILER V7.20 FLASH 11/17/2002 14:00:15 PAGE 1
C51 COMPILER V7.20, COMPILATION OF MODULE FLASH
OBJECT MODULE PLACED IN F
www.eeworm.com/read/288870/8597554
h flash.h
#ifndef _FLASH_H_
#define _FLASH_H_
#define BYTE unsigned char
#define FALSE 0
#define TRUE 1
/*KM29U128 IO 定义*/
#define RB (0x01)
#define CLE (0x02)
#define ALE (0x04)
#def
www.eeworm.com/read/288870/8597568
pdf flash.pdf
www.eeworm.com/read/432458/8604444
js flash.js
var index = 1;
try { index = getQueryVariable("slide"); } catch (e) {}
document.write("\
www.eeworm.com/read/288790/8607573
c flash.c
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// Use of this source code is subject to the terms of the Microsoft end-user
// license agreement (EULA) under which you lic
www.eeworm.com/read/288790/8607632