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.

Help !! Interfacing PIC12f675 with EEPROM AT24C64

Status
Not open for further replies.

microT

Newbie level 6
Joined
Oct 6, 2005
Messages
13
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,425
at24c64 interfacing

Hi ....

I m working with Microchip controller PIC12f675 and want to interface it with serial EEPROM AT24C64. However have no idea how it could be done ....

If anyone could help please ...

Thanks in advance.
 

take a look at the AT24C64 datasheet. it shows the 2-wire interface protocol which is also called I²C. You can find lots of bitbang code for this on the web. there are also pull-up resistors needed on the data and clock lines. I believe microchip has an applications note on interfacing to an I²C device. It is a bit complex.

You may not want this advice but I'd look at using eeproms using SPI instead of I²C - it is much easier to "bit bang".
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top