代码搜索结果
找到约 10,000 项符合
EEPROM 的代码
eeprom.h
/*
* Copyright 2004 Freescale Semiconductor.
*
* See file CREDITS for list of people who contributed to this
* project.
*
* This program is free software; you can redistribute it and/or
* modif
eeprom.c
/*
* Copyright 2004 Freescale Semiconductor.
*
* See file CREDITS for list of people who contributed to this
* project.
*
* This program is free software; you can redistribute it and/or
* modif
eeprom.hex
:030000000204D81F
:0C04D800787FE4F6D8FD75817902001EE3
:0B04E4003F065B4F666D7D077F6F4099
:0F04C900438911758DFE758B33D28E75A88A22EB
:10001E001204C92091447B007A007909751608E410
:10002E00FD7FA0120310
eeprom.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 {
eeprom.lnp
"STARTUP.obj",
"2402Main.obj",
"2402.obj",
"I2C.obj"
TO "EEPROM"
RAMSIZE(256)
eeprom.plg
礦ision3 Build Log
Project:
G:\HC6800-V2.6\单片机例程\EEPROM\按钮读写\C版\EEPROM.uv2
Project File Date: 05/01/2009
Output:
eeprom.asm
ORG 0
LOOP: MOV A,#0FEH
MOV R2,#8
OUTPUT: MOV P1,A
RL A
ACALL DELAY
DJNZ R2,OUTPUT
LJMP LOOP
DELAY: MOV R6,#0
MOV R7,#0
DELAYLOOP: ;延时程序
DJNZ R6,DELAYLOOP
eeprom.hex
:1000000074FE7A08F59023110EDAF90200007E00E2
:070010007F00DEFEDFFC2291
:00000001FF
eeprom.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 {