- This topic has 1 reply, 2 voices, and was last updated 9 years ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
|
Microcontroller › 8051 › EEPROM 24c02 interface with 8051
Can anybody explain me
1. Read operation in EEPROM
2. write operation in EEPROM
3. Erase byte In EEPROM
I want explanation wih C code in separate-2 module. It should not be combined with in 1 module so that it is easily understandable.
reply me : [email protected]
Hye shiv kumar,
24C02 support I2C protocol for communicate with controller.Here first you learn how to work I2C protocol.Refer the following link which help to you understaing operation of EEPROM:
1) For Read/Write operation
2) For memory clear operation
http://www.engineersgarage.com/microcontroller/8051projects/serial_eeprom_24c02_memory_reset-circuit
3) For Understanding I2C protocol
http://www.engineersgarage.com/tutorials/twi-i2c-interface?page=1