Arbitration lost in I2C protocol

Status
Not open for further replies.

raja.bhavanam

Junior Member level 3
Joined
Nov 22, 2005
Messages
28
Helped
1
Reputation
2
Reaction score
0
Trophy points
1,281
Activity points
1,502
arbitration lost

How to avoid arbitration lost in I2C protocol? Any sample source?
 

i2c arbitration lost

Do not let two or more parts of codes generate START condition at the same time.In short, take care of avoiding two modules accesing the same function/code which generatesSTART code.This can happen if lower pririty task is trying to generate start condition and it is preempted by another higher priority task which also generates START condition and after returning back to lower priority task also tries to generate START condition.just avoid this.
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…