Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

What can I do with IGEPv2 EXPANSION

201 bytes added, 17:41, 10 September 2012
m
How to use EEPROM
== How to use EEPROM ==
'''Basic''' IGEPv2 Expansion includes a serial EEPROM, provides 1KB of user data storage. EEPROM is connected through I2C2 of OMAP3 processor at address 0x50.{{#lstThe following example writes the value 0x22 to register 0x10 of device 0x50 on i2c bus 2:How to use EEPROM|igepv2exp}}'''Know more''' <pre>i2cset -f -y 2 0x50 0x10 0x22{{#lst:How to use EEPROM|know_more}}i2cget -f -y 2 0x50 0x10</pre>
''From [[How to use EEPROM]]''
4,199
edits