代码搜索结果

找到约 10,000 项符合 EEPROM 的代码

signal.v

`timescale 1ns/1ns `define timeslice 200 module Signal(RESET,CLK,RD,WR,ADDR,ACK,DATA); output RESET; output CLK; output RD,WR; output[10:0]ADDR; input ACK; inout [7:0]DATA;

ee.h

/* This file has been prepared for Doxygen automatic documentation generation.*/ /*! \file ********************************************************************* * * \brief * Allocation of

readme.txt

内部<mark>EEPROM</mark>读写实验,本实验涉及数码管串行显示,建议在掌握数码管串行显示的基础上,来学习本例程。本实验可记录系统启动次数,每启动一次,数码管显示数据加一,此数据保存于ATmega16内部<mark>EEPROM</mark>中。 硬件配置:参照硬件手册,接通74HC595和74HC138,以及使能74HC595 CPU时钟: 内部8M 相关短路子组:J2、J6 ...

main.c1

//********************************************************************** // // main.c // // Myson-Century CS620X Embedded HTTP Server demo program. // // This demo program shows how to use th

main.c1

//********************************************************************** // // main.c // // Myson-Century CS620X Embedded HTTP Server demo program. // // This demo program shows how to use th

dg128c.h

//[DG128C.h]MC9S12DG128 MCU映像寄存器名定义--------------------------------- //[防止重复定义] #ifndef IOREGS12_H #define IOREGS12_H #ifndef IOREGS_BASE #define IOREGS_BASE 0x0000 #endif //[地址函数定义]

main.mp

NOTE: AVR Code addresses are word addresses All other addresses (including ones in FLASH) are byte addresses Area Addr Size Decimal Bytes (Attributes) ----------

stceeprom.plg

礦ision2 Build Log Project: C:\Documents and Settings\Administrator\桌面\stc12c5412ad_Eeprom\stcEeprom.uv2 Project File Date: 03/07/2009 Output:

i2ceeprom.h

/*! \file i2ceeprom.h \brief Interface for standard I2C EEPROM memories. */ //***************************************************************************** // // File Name : 'i2ceeprom.h' // Title

cufirst.a51

;EEPROM PORT DEFINITIONS ETC. SDA1 EQU P1.6 SCL1 EQU P1.7 WTCMD EQU 10100000B ;WRITE DATA COMMAND RDCMD EQU 10100001B ;READ DATA COMMAND HBADD EQU 7Eh MEMORY EQU 7Fh