Search

Technical Discussion Group Forum

This forum is provided for user discussion. While Beacon EmbeddedWorks support staff and engineers participate, Beacon EmbeddedWorks does not guarantee the accuracy of all information within in the Technical Discussion Group (TDG).

The "Articles" forums provide brief Articles written by Beacon EmbeddedWorks engineers that address the most frequently asked technical questions.

To receive email notifications when updates are posted for a Beacon EmbeddedWorks product download, please subscribe to the TDG Forum of interest.

TDG Forum

PrevPrev Go to previous topic
NextNext Go to next topic
Last Post 20 Mar 2015 01:38 PM by  Adam Ford
I2C
 1 Replies
Sort:
You are not authorized to post a reply.
Author Messages
Sergey Brandis
New Member
New Member
Posts:79


--
19 Mar 2015 09:55 AM

     Hi  ! 

     

     We want connect DM3730 with PLD through I2C interface. Can we send some samples ,how to work I2C in DM3730?

     

    Regards,

    Sergey

    Adam Ford
    Advanced Member
    Advanced Member
    Posts:794


    --
    20 Mar 2015 01:38 PM
    The easiest thing to go quickly is to use i2cset and i2cget.

    There are some examples in section 4.19 of the Linux User Guide found: http://support.logicpd.co...talid=0&EntryId=1392

    You should be able to read and write the i2c bus.

    If you want to see the code for the i2c tools, enter the following:

    ./ltib -p i2c-tools -m prep

    From there, you'll get the source that builds the tools. It should help point you along.

    adam

    You are not authorized to post a reply.