Quantcast
Channel: EngineerZone: Message List
Viewing all articles
Browse latest Browse all 28044

Re: Aduc7126 IIC problem

$
0
0

HI~PatrickN:

I go according Datasheet set I2C1 10bit MODE.

I tried to modify the I2C1 128 addresses to use,

Master is set to address 128

  I2C1ADR0 = 0xF0;

  I2C1ADR1 = 0x80;

Slave is set to address 128

  I2C1SCON = 0x703;

  I2C1ID0 = 0x00;

  I2C1ID1 = 0xF1;

But still failed,Settings are there problems?

Attached is my I2C1 10bit of Source code.

Please help me solve ~ Thank you very much.


Viewing all articles
Browse latest Browse all 28044