I2C ISR - MC9S12DP512

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

I2C ISR - MC9S12DP512

3,519件の閲覧回数
IgorN
Contributor II
I'm using  the I2C-block of MC9S12DP512 in slave mode only.
Did I need to handle the Arbitration Lost in this case?
 
 
 
 
 
 
 
 
 
 
 
 
Added p/n to subject.
 


Message Edited by NLFSJ on 2008-07-17 07:35 AM
ラベル(1)
4 返答(返信)

1,740件の閲覧回数
syf
Contributor I
hello
      I am a new fellow in this field .I wondering how to use the IIC.In my project,the MC9S12 is configured as  a master only,and communicate  with the MAX5418(a DCP).


Message Edited by syf on 2008-07-18 04:51 AM
0 件の賞賛
返信

1,740件の閲覧回数
J2MEJediMaster
Specialist I
Check out this forum thread for information in I2C programming.

---Tom
0 件の賞賛
返信

1,740件の閲覧回数
IgorN
Contributor II
Thanks, but one think is not clear for me yet.
Did the "arbitration lost" interrupt can to appear if my unit is constantly slave on I2C bus.
I'm undestend from the DS & AN that this interrupt couse if the unit in master mode.
Since if my unit is constantly slave(never master) did I must to handle this interrupt in the interrupt service routine?


Message Edited by IgorN on 2008-07-20 07:24 AM
0 件の賞賛
返信

1,740件の閲覧回数
bigmac
Specialist III
Hello,
 
The arbitration lost feature would usually only be applicable to a multi-master configuration, so that a master may be changed to slave mode, when another master has access to the IIC bus.
 
Regards,
Mac
 
0 件の賞賛
返信