TS-7250-V3 FPGA I2C

From embeddedTS Manuals
Revision as of 17:29, 12 October 2021 by Mark (talk | contribs) (Created page with "The TS-7250-V3 supports the opencore I2C controller which is used for Mikrobus I2C. The Mikrobus i2c port is /dev/i2c-4. Scan for devices with: <source lang=bash> i2cdetec...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The TS-7250-V3 supports the opencore I2C controller which is used for Mikrobus I2C.

The Mikrobus i2c port is /dev/i2c-4. Scan for devices with:

i2cdetect 4

This will show what addresses ack on the bus. Linux i2c-tools (i2cdetect, i2cget, i2cset) can be used to interface with devices, or custom clients can be written.