English
Language : 

BQ3285EC Datasheet, PDF (7/26 Pages) Texas Instruments – Real-Time Clock (RTC)
bq3285EC/LC
Periodic Interrupt
Update Cycle Interrupt
If the periodic interrupt event is enabled by writing a 1
to the periodic interrupt enable bit (PIE) in register C,
an interrupt request is generated once every 122µs to
500ms. The period between interrupts is selected with
bits RS3-RS0 in register A (see Table 3).
The update cycle ended flag bit (UF) in register C is set to
a 1 at the end of an update cycle. If the update interrupt
enable bit (UIE) of register B is 1, and the update transfer
inhibit bit (UTI) in register B is 0, then an interrupt re-
quest is generated at the end of each update cycle.
Alarm Interrupt
The alarm interrupt is active in battery-backup mode,
providing a “wake-up” capability. During each update
cycle, the RTC compares the hours, minutes, and sec-
onds bytes with the three corresponding alarm bytes. If
a match of all bytes is found, the alarm interrupt event
flag bit, AF in register C, is set to 1. If the alarm event
is enabled, an interrupt request is generated.
An alarm byte may be removed from the comparison by
setting it to a “don't care” state. An alarm byte is set to
a “don't care” state by writing a 1 to each of its two
most-significant bits. A “don't care” state may be used to
select the frequency of alarm interrupt events as follows:
n If none of the three alarm bytes is “don't care,” the
frequency is once per day, when hours, minutes, and
seconds match.
n If only the hour alarm byte is “don't care,” the
frequency is once per hour, when minutes and
seconds match.
n If only the hour and minute alarm bytes are “don't
care,” the frequency is once per minute, when seconds
match.
n If the hour, minute, and second alarm bytes are
“don't care,” the frequency is once per second.
Accessing RTC bytes
The EXTRAM pin must be low to access the RTC regis-
ters. Time and calendar bytes read during an update
cycle may be in error. Three methods to access the time
and calendar bytes without ambiguity are:
n Enable the update interrupt event to generate
interrupt requests at the end of the update cycle.
The interrupt handler has a maximum of 999ms to
access the clock bytes before the next update cycle
begins (see Figure 3).
n Poll the update-in-progress bit (UIP) in register A. If
UIP = 0, the polling routine has a minimum of tBUC
time to access the clock bytes (see Figure 3).
n Use the periodic interrupt event to generate
interrupt requests every tPI time, such that UIP = 1
always occurs between the periodic interrupts. The
interrupt handler has a minimum of tPI/2 + tBUC
time to access the clock bytes (see Figure 3).
Oscillator Control
When power is first applied to the bq3285LC and VCC is
above VPFD, the internal oscillator and frequency divider
are turned on by writing a 010 pattern to bits 4 through
6 of register A. A pattern of 11X turns the oscillator on
but keeps the frequency divider disabled. Any other pat-
tern to these bits keeps the oscillator off. A pattern of
010 must be set for the bq3285EC/LC to keep time in
battery backup mode.
July 1996
Figure 3. Update-Ended/Periodic Interrupt Relationship
7