The PCF8563 is a CMOS real time clock/calendar optimized for low power
consumption. A programmableclockoutput,interruptoutputandvoltage-low detector
are also provided. All address and data are transferred serially via a two-line
bidirectional I2C-bus. Maximum bus speed is 400 kbit/s. The built-in word address
register is incremented automatically after each written or read data byte.
2.Features
■ Provides year, month, day, weekday, hours, minutes and seconds based on
32.768 kHz quartz crystal
■ Century flag
■ Clock operating voltage: 1.8 V to 5.5 V
■ Low backup current; typical 0.25 µA at VDD= 3.0 V and T
■ 400 kHz two-wire I2C-bus interface (at VDD= 1.8 V to 5.5 V)
CONTROL/STATUS 2
SECONDS/VL
MINUTES
HOURS
DAYS
WEEKDAYS
MONTHS/CENTURY
YEARS
MINUTE ALARM
HOUR ALARM
DAY ALARM
WEEKDAY ALARM
CLKOUT CONTROL
TIMER CONTROL
TIMER
OSCI1oscillator input
OSCO2oscillator output
INT3interrupt output (open-drain; active LOW)
V
SS
SDA5serial data input and output
SCL6serial clock input
CLKOUT7clock output, open-drain
V
DD
7
6
5
MGR886
V
INT
SS
2
3
4
PCF8563
4ground
8positive supply voltage
CLKOUT
SCL
SDA
8.Functional description
The PCF8563 contains sixteen 8-bit registers with an auto-incrementing address
register, an on-chip 32.768 kHz oscillator with one integrated capacitor, a frequency
divider which provides the source clock for the Real Time Clock/calender (RTC), a
programmable clock output, a timer, an alarm, a voltage-low detector and a 400 kHz
I2C-bus interface.
All 16 registers are designed as addressable 8-bit parallel registers although not all
bits are implemented. The first two registers (memory address 00H and 01H) are
used as control and/or status registers. The memory addresses 02H through 08H are
used as counters for the clock function (seconds up to years counters). Address
locations 09H through 0CH contain alarm registers which define the conditions for an
alarm. Address 0DH controls the CLKOUT output frequency. 0EH and 0FH are the
timer control and timer registers, respectively.
The seconds, minutes, hours, days, weekdays, months, years as well as the minute
alarm, hour alarm, day alarm and weekday alarm registers are all coded in BCD
format.
When one of the RTC registers is read the contents of all counters are frozen.
Therefore, faulty reading of the clock/calendar during a carry condition is prevented.
By clearing the MSB of one or more of the alarm registers (bit AE = alarm enable),
the corresponding alarm condition(s) will be active. In this way an alarm can be
generated from once per minute up to once per week. The alarm condition sets the
Alarm Flag (AF). The asserted AF can be used to generateaninterrupt (INT).TheAF
can only be cleared by software.
8.2 Timer
The 8-bit countdown timer at address 0FH is controlled by the timer control register at
address 0EH. The timer control register determines one of 4 source clock
frequencies for the timer (4096 Hz, 64 Hz, 1 Hz, or1⁄60Hz), and enables or disables
the timer. The timer counts down from a software-loaded 8-bit binary value. At the
end of every countdown, the timer sets the Timer Flag (TF). The TF may only be
cleared by software.Theasserted TF can be used to generate an interrupt (INT). The
interrupt may be generated as a pulsed signal every countdown period or as a
permanently active signal which follows the condition of TF. Bit TI/TP is used to
control this mode selection. When reading the timer, the current countdown value is
returned.
PCF8563
Real time clock/calendar
8.3 Clock output
A programmable square wave is available at pin CLKOUT. Operation is controlled by
the CLKOUT control register at address 0DH. Frequencies of 32.768 kHz (default),
1024 Hz, 32 Hz and 1 Hz can be generated for use as a system clock,
microcontroller clock, input to a charge pump, or for calibration of the oscillator.
CLKOUT is an open-drain output and enabled at power-on. If disabled it becomes
high-impedance.
8.4 Reset
The PCF8563 includes an internal reset circuit which is active whenever the oscillator
is stopped. In the reset state the I2C-bus logic is initialized and all registers, including
the address pointer, are cleared with the exception of bits FE, VL, TD1, TD0, TESTC
and AE which are set to logic 1.
8.5 Voltage-low detector
The PCF8563 has an on-chip voltage-low detector. When VDD drops below V
bit VL in the seconds register is set to indicate that the integrity of the clock
information is no longer guaranteed. The VL flag can only be cleared by software.
Bit VL is intended to detect the situation when VDD is decreasing slowly, for example
under battery operation. Should VDD reach V
bit VL will be set. This will indicate that the time may be corrupted.
Bit positions labelled as x are not implemented. Bit positions labelled with 0 should always be written with logic 0; if read they
could be either logic 0 or logic 1.
AddressRegister nameBCD format tens nibbleBCD format units nibble
Bit 7
3
2
Bit 6
2
2
Bit 5
1
2
Bit 4
0
2
Bit 3
3
2
Bit 2
2
2
Bit 1
1
2
Bit 0
0
2
02HsecondsVL<seconds 00 to 59 coded in BCD>
03Hminutesx<minutes 00 to 59 coded in BCD>
04Hhoursxx<hours 00 to 23 coded in BCD>
05Hdaysxx<days 01 to 31 coded in BCD>
06Hweekdaysxxxxx<weekdays 0 to 6>
07Hmonths/centuryCxx<months 01 to 12 coded in BCD>
08Hyears<years 00 to 99 coded in BCD>
09Hminute alarmAE<minute alarm 00 to 59 coded in BCD>
0AHhour alarmAEx<hour alarm 00 to 23 coded in BCD>
0BHday alarmAEx<day alarm 01 to 31 coded in BCD>
0CHweekday alarmAExxxx<weekday alarm 0 to 6>
1EXT_CLK test mode
60default value is logic 0
5STOP0RTC source clock runs
1all RTC divider chain flip-flops are asynchronously set to logic 0; the RTC clock is
stopped (CLKOUT at 32.768 kHz is still available)
40default value is logic 0
3TESTC0Power-on reset override facility is disabled; set to logic0 for normal operation
1Power-on reset override may be enabled
2 to 00default value is logic 0
8.6.2 Control/status 2 register
Bits TF and AF: When an alarm occurs, AF is set to 1. Similarly, at the end of a timer
countdown, TF is set to 1. These bits maintain their value until overwritten by
software. If both timer and alarm interrupts are required in the application, the source
of the interrupt can be determined by reading these bits. To prevent one flag being
overwritten while clearing another a logic AND is performed during a write access.
Bits TIE and AIE: These bits activate or deactivate the generation of an interrupt
when TF or AF is asserted, respectively. The interrupt is the logical OR of these two
conditions when both AIE and TIE are set.
4 to 0month01 to 12this register holds the current month coded in BCD format, see Table 16
[1] These bits may be re-assigned by the user.
[1]
0indicates the century is 20xx
1indicates the century is 19xx
Table 16: Month assignments
MonthBit 7Bit 6Bit 5Bit 4Bit 3Bit 2Bit 1Bit 0
January Cxx00001
February Cxx00010
MarchCxx00011
AprilCxx00100
MayCxx00101
JuneCxx00110
JulyCxx00111
AugustCxx01000
SeptemberCxx01001
OctoberCxx10000
NovemberCxx10001
DecemberCxx10010
this bit is toggled when the years register overflows from 99 to 00
…continued
Table 17: Years (address 08H) bits description
BitSymbolValueDescription
7 to 0years00 to 99this register holds the current year coded in BCD format
8.6.4 Alarm registers
When one or more of these registers are loaded with a valid minute, hour, day or
weekday and its corresponding bit Alarm Enable (AE) is logic 0, then that information
will be compared with the current minute, hour, day and weekday. When all enabled
comparisons first match, the Alarm Flag (AF) is set. AF will remain set until cleared
by software. Once AF has been cleared it will only be set again when the time
increments to match the alarm condition once more. Alarm registers which have their
bit AE at logic 1 will be ignored.
0 to 6this register holds the weekday alarm information coded in BCD format
8.6.5 Clock output control register
Table 22: CLKOUT control (address 0DH) bits description
BitSymbolValueDescription
7FE0the CLKOUT output is inhibited and CLKOUT output is set to high-impedance
1the CLKOUT output is activated
1 to 0FD1 and
FD0
Table 23: FD1 and FD0: CLKOUT frequency selection
FD1FD0CLKOUT frequency
0032.768 kHz
011024 Hz
1032Hz
111Hz
these bits control the frequency output at pin CLKOUT; see Table 23
8.6.6 Countdown timer
The timer register is an 8-bit binary countdown timer. It is enabled and disabled via
the timer control register bit TE. The source clock for the timer is also selected by the
timer control register. Other timer properties such as interrupt generation are
controlled via control/status 2 register.
For accurate read back of the countdown value, the I2C-bus clock (SCL) must be
operating at a frequency of at least twice the selected timer clock.
Table 24: Timer control (address 0EH) bits description
BitSymbolValueDescription
7TE0timer is disabled
1timer is enabled
1 to 0TD1 and
TD0
Table 25: TD1 and TD0: Timer frequency selection
TD1TD0TIMER Source clock frequency
004096 Hz
0164Hz
101Hz
11
timer source clock frequency select; these bits determine the source clock for the
countdown timer, see Table 25; when not in use, TD1 and TD0 should be set to
1
⁄60Hz for power saving
1
⁄60Hz
PCF8563
Real time clock/calendar
Table 26: Timer (address 0FH) bits description
BitSymbolValueDescription
7 to 0timer00 to FF
countdown value = n;
8.7 EXT_CLK test mode
A test mode is available which allows for on-board testing. In such a mode it is
possible to set up test conditions and control the operation of the RTC.
The test mode is entered by setting bit TEST1 in control/status1 register. Then
pin CLKOUT becomes an input. The test mode replaces the internal 64 Hz signal
with the signal applied to pin CLKOUT. Every 64 positive edges applied to
pin CLKOUT will then generate an increment of one second.
The signal applied to pin CLKOUT should have a minimum pulse width of 300 ns and
a minimum period of 1000 ns. The internal 64 Hz clock, now sourced from CLKOUT,
is divided downto 1 Hz by a 26divide chain called a pre-scaler. The pre-scaler can be
set into a known state by using bit STOP. When bit STOP is set, the pre-scaler is
reset to 0 (STOP must be cleared before the pre-scaler can operate again).
From a STOP condition, the first 1 second increment will take place after 32 positive
edges on CLKOUT. Thereafter, every 64 positive edges will cause a 1 second
increment.
Remark: Entry into EXT_CLK test mode is not synchronized to the internal 64 Hz
clock. When entering the test mode, no assumption as to the state of the pre-scaler
can be made.
Operation example:
1. Set EXT_CLK test mode (control/status 1, bit TEST1 = 1)
The POR duration is directly related to the crystal oscillator start-up time. Due to the
long start-up times experienced by these types of circuits, a mechanism has been
built in to disable the POR and hence speed up on-board test of the device. The
setting of this mode requires that the I2C-bus pins, SDA and SCL, be toggled in a
specific order as shown in Figure 7. All timings are required minimums.
Once the override mode has been entered, the device immediately stops being reset
and normal operation may commence i.e. entry into the EXT_CLK test mode via
I2C-bus access. The override mode may be cleared by writing a logic 0 to TESTC.
TESTC must be set to logic 1 before re-entry into the override mode is possible.
Setting TESTC to logic 0 during normal operation has no effect except to prevent
entry into the POR override mode.
PCF8563
Real time clock/calendar
handbook, full pagewidth
SDA
SCL
8 ms
power up
Fig 7. POR override sequence.
500 ns2000 ns
9.Characteristics of the I2C-bus
The I2C-bus is for bidirectional, two-line communication between different ICs or
modules. The two lines are a serial data line (SDA) and a serial clock line (SCL). Both
lines must be connected to a positive supply via a pull-up resistor. Data transfer may
be initiated only when the bus is not busy.
9.1 Bit transfer
One data bit is transferred during each clock pulse. The data on the SDA line must
remain stable during the HIGH period of the clock pulse as changes in the data line at
this time will be interpreted as a control signal (see Figure 8).
Both data and clock lines remain HIGH when the bus is not busy. A HIGH-to-LOW
transition of the data line, while the clock is HIGH is defined as the START condition
(S). A LOW-to-HIGH transition of the data line while the clock is HIGH is defined as
the STOP condition (P); see Figure 9.
SDA
SCL
Fig 9. Definition of start and stop conditions.
S
START condition
9.3 System configuration
data line
stable;
data valid
change
of data
allowed
MBC621
P
STOP condition
SDA
SCL
MBC622
A device generating a message is a transmitter, a device receiving a message is the
receiver. The device that controls the message is the master and the devices which
are controlled by the master are the slaves (see Figure 10).
SDA
SCL
MASTER
TRANSMITTER /
RECEIVER
SLAVE
RECEIVER
SLAVE
TRANSMITTER /
RECEIVER
MASTER
TRANSMITTER
MASTER
TRANSMITTER /
RECEIVER
MBA605
Fig 10. System configuration.
9.4 Acknowledge
The number of data bytes transferred between the START and STOP conditions from
transmitter to receiver is unlimited. Each byte of eight bits is followed by an
acknowledge bit. The acknowledge bit is a HIGH-level signal put on the bus by the
transmitter during which time the master generates an extra acknowledge related
clock pulse. A slave receiver which is addressed must generate an acknowledge after
the reception of each byte. Also a master receiver must generate an acknowledge
after the reception of each byte that has been clocked out of the slave transmitter.
The device that acknowledges must pull down the SDA line during the acknowledge
clock pulse, so that the SDA line is stable LOW during the HIGH period of the
acknowledge related clock pulse (set-up and hold times must be taken into
consideration). A master receiver must signal an end of data to the transmitter by not
generating an acknowledge on the last byte that has been clockedout of the slave.In
this event the transmitter must leave the data line HIGH to enable the master to
generate a stop condition.
DATA OUTPUT
BY TRANSMITTER
DATA OUTPUT
BY RECEIVER
PCF8563
Real time clock/calendar
not acknowledge
acknowledge
SCL FROM
MASTER
S
START
condition
Fig 11. Acknowledgement on the I2C-bus.
9.5 I2C-bus protocol
9.5.1 Addressing
Before any data is transmitted on the I2C-bus, the device which should respond is
addressed first. The addressing is always carried out with the first byte transmitted
after the start procedure.
The PCF8563 acts as a slavereceiver or slave transmitter. Therefore the clocksignal
SCL is only an input signal, but the data signal SDA is a bidirectional line.
In accordance with the Absolute Maximum Rating System (IEC 60134).
SymbolParameterMinMaxUnit
V
DD
I
DD
V
I
V
O
I
I
I
O
P
tot
T
amb
T
stg
PCF8563
Real time clock/calendar
supply voltage−0.5+6.5V
supply current−50+50mA
input voltage on pins SCL and SDA−0.5+6.5V
input voltage on pin OSCI−0.5V
output voltage on pins CLOCKOUT
INT
and
−0.5+6.5V
DC input current at any input−10+10mA
DC output current at any output−10+10mA
total power dissipation-300mW
ambient temperature−40+85°C
storage temperature−65+150°C
HIGH-level input voltage0.7V
input leakage currentVI=VDD or V
input capacitance
SS
−10 +1µA
[3]
--7pF
-0.3V
-VDDV
DD
DD
V
Outputs
I
OL(SDA)
SDA LOW-level output
VOL= 0.4 V; VDD=5V−3- - mA
current
I
OL(INT)
INT LOW-level output
VOL= 0.4 V; VDD=5V−1- - mA
current
I
OL(CLKOUT)
CLKOUT LOW-level
VOL= 0.4 V; VDD=5V−1- - mA
output current
I
OH(CLKOUT)
CLKOUT HIGH-level
VOH= 4.6 V; VDD=5V1--mA
output current
I
LO
output leakage currentVO=VDD or V
SS
−10 +1µA
Voltage detector
V
low
low voltage detectionT
=25°C-0.91.0V
amb
[1] For reliable oscillator start-up at power-up: V
[2] Timer source clock =1⁄60Hz, level of pins SCL and SDA is VDD or VSS.
[3] Tested on sample basis.
series resistance--40kΩ
parallel load capacitance-10-pF
trimmer capacitance5-25pF
CLKOUT output
δ
CLKOUT
2
C-bus timing characteristics
I
f
SCL
t
HD;STA
t
SU;STA
CLKOUT duty cycle
SCL clock frequency
START condition hold time0.6--µs
set-up time for a repeated
START condition
t
LOW
t
HIGH
t
r
t
f
C
b
t
SU;DAT
t
HD;DAT
t
SU;STO
SCL LOW time1.3--µs
SCL HIGH time0.6--µs
SCL and SDA rise time--0.3µs
SCL and SDA fall time--0.3µs
capacitive bus line load--400pF
data set-up time100--ns
data hold time0--ns
set-up time for STOP
[1] Unspecified for f
[2] All timing values are valid within the operating supply voltage at ambient temperature and referenced to VILand VIHwith an input voltage
swing of VSS to VDD.
[3] A detailed description of the I2C-bus specification, with applications, is given in brochure
may be ordered using the code 9398 393 40011.
[4] I2C-bus access time between two STARTs or between a START and a STOP condition to this device must be less than one second.
By evaluating the average capacitance necessary for the application layout, a fixed
capacitor can be used. The frequency is best measured via the 32.768 kHz signal
available after power-on at pin CLKOUT. The frequency tolerance depends on the
quartz crystal tolerance, the capacitor tolerance and the device-to-device tolerance
(on average ±5 × 10−6). Average deviations of ±5 minutes per year can be easily
achieved.
13.1.2 Method 2: OSCI trimmer
Using the 32.768 kHz signal availableafter power-on at pin CLKOUT, fast setting of a
trimmer is possible.
13.1.3 Method 3: OSCO output
Direct measurement of OSCO out (accounting for test probe capacitance).
This text gives a very brief insight to a complex technology. A more in-depth account
of soldering ICs can be found in our
Packages
There is no soldering method that is ideal for all IC packages.Wavesoldering is often
preferred when through-hole and surface mount components are mixed on one
printed-circuit board. Wave soldering can still be used for certain surface mount ICs,
but it is not suitable for fine pitch SMDs. In these situations reflow soldering is
recommended. Driven by legislation and environmental forces the worldwide use of
lead-free solder pastes is increasing.
15.2 Through-hole mount packages
15.2.1 Soldering by dipping or by solder wave
Typical dwell time of the leads in the wave ranges from 3 to 4 seconds at 250 °C or
265 °C, depending on solder material applied, SnPb or Pb-free respectively.
PCF8563
Real time clock/calendar
Data Handbook IC26; Integrated Circuit
(document order number 9398 652 90011).
The total contact time of successive solder waves must not exceed 5 seconds.
The device may be mounted up to the seating plane, but the temperature of the
plastic body must not exceed the specified maximum storage temperature (T
If the printed-circuit board has been pre-heated, forced cooling may be necessary
immediately after soldering to keep the temperature within the permissible limit.
15.2.2 Manual soldering
Apply the soldering iron (24 V or less) to the lead(s) of the package, either below the
seating plane or not more than 2 mm above it. If the temperature of the soldering iron
bit is less than 300 °C it may remain in contact for up to 10 seconds. If the bit
temperature is between 300 and 400 °C, contact may be up to 5 seconds.
15.3 Surface mount packages
15.3.1 Reflow soldering
Reflow soldering requires solder paste (a suspension of fine solder particles, flux and
binding agent) to be applied to the printed-circuit board by screen printing, stencilling
or pressure-syringe dispensing before package placement.
Several methods exist for reflowing; for example, convection or convection/infrared
heating in a conveyor type oven. Throughput times (preheating, soldering and
cooling) vary between 100 and 200 seconds depending on heating method.
stg(max)
).
Typical reflow peak temperatures range from 215 to 270 °C depending on solder
paste material. The top-surface temperature of the packages should preferably be
kept:
• below 225 °C (SnPb process) or below 245 °C (Pb-free process)
• below 240 °C (SnPb process) or below 260 °C (Pb-free process) for packages with
Moisture sensitivity precautions, as indicated on packing, must be respected at all
times.
15.3.2 Wave soldering
Conventional single wave soldering is not recommended for surface mount devices
(SMDs) or printed-circuit boards with a high component density, as solder bridging
and non-wetting can present major problems.
To overcome these problems the double-wave soldering method was specifically
developed.
If wave soldering is used the following conditions must be observed for optimal
results:
PCF8563
Real time clock/calendar
– for packages with a thickness ≥ 2.5 mm
– for packages with a thickness < 2.5 mm and a volume ≥ 350 mm3 so called
thick/large packages.
a thickness < 2.5 mm and a volume < 350 mm3 so called small/thin packages.
• Use a double-wave soldering method comprising a turbulent wave with high
upward pressure followed by a smooth laminar wave.
• For packages with leads on two sides and a pitch (e):
– larger than or equal to 1.27 mm, the footprint longitudinal axis is preferred to be
parallel to the transport direction of the printed-circuit board;
– smaller than 1.27 mm, the footprint longitudinal axis must be parallel to the
transport direction of the printed-circuit board.
The footprint must incorporate solder thieves at the downstream end.
• For packages with leads on four sides, the footprint must be placed at a 45° angle
to the transport direction of the printed-circuit board. The footprint must
incorporate solder thieves downstream and at the side corners.
During placement and before soldering, the package must be fixed with a droplet of
adhesive. The adhesive can be applied by screen printing, pin transfer or syringe
dispensing. The package can be soldered after the adhesive is cured.
Typical dwell time of the leads in the wave ranges from 3 to 4 seconds at 250 °C or
265 °C, depending on solder material applied, SnPb or Pb-free respectively.
A mildly-activated flux will eliminate the need for removal of corrosive residues in
most applications.
15.3.3 Manual soldering
Fix the component by first soldering two diagonally-opposite end leads. Use a low
voltage (24 V or less) soldering iron applied to the flat part of the lead. Contact time
must be limited to 10 seconds at up to 300 °C.
When using a dedicated tool, all other leads can be soldered in one operation within
2 to 5 seconds between 270 and 320 °C.
, SO, SOJsuitablesuitable−
LQFP, QFP, TQFPnot recommended
SSOP, TSSOP, VSO,
not recommended
VSSOP
PCF8563
Real time clock/calendar
[2]
Dipping
−suitable
−
suitable
suitable−
[7][8]
suitable−
[9]
suitable−
[1] For more detailed information on the BGA packages refer to the
(AN01026); order a copy from your Philips Semiconductors sales office.
[2] All surface mount (SMD) packages are moisture sensitive. Depending upon the moisture content, the
maximum temperature (with respect to time) and body size of the package, there is a risk that internal
or external package cracks may occur due to vaporization of the moisture in them (the so called
popcorn effect). For details, refer to the Drypack information in the
Circuit Packages; Section: Packing Methods
[3] For SDIP packages, the longitudinal axis must be parallel to the transport direction of the
printed-circuit board.
[4] Hot bar soldering or manual soldering is suitable for PMFP packages.
[5] These transparent plastic packages are extremely sensitive to reflow soldering conditions and must
on no account be processed through more than one soldering cycle or subjected to infrared reflow
soldering with peak temperature exceeding 217 °C ± 10 °C measured in the atmosphere of the reflow
oven. The package body peak temperature must be kept as low as possible.
[6] These packages are not suitable for wave soldering. On versions with the heatsink on the bottom
side, the solder cannot penetrate between the printed-circuit board and the heatsink. On versions with
the heatsink on the top side, the solder might be deposited on the heatsink surface.
[7] If wave soldering is considered, then the package must be placed at a 45° angle to the solder wave
direction. The package footprint must incorporate solder thieves downstream and at the side corners.
[8] Wave soldering is suitable for LQFP, QFP and TQFP packages with a pitch (e) larger than 0.8 mm; it
is definitely not suitable for packages with a pitch (e) equal to or smaller than 0.65mm.
[9] Wave soldering is suitable for SSOP and TSSOP packages with a pitch (e) equal to or larger than
0.65 mm; it is definitely not suitable for packages with a pitch (e) equal to or smaller than 0.5 mm.
IObjective dataDevelopmentThis data sheet contains data from the objective specification for product development. Philips
IIPreliminary dataQualificationThis data sheet contains data from the preliminary specification. Supplementary data will be published
IIIProduct dataProductionThis data sheet contains data from the product specification. Philips Semiconductors reserves the
[1] Please consult the most recently issued data sheet before initiating or completing a design.
[2] The product status of the device(s) described in this data sheet may have changed since this data sheet was published. The latest information is available on the Internet at
URL http://www.semiconductors.philips.com.
[3] For data sheets describing multiple type numbers, the highest-level product status determines the data sheet status.
[1]
Product status
18. Definitions
Short-form specification — The data in a short-form specification is
extracted from a full data sheet with the same type number and title. For
detailed information see the relevant data sheet or data handbook.
Limiting values definition — Limiting values given are in accordance with
the Absolute Maximum Rating System (IEC 60134). Stress above one or
more of the limiting values may cause permanent damage to the device.
These are stress ratings only and operation of the device at these or at any
other conditions above those given in the Characteristics sections of the
specification is not implied. Exposure to limiting values for extended periods
may affect device reliability.
Application information — Applications that are described herein for any
of these products are for illustrative purposes only. Philips Semiconductors
make no representation or warranty that such applications will be suitable for
the specified use without further testing or modification.
[2][3]
Definition
Semiconductors reserves the right to change the specification in any manner without notice.
at a later date. Philips Semiconductors reserves the right to change the specification without notice, in
order to improve the design and supply the best possible product.
right to make changes at any time in order to improve the design, manufacturing and supply. Relevant
changes will be communicated via a Customer Product/Process Change Notification (CPCN).
customers using or selling these products for use in such applications do so
at their own risk and agree to fully indemnify Philips Semiconductors for any
damages resulting from such application.
Right to make changes — Philips Semiconductors reserves the right to
make changes in the products - including circuits, standard cells, and/or
software - described or contained herein in order to improve design and/or
performance. When the product is in full production (status ‘Production’),
relevant changes will be communicated via a Customer Product/Process
Change Notification (CPCN). Philips Semiconductors assumes no
responsibility or liability for the use of any of these products, conveys no
licence or title under any patent, copyright, or mask work right to these
products, and makesno representations or warranties that these products are
free from patent, copyright, or mask work right infringement, unless otherwise
specified.
20. Licenses
19. Disclaimers
Life support — These products are not designed for use in life support
appliances, devices, or systems where malfunction of these products can
reasonably be expected to result in personal injury. Philips Semiconductors
Purchase of Philips I2C components
2
Purchase of Philips I
under the Philips’ I
2
I
C system provided the system conforms to the I2C
specification defined by Philips. This specification can be
ordered using the code 9398 393 40011.
C components conveys a license
2
C patent to use the components in the
Contact information
For additional information, please visit http://www.semiconductors.philips.com.
For sales office addresses, send e-mail to: sales.addresses@www.semiconductors.philips.com.Fax: +31 40 27 24825
All rights are reserved. Reproduction in whole or in part is prohibited without the prior
written consent of the copyright owner.
The information presented in this document does not form part of any quotation or
contract, is believed to be accurate and reliable and may be changed without notice. No
liability will be accepted by the publisher for any consequence of its use. Publication
thereof does not convey nor imply any license under patent- or other industrial or
intellectual property rights.
Date of release: 12 March 2004Document order number: 9397 750 12999
Page 31
This datasheet has been download from:
www.datasheetcatalog.com
Datasheets for electronics components.
Loading...
+ hidden pages
You need points to download manuals.
1 point = 1 manual.
You can buy points or you can get point for every manual you upload.