LS1046ARDB KIT EEPROM READ AND WRITE

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

LS1046ARDB KIT EEPROM READ AND WRITE

708 Views
IB2020
Contributor II

i was trying to read and write data bytes to EEPROM CAT24C05. It is not working.I could open the i2c  interface with slave address 52 .After that writing address byte is not happening.

0 Kudos
3 Replies

702 Views
ufedor
NXP Employee
NXP Employee

Please provide log of the performed operations.

Please consider that the SEEPROM contains important system information (like MAC addresses), so it has to be handled accurately.

0 Kudos

688 Views
IB2020
Contributor II

The source code is attached .I could open the eeprom i2c interface.But after that fail to write i2c address errror is coming. Kindly help. Also i would like to know which address locations MAC address and other important data is stored.

0 Kudos

682 Views
ufedor
NXP Employee
NXP Employee

For the I2C source code refer to the U-Boot driver:

drivers/i2c/mxc_i2c.c
0 Kudos