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.

how to interface pic16f877a with eeprom

Status
Not open for further replies.

snishanth512

Full Member level 3
Joined
Nov 12, 2012
Messages
159
Helped
13
Reputation
26
Reaction score
13
Trophy points
1,308
Location
India
Activity points
2,135
I need to store 1024 x 8 bits of data.

Which eeprom is best suited for PIC16F877A?

please list some good eeproms.
 

You can use an external SPI or I2C device.
Depending on compiler, may have built-in API functions to perform this access.

+++
 

Sorry I didn't get you.

I am micro-controller beginner.

Hi,

As for the type of chip, buy the largest you can find, they are just as cheap as the smaller ones.
Two types, I2C and SPI interfaces shown here, many others available.

https://uk.farnell.com/microchip/24aa64-i-p/ic-eeprom-serial-64kb-smd-pdip8/dp/1331303
https://uk.farnell.com/microchip/25aa080a-i-p/ic-eeprom-serial-8kb-smd-pdip8/dp/1331352

What Andre means is that whatever complier you are using, Assembler, C, Basic , you will probably find that they have an SPI or I2C program code routine ready made in their libraries, though it is possible to code up your own.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top