Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Serial External EEPROM

Status
Not open for further replies.

bangunprayogi

Newbie level 5
Joined
May 19, 2005
Messages
9
Helped
1
Reputation
2
Reaction score
1
Trophy points
1,283
Location
Bandung, Indonesia
Activity points
1,361
external eeprom

In EEPROM 24C64/24LC64 to PIC16F84A interfacing with I2C wire communication, should the A0,A1 and A2 are grounded?Then, how to refresh that serial external EEPROM?
 

Read the datasheet.

The chip select bits
allow the use of up to eight 24XX64 devices on the
same bus and are used to select which device is
accessed. The chip select bits in the control byte must
correspond to the logic levels on the corresponding A2,
A1, and A0 pins for the device to respond.

If you only have one device then make them logic zero.

>how to refresh that serial external EEPROM?

What do you mean by refresh? It does not need a refresh cycle like a dynamic RAM.
 
EEProm doesn't need to be "refreshed" , and the three address line allow you to connect up to 8 similar devices to the same I2C interface ..
Regards,
IanP
 

when your system has many 24C64 chips, A0, A1, A2 are used to

setup each chip's i2c address.

best regards




bangunprayogi said:
In EEPROM 24C64/24LC64 to PIC16F84A interfacing with I2C wire communication, should the A0,A1 and A2 are grounded?Then, how to refresh that serial external EEPROM?
 

eeprom is very easy to use.
the operation of read/write a eeprom is just like to operate a static ram.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top