代码搜索结果
找到约 10,000 项符合
EEPROM 的代码
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.cmd
-stack 40
MEMORY
{
PAGE 0 : VECS : origin = 0h , length = 40h /* 程序复位 */
PROG : origin = 044h , length = 7FBCh /* 在片FLASH */
PAGE 1 : MMRS : origin = 0h , length = 05
eeprom.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="F:\ti\myprojects\EEPROM\"
ProjectType=Executable
CPUFamily=TMS320C24XX
Tool="Compile
eeprom.c
#include "register.h"
int index=0,readdata,refe[214],disk[214]={0,1,0,2,0,0,0,0,0,0,0,0,1,0,0,0,0,2,1,90,25,0,15,0,20,0,15,0,30,0,45,0,60,0,75,0,90,0,105,0,120,0,135,0,150,0,165,0,180,0,195,0
eeprom.c
// Written by Ed Waugh 2004, www.edwaugh.co.uk
// for the original source, and hundreds more examples of PIC C code, see:
// http://www.microchipc.com/sourcecode/#eeprom
#use I2C(Master,sda=PIN_C4,s
eeprom.h
/*************************************************************************
filename EEPROM.h
designer 戴展波
date 2004/12/29
**********************************************************************