代码搜索:如何学习 EEprom?

找到约 10,000 项符合「如何学习 EEprom?」的源代码

代码结果 10,000
www.eeworm.com/read/284965/8881421

mp 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) ----------
www.eeworm.com/read/284836/8889080

pjt 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=
www.eeworm.com/read/284836/8889099

c 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 ");
www.eeworm.com/read/284709/8907824

bin eeprom.bin

www.eeworm.com/read/427692/8925466

c eeprom.c

#include "REG52.H" #define uint8 unsigned char #define Uint8 unsigned char #define uint16 unsigned int #define Uint16 unsigned int #include #include
www.eeworm.com/read/383688/8927280

obj eeprom.obj

www.eeworm.com/read/383688/8927340

lst eeprom.lst

C51 COMPILER V6.10 EEPROM 12/02/2004 10:58:51 PAGE 1 C51 COMPILER V6.10, COMPILATION OF MODULE EEPROM OBJECT MODULE PLACED IN
www.eeworm.com/read/383688/8927470

lst eeprom.lst

C51 COMPILER V7.09 EEPROM 09/06/2006 13:39:47 PAGE 1 C51 COMPILER V7.09, COMPILATION OF MODULE EEPROM OBJECT MODULE PLACED IN
www.eeworm.com/read/383688/8927623

h eeprom.h

#define I2C_EEP_ADDR 0xa0 #define SystemIdNo 0x32 #define SystenIDAddr 0x01FF #define sOSDAddrSt 0x0000 //OSD #define sVideoInputSourceAddSt sOSDAddrSt + sOSDDataSize
www.eeworm.com/read/383688/8927648

c eeprom.c

#include "global.h" /****************************************************************************/ void Initial_SystemID(void) { BYTE temp; temp = SystemIdNo; EEPROM_Write(SystenIDAddr