Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

What can I do with IGEPv2 EXPANSION

400 bytes removed, 12:06, 27 August 2012
m
How to use EEPROM
'''Basic'''
 The IGEP0022 expansion board provides an AT24C01B serial {{#lst:How to use EEPROM memory which is connected to the OMAP via I2C (register 50).<br>  Use i2c-tools to manage it|overview}}{{#lst: <pre>i2cget &lt;bus&gt; &lt;chip&gt; &lt;register&gt;i2cset &lt;bus&gt; &lt;chip&gt; &lt;register&gt; &lt;value&gt;</pre> For example, the following writes the value 0x22 How to register 0x10 of device 0x50 on i2c bus 2: <pre>i2cset -f -y 2 0x50 0x10 0x22i2cget -f -y 2 0x50 0x10</pre> use EEPROM|play}}
'''Know more'''
 See also{{#lst: i2dump(8), i2cget(8) and i2cset(8) man page How to use EEPROM|know_more}}
== How to use CAN bus ==
4,199
edits