freemanantony
Member level 4
- Joined
- May 19, 2010
- Messages
- 70
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,286
- Location
- Chennai, India
- Activity points
- 2,005
hai all
i am interfacing 8051 with eeprom using i2c .itz getting hanged when iam trying to write to odd address in eeprom. can anyone help me?the code is getting hanged @eeprom_write(0x00,0x05, 0x2E);when i wrote 3E to address 0x00, it is getting read as FE.
what can be the problem can anyone help me?
i am interfacing 8051 with eeprom using i2c .itz getting hanged when iam trying to write to odd address in eeprom. can anyone help me?the code is getting hanged @eeprom_write(0x00,0x05, 0x2E);when i wrote 3E to address 0x00, it is getting read as FE.
what can be the problem can anyone help me?