代码搜索结果
找到约 10,000 项符合
EEPROM 的代码
eeprom.lk
main.o
eeprom.lst
__text_start:
__start:
002A E5CF LDI R28,0x5F
002B E0D4 LDI R29,4
002C BFCD OUT 0x3D,R28
002D BFDE OUT 0x3E,R29
002E 51C0 SUBI R28,0x10
002F 40D
eeprom.prj
[Compiler Options]
Edit1=D:\AVR\icc\include\
Edit2=D:\AVR\icc\lib\
Edit8=
CheckBox1=0
CheckBox2=1
Edit3=
Edit4=
Edit11=16
Edit13=
ComboBox1=0
Edit9=16384
Edit10=1024
ComboBox2=9
RadioGro
eeprom.mp
NOTE: AVR Code addresses are word addresses
All other addresses (including ones in FLASH) are byte addresses
Area Addr Size Decimal Bytes (Attributes)
----------
eeprom.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.a*; *.src)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt)
pExt (*.plm)
CppX (*.cpp)
DaveTm { 0,0,0,0,0,0,0,0 }
eeprom.inc
;********************************************************************************************************;
;
; Name: ee.inc
; Founction: interface for internal eeprom
; MCU: AVR
; Date: 2007-9
eeprom.c
//-----------------------------------------------------------------------------
// File: eeprom.c
// Contents: EEPROM update firmware source. (Write only)
//
// indent 3. NO TABS!
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 ");