代码搜索结果
找到约 10,000 项符合
EEPROM 的代码
readme.txt
I2C
This example application uses the I2C master to communicate with the Atmel
AT24C08A EEPROM that is on the development board. The first sixteen bytes of
the EEPROM are erased and then program
readme.txt
I2C
This example application uses the I2C master to communicate with the Atmel
AT24C08A EEPROM that is on the development board. The first sixteen bytes of
the EEPROM are erased and then program
readme.txt
I2C
This example application uses the I2C master to communicate with the Atmel
AT24C08A EEPROM that is on the development board. The first sixteen bytes of
the EEPROM are erased and then program
readme.txt
I2C
This example application uses the I2C master to communicate with the Atmel
AT24C08A EEPROM that is on the development board. The first sixteen bytes of
the EEPROM are erased and then program
readme.txt
I2C
This example application uses the I2C master to communicate with the Atmel
AT24C08A EEPROM that is on the development board. The first sixteen bytes of
the EEPROM are erased and then program
extram1.sdi
,,,; EEPROM - Read Write the EEPROM.
,,,; Specify Device.
,,,.device AT90S8515
,,,
,,,; I/O Register Definitions
,,,.equ SREG =$3F
,,,.equ SP =$3D
,,,.equ
readme.txt
I2C
This example application uses the I2C master to communicate with the Atmel
AT24C08A EEPROM that is on the development board. The first sixteen bytes of
the EEPROM are erased and then program
main.c
#include // SFR definition header file
#include // prototype declarations for I/O functions
#include // include EEPROM v
main.c
#include // SFR definition header file
#include // prototype declarations for I/O functions
#include // include EEPROM v
abstract.txt
LPC932 EXAMPLE: USING THE EEPROM TO SAVE DATA DURING POWER OFF
Christian Kulig, 12/06/02
INTRODUCTION:
The EEPROM of the LPC932 is a nonvolatile memory for storing parameter or certain data.
The