Johannes schrieb:
> eigentlich hatte ich gedacht, dass ich bei diesen pins die daten
> rüberschicke, bzw. auslese. wobei es bei etwas Überlegung eigentlich
> kein sinn macht, da ich die Daten ja alle über SPI schicke.
Ja. Alle Nutzdaten werden ausschließlich über SPI übertragen.
> wofür sind die denn da? bzw. was können die?
Steht eigentlich ganz am Anfang im Datenblatt, Kapitel 1.2:
There is one multi-purpose interrupt pin (as
well as specific interrupt pins) for each of the receive
registers that can be used to indicate a valid message
has been received and loaded into one of the receive
buffers. Use of the specific interrupt pins is optional.
Additionally, there are three pins available to initiate
immediate transmission of a message that has been
loaded into one of the three transmit registers. Use of
these pins is optional, as initiating message
transmissions can also be accomplished by utilizing
control registers, accessed via the SPI interface
-> Braucht man nicht zwingend.