#1 21662383 30 May 2012 08:27 ANDANI PRASHANT ANDANI PRASHANT Anonymous Post #1 21662383 30 May 2012 08:27 i want to interface EEPROM with 8051 controller.So can you help me to find out code for it?
#2 21662384 30 May 2012 08:38 Mark Majewski Mark Majewski Anonymous Post #2 21662384 30 May 2012 08:38 What do You mean ....EEPROM (parrallel or serial)Standard EEPROM is parallel and You have to connect many pins.What do You want do with eeprom ?B rgdsMark
#3 21662385 30 May 2012 08:42 ANDANI PRASHANT ANDANI PRASHANT Anonymous Post #3 21662385 30 May 2012 08:42 i just want to store value from 8051 to EEPROM.so i can retrieve value after reset the controller.
#4 21662386 30 May 2012 08:43 ANDANI PRASHANT ANDANI PRASHANT Anonymous Post #4 21662386 30 May 2012 08:43 i am using serial eeprom.
#5 21662387 30 May 2012 10:53 Razvan-Daniel Ionescu Razvan-Daniel Ionescu Anonymous Post #5 21662387 30 May 2012 10:53 Take a look here: "How to Interface Serial EEPROM 24C02 with 8051 microcontroller (AT89C51)":http://www.engineersgarage.com/microcontroller/8051projects/interface-serial-eeprom-24c02-AT89C51-circuit
#6 21662388 30 May 2012 11:44 Steve Lawson Steve Lawson Anonymous Post #6 21662388 30 May 2012 11:44 Also, consider a different technology. Many of the PIC microcontrollers have EEPROM built in. The same is probably true for other MCU technologies.