Hi, everybody
 
I am trying to write driver for an I2C eeprom, m24c08. 
 
The problem is that the 7bit eeprom i2c slave address will vary according to 
address I am trying to access.
7bit i2c address consist of 4bit device type, 1bit eeprom pin status, 2bit the 
MSB of the address of eeprom
 
but in libi2c framework, the address is contained in minor, which is constant.
 
 
regards
_______________________________________________
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel

Reply via email to