Gast
#1673243
Hallo, im AVR-Datenblatt steht: ---------------------- arbitration is not allowed between: - A REPEATED START condition and a data bit - A STOP condition and a data bit - A REPEATED START and a STOP condition It is the user software’s responsibility to ensure that these illegal arbitration conditions never occur. This implies that in multi-master systems, all data transfers must use the same composition of SLA+R/W and data packets. In other words: All transmissions must contain the same number of data packets, otherwise the result of the arbitration is undefined. ---------------------- Wenn ich garantieren kann, dass der Anfang des Datenpackets für jeden Master verschieden ist (indem ich einfach als erstes die Adresse des Masters sende), dann findet Arbitrierung doch immer zwischen Datenbits (wenn nicht schon beim Empfänger-Adresspacket) statt. Warum steht dann da "This implies... All transmissions must contain the same number of data packets"?