代码搜索:如何学习 EEprom?
找到约 10,000 项符合「如何学习 EEprom?」的源代码
代码结果 10,000
www.eeworm.com/read/183242/9174544
exe eeprom.exe
www.eeworm.com/read/182923/9184425
paf eeprom.paf
www.eeworm.com/read/182923/9184427
obj eeprom.obj
www.eeworm.com/read/182923/9184430
pjt eeprom.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="E:\2407C\9eeprom1211\"
ProjectType=Executable
CPUFamily=TMS320C24XX
Tool="Compiler"
www.eeworm.com/read/182923/9184432
out eeprom.out
www.eeworm.com/read/182923/9184445
mak eeprom.mak
/************* Code Composer V1 Project Data ********************
The following section contains data generated by Code Composer
to store project information like build options, source filenames
www.eeworm.com/read/182923/9184451
c eeprom.c
#include "register.h"
int source[4]={0x2233,0x4455,0x4455,0x5566};
int result[4];
int n,control,control1;
//系统初始化子程序
void sysinitial()
{
asm(" setc INTM");//关闭总中断
asm(" clrc OVM");//累加器结果正常溢
www.eeworm.com/read/182923/9184497
c eeprom.c
//24LC256的宏定义
#define EDATA_H 0x0040 //FLOATS DATA LINE (IOPF6=1)
#define EDATA_L 0xFFBF //DRIVES DATA LINE LOW(IOPF6=0)
#define ECLOCK_H 0x0020 //FLOATS CLOCK LINE (IOPF5=1)
#def
www.eeworm.com/read/379620/9191439
c 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
www.eeworm.com/read/378653/9220275
h eeprom.h
/***********************************
Name: EEPROMDG128.c
Function:Erase and Program the EEPROM
Author: QIU ZHAOPENG
Data: 2008.10.01
** Contents :
** SetByte - byte IEE1