代码搜索结果
找到约 10,000 项符合
EEPROM 的代码
keil c51-
/*
* This file contains the data defintions that are stored in EEPROM
*/
#ifndef DECLARE // if DECLARE is not defined
#define DECLARE extern // variables are ex
makefile
###############################################################################
# Makefile for the project 用AVR内置EEPROM与1602LCD设计电子密码锁
###############################################################
makefile
###############################################################################
# Makefile for the project 用AVR内置EEPROM与1602LCD设计电子密码锁
###############################################################
main.s
.module MAIN.C
.area text(rom, con, rel)
.dbfile F:\AVRPRO~1\EEPROM\MAIN.C
.area vector(rom, abs)
.org 32
rjmp _Icp_time0
.area text(rom, con, rel)
.dbfile F:\AVRPRO~1\EEPROM\MAIN.C
.
main.c
//主 dsp 主程序
#include "SEED-DEC2407.h"
#include "socalgorithm.h"
#include "socalgorithm.c"
#include "pcf8583.h"
#include "pcf8583.c"
#include "eeprom.h"
#include "eeprom.c"
#include "dpram.h"
libeeprom.h
#ifndef LIBEEPROM_H
#define LIBEEPROM_H
//EEPROM APIs
extern void Read_All_EEPROM(void);
extern void Get_bl_fw_version(unsigned char bl_fw_version[]);
extern void Set_dl_port(unsigned int port);
ext
main._c
//ICC-AVR application builder : 2007-6-9 11:45:19
// Target : M162
// Crystal: 3.6864Mhz
#include "sci.h"
#include "modem.h"
#include
#include
#pragma data:eeprom
BYT
main.c
//ICC-AVR application builder : 2007-6-9 11:45:19
// Target : M162
// Crystal: 3.6864Mhz
#include "sci.h"
#include "modem.h"
#include
#include
#pragma data:eeprom
BYT
main.c
/******************************************************************************
**CPU:STC89C58RD+
**RAM:HY62256 32k 0x0000H-0x7FFFH
**EEPROM:STC EEPROM 16K 0x8000H-0xF3FFH
**FLASH:STC
main.c
/******************************************************************************
**CPU:STC89C58RD+
**RAM:HY62256 32k 0x0000H-0x7FFFH
**EEPROM:STC EEPROM 16K 0x8000H-0xF3FFH
**FLASH:STC