代码搜索结果
找到约 10,000 项符合
EEPROM 的代码
eeprom.lst
A51 MACRO ASSEMBLER EEPROM 08/06/2006 09:19:38 PAGE 1
MACRO ASSEMBLER A51 V8.00
OBJECT MODULE PLACED IN EEPROM.OBJ
ASSEMBLER I
eeprom.lnp
"EEPROM.obj"
TO "EEPROM"
eeprom.plg
礦ision3 Build Log
Project:
E:\Program Files\Labcenter Electronics\Proteus 6 Demonstration(2)\67 EEPROM\EEPROM.uv2
Project File Date: 08/06/2006
Outp
eeprom.c
/*
create by hzh, to support wr/rd parameters to/from eeprom
*/
#include "def.h"
#include "2440addr.h"
#include "2440lib.h"
#define SLV_ADDR_24C02 0xa0
#define SLV_ADDR_CAMERA 0x5a
void m
eeprom.c
//#####################---文件信息-----############################
//文 件 名 : eeprom.c
//创 建 人 :
//建 立 时 间 : 2006-8-11
//版 本 描 述 :
//功 能 描 述 : AVR EEPROM 读写程序
eeprom.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="E:\2407\eeprom\"
ProjectType=Executable
CPUFamily=TMS320C24XX
Tool="Compiler"
Tool=
eeprom.c
// 24LC256的应用编程
// 该程序实现DSP2407与EEPROM芯片24LC256的接口编程
#include "register.h"
int source[4]={3,3,3,3};
int result[4];
int n,control;
// 系统初始化子程序
void sysinitial()
{
asm( " setc INTM ");
eeprom.c
/*
create by hzh, to support wr/rd parameters to/from eeprom
*/
#include "def.h"
#include "2440addr.h"
#include "2440lib.h"
#define SLV_ADDR_24C02 0xa0
void Delay(int ms);
static volati