Gast
#2283030
Hallo, es fehlt mir schwer das folgende Text zu verstehen: [Start sequence in slave mode ● In full-duplex mode (BIDIMODE=0 and RXONLY=0) – The sequence begins when the slave device receives the clock signal and the first bit of the data on its MOSI pin. The 7 remaining bits are loaded into the shift register. – At the same time, the data are parallel loaded from the Tx buffer into the 8-bit shift register during the first bit transmission, and then shifted out serially to the MISO pin. The software must have written the data to be sent before the SPI master device initiates the transfer.] dieses Text beschreibt, wie die Daten bei SPI (Transmit_only in Slave Mode) transportiert wird. Dies ist 1:1 vom RM0008 s.664 kopiert. Was ich nicht verstehe: 1)... and the first bit of the data on its MOSI pin. wie kann es sein, dass sobald der CLK ankommt ist der MSB an MOSI-Pin angelegt? warum soll das MSB an MOSI-Pin angelgt werde? soweit ich weiss es soll an MISO-Pin angelegt werden, denn ja es geht um Transport in Slave-Mode, was normalerweise der MISO-Pin dafür eingesetzt wird.