Other Parts Discussed in Thread: TMS320F2808
Hi Hareesh,
If the nodes those who lost the arbitration keep trying for bus access then it will be in a tight loop right?
Suppose I have 4 nodes and all are sending data continuously through CAN(Consider first node has highest priority and it continues for remaining(2,3,4)). Then the possibility of getting Bus access for 4th node will be difficult? or how it get handled?
How many retry will execute for the data transfer?
Answer--> In case of lost arbitration, retries will be forever. In case of error, it is a bit more complicated, depending on who is the source of error.
Hareesh