ATtiny1624/1626/1627

Data

Name:
DATA
Offset:
0x04
Reset:
0x00
Access:
-
Bit76543210
DATA[7:0]
AccessR/WR/WR/WR/WR/WR/WR/WR/W
Reset00000000

Bits 7:0 – DATA[7:0]: SPI Data

SPI Data

The DATA register is used for sending and receiving data. Writing to the register initiates the data transmission when in Host mode while preparing data for sending in Client mode. The byte written to the register shifts out on the SPI output line when a transaction is initiated.

The SPIn.DATA register is not a physical register. Depending on what mode is configured, it is mapped to other registers, as described below.

  • Normal mode:
    • Writing the DATA register will write the shift register
    • Reading from DATA will read from the Receive Data register
  • Buffer mode:
    • Writing the DATA register will write to the Transmit Data Buffer register
    • Reading from DATA will read from the Receive Data Buffer register. The contents of the Receive Data register will then be moved to the Receive Data Buffer register.