IDT1338
REAL-TIME CLOCK WITH BATTERY BACKED NON-VOLATILE RAM RTC
IDT®
REAL-TIME CLOCK WITH BATTERY BACKED NON-VOLATILE RAM 7
IDT1338 REV S 111214
being PM. In the 24-hour mode, bit 5 is the second 10-hour
bit (20–23 hours). If the 12/24
-hour mode select is changed,
the hours register must be re-initialized to the new format.
On an I
2
C START, the current time is transferred to a second
set of registers. The time information is read from these
secondary registers, while the clock continues to run. This
eliminates the need to re-read the registers in case of an
update of the main registers during a read.
Table 4. Control Register (07H)
The control register controls the operation of the SQW/OUT pin and provides oscillator status.
Bit 7: Output Control (OUT). Controls the output level of the SQW/OUT pin when the square-wave output is disabled. If SQWE
= 0, the logic level on the SQW/OUT pin is 1 if OUT = 1; it is 0 if OUT = 0.
Bit 5: Oscillator Stop Flag (OSF). A logic 1 in this bit indicates that the oscillator has stopped or was stopped for some time
period and can be used to judge the validity of the clock and calendar data. This bit is edge triggered, and is set to logic 1 when
the internal circuitry senses the oscillator has transitioned from a normal run state to a STOP condition. The following are
examples of conditions that may cause the OSF bit to be set:
1) The first time power is applied.
2) The voltage present on VCC and VBAT are insufficient to support oscillation.
3) The CH bit is set to 1, disabling the oscillator.
4) External influences on the crystal (i.e., noise, leakage, etc.).
This bit remains at logic 1 until written to logic 0. This bit can only be written to logic 0. Attempting to write OSF to logic 1 leaves
the value unchanged.
Bit 4: Square-Wave Enable (SQWE). When set to logic 1, this bit enables the oscillator output to operate with either VCC or
V
BAT
applied. The frequency of the square-wave output depends upon the value of the RS0 and RS1 bits.
Bits 1 and 0: Rate Select (RS1 and RS0). These bits control the frequency of the square-wave output when the square-wave
output has been enabled. The table below lists the square-wave frequencies that can be selected with the RS bits.
Table 5. Square Wave Output
Bit #Bit 7Bit 6Bit 5Bit 4Bit 3Bit 2Bit 1Bit 0
Name OUT 0 OSF SQWE 0 0 RS1 RS0
POR10110011
OUT RS1 RS0 SQW Output SQWE
X00 1 Hz 1
X 0 1 4.096 kHz 1
X 1 0 8.192 kHz 1
X 1 1 32.768 kHz 1
0XX 0 0
1XX 1 0
IDT1338
REAL-TIME CLOCK WITH BATTERY BACKED NON-VOLATILE RAM RTC
IDT®
REAL-TIME CLOCK WITH BATTERY BACKED NON-VOLATILE RAM 8
IDT1338 REV S 111214
I
2
C Serial Data Bus
The IDT1338 supports the I
2
C bus protocol. A device that
sends data onto the bus is defined as a transmitter and a
device receiving data as a receiver. The device that controls
the message is called a master. The devices that are
controlled by the master are referred to as slaves. The bus
must be controlled by a master device that generates the
serial clock (SCL), controls the bus access, and generates
the START and STOP conditions. The IDT1338 operates as
a slave on the I
2
C bus. Within the bus specifications, a
standard mode (100 kHz maximum clock rate) and a fast
mode (400 kHz maximum clock rate) are defined. The
IDT1338 works in both modes. Connections to the bus are
made via the open-drain I/O lines SDA and SCL.
The following bus protocol has been defined (see the “Data
Transfer on I
2
C Serial Bus” figure):
Data transfer may be initiated only when the bus is not
busy.
During data transfer, the data line must remain stable
whenever the clock line is HIGH. Changes in the data line
while the clock line is HIGH are interpreted as control
signals.
Accordingly, the following bus conditions have been defined:
Bus not busy: Both data and clock lines remain HIGH.
Start data transfer: A change in the state of the data line,
from HIGH to LOW, while the clock is HIGH, defines a
START condition.
Stop data transfer: A change in the state of the data line,
from LOW to HIGH, while the clock line is HIGH, defines the
STOP condition.
Data valid: The state of the data line represents valid data
when, after a START condition, the data line is stable for the
duration of the HIGH period of the clock signal. The data on
the line must be changed during the LOW period of the clock
signal. There is one clock pulse per bit of data.
Each data transfer is initiated with a START condition and
terminated with a STOP condition. The number of data
bytes transferred between START and STOP conditions is
not limited, and is determined by the master device. The
information is transferred byte-wise and each receiver
acknowledges with a ninth bit.
Acknowledge: Each receiving device, when addressed, is
obliged to generate an acknowledge after the reception of
each byte. The master device must generate an extra clock
pulse that is associated with this acknowledge bit.
A device that acknowledges must pull down the SDA line
during the acknowledge clock pulse in such a way that the
SDA line is stable LOW during the HIGH period of the
acknowledge related clock pulse. Of course, setup and hold
times must be taken into account. A master must signal an
end of data to the slave by not generating an acknowledge
bit on the last byte that has been clocked out of the slave. In
this case, the slave must leave the data line HIGH to enable
the master to generate the STOP condition.
Timeout: Timeout is where a slave device resets its
interface whenever Clock goes low for longer than the
timeout, which is typically 35mSec. This added logic deals
with slave errors and recovering from those errors. When
timeout occurs, the slave interface should re-initialize itself
and be ready to receive a communication from the master,
but it will expect a Start prior to any new communication.
IDT1338
REAL-TIME CLOCK WITH BATTERY BACKED NON-VOLATILE RAM RTC
IDT®
REAL-TIME CLOCK WITH BATTERY BACKED NON-VOLATILE RAM 9
IDT1338 REV S 111214
Data Transfer on I
2
C Serial Bus
Depending upon the state of the R/W bit, two types of data
transfer are possible:
1) Data transfer from a master transmitter to a slave
receiver. The first byte transmitted by the master is the
slave address. Next follows a number of data bytes. The
slave returns an acknowledge bit after each received byte.
Data is transferred with the most significant bit (MSB) first.
2) Data transfer from a slave transmitter to a master
receiver. The first byte (the slave address) is transmitted by
the master. The slave then returns an acknowledge bit. This
is followed by the slave transmitting a number of data bytes.
The master returns an acknowledge bit after all received
bytes other than the last byte. At the end of the last received
byte, a “not acknowledge” is returned. The master device
generates all of the serial clock pulses and the START and
STOP conditions. A transfer is ended with a STOP condition
or with a repeated START condition. Since a repeated
START condition is also the beginning of the next serial
transfer, the bus is not released. Data is transferred with the
most significant bit (MSB) first.
The IDT1338 can operate in the following two modes:
1) Slave Receiver Mode (Write Mode): Serial data and
clock are received through SDA and SCL. After each byte is
received an acknowledge bit is transmitted. START and
STOP conditions are recognized as the beginning and end
of a serial transfer. Address recognition is performed by
hardware after reception of the slave address and direction
bit (see the “Data Write–Slave Receiver Mode” figure). The
slave address byte is the first byte received after the START
condition is generated by the master. The slave address
byte contains the 7-bit IDT1338 address, which is 1101000,
followed by the direction bit (R/W
), which is 0 for a write.
After receiving and decoding the slave address byte the
slave outputs an acknowledge on the SDA line. After the
IDT1338 acknowledges the slave address + write bit, the
master transmits a register address to the IDT1338. This
sets the register pointer on the IDT1338, with the IDT1338
acknowledging the transfer. The master may then transmit
zero or more bytes of data, with the IDT1338 acknowledging
each byte received. The address pointer increments after
each data byte is transferred. The master generates a STOP
condition to terminate the data write.
2) Slave Transmitter Mode (Read Mode): The first byte is
received and handled as in the slave receiver mode.
However, in this mode, the direction bit indicates that the
transfer direction is reversed. Serial data is transmitted on
SDA by the IDT1338 while the serial clock is input on SCL.
START and STOP conditions are recognized as the
beginning and end of a serial transfer (see the “Data
Read–Slave Transmitter Mode” figure). The slave address
byte is the first byte received after the START condition is
generated by the master. The slave address byte contains
the 7-bit IDT1338 address, which is 1101000, followed by
the direction bit (R/W
), which is 1 for a read. After receiving
and decoding the slave address byte the slave outputs an
acknowledge on the SDA line. The IDT1338 then begins to
transmit data starting with the register address pointed to by

1338AC-18SRGI8

Mfr. #:
Manufacturer:
IDT
Description:
Real Time Clock RTC w/Battery Backed Non-Volatile RAM
Lifecycle:
New from this manufacturer.
Delivery:
DHL FedEx Ups TNT EMS
Payment:
T/T Paypal Visa MoneyGram Western Union