Datasheet

(TWSRn). Slave operation does not depend on Bit Rate or Prescaler settings, but the CPU clock
frequency in the Slave must be at least 16 times higher than the SCL frequency. Note that slaves may
prolong the SCL low period, thereby reducing the average TWI bus clock period.
The SCL frequency is generated according to the following equation:
SCLfrequency =
CPUClockfrequency
16 + 2(TWBR)
PrescalerValue
TWBR = Value of the TWI Bit Rate Register TWBRn
PrescalerValue = Value of the prescaler, see description of the TWI Prescaler bits in the TWSR
Status Register description (TWSRn.TWPS[1:0])
Note:  Pull-up resistor values should be selected according to the SCL frequency and the capacitive bus
line load. See the Two-Wire Serial Interface Characteristics for a suitable value of the pull-up resistor.
Related Links
Two-wire Serial Interface Characteristics on page 401
23.5.3. Bus Interface Unit
This unit contains the Data and Address Shift Register (TWDRn), a START/STOP Controller and
Arbitration detection hardware. The TWDRn contains the address or data bytes to be transmitted, or the
address or data bytes received. In addition to the 8-bit TWDRn, the Bus Interface Unit also contains a
register containing the (N)ACK bit to be transmitted or received. This (N)ACK Register is not directly
accessible by the application software. However, when receiving, it can be set or cleared by manipulating
the TWI Control Register (TWCRn). When in Transmitter mode, the value of the received (N)ACK bit can
be determined by the value in the TWSRn.
The START/STOP Controller is responsible for generation and detection of START, REPEATED START,
and STOP conditions. The START/STOP controller is able to detect START and STOP conditions even
when the AVR MCU is in one of the sleep modes, enabling the MCU to wake up if addressed by a Master.
If the TWI has initiated a transmission as Master, the Arbitration Detection hardware continuously
monitors the transmission trying to determine if arbitration is in process. If the TWI has lost an arbitration,
the Control Unit is informed. Correct action can then be taken and appropriate status codes generated.
23.5.4. Address Match Unit
The Address Match unit checks if received address bytes match the seven-bit address in the TWI
Address Register (TWARn). If the TWI General Call Recognition Enable bit (TWARn.TWGCE) is written
to '1', all incoming address bits will also be compared against the General Call address. Upon an address
match, the Control Unit is informed, allowing correct action to be taken. The TWI may or may not
acknowledge its address, depending on settings in the TWI Control Register (TWCRn). The Address
Match unit is able to compare addresses even when the AVR MCU is in sleep mode, enabling the MCU to
wake up if addressed by a Master.
23.5.5. Control Unit
The Control unit monitors the TWI bus and generates responses corresponding to settings in the TWI
Control Register (TWCRn). When an event requiring the attention of the application occurs on the TWI
bus, the TWI Interrupt Flag (TWINT) is asserted. In the next clock cycle, the TWI Status Register
(TWSRn) is updated with a status code identifying the event. The TWSRn only contains relevant status
information when the TWI Interrupt Flag is asserted. At all other times, the TWSRn contains a special
status code indicating that no relevant status information is available. As long as the TWINT Flag is set,
the SCL line is held low. This allows the application software to complete its tasks before allowing the TWI
transmission to continue.
Atmel ATmega644A [DATASHEET]
Atmel-42716C-ATmega644A_Datasheet_Complete-10/2016
265