Anda di halaman 1dari 15

Application Note

Z8 Encore! XP®-Based NiCd Battery


Charger

AN022103-0608

Abstract Encore! XP devices include 128 bytes of Non


Volatile Data Storage (NVDS) memory where indi-
This Application Note describes Zilog’s Z8 vidual bytes are written or read. The full-duplex
Encore! XP®-based Nickel Cadmium (NiCd) bat- UART, provides serial communications, Infrared
tery charger. The battery charger application uses Data Association (IrDA) encoding and decoding
the internal clock of the Z8 Encore! XP microcon- capability, and supports multidrop address process-
trollers unit (MCU) as the system clock. An inter- ing in hardware.
nal reference voltage of 2 V is applied to the ADC
peripheral of the Z8 Encore! XP MCU. The on-chip peripherals make the Z8 Encore! XP
MCUs suitable for a variety of applications includ-
Note: The source code file associated with ing motor control, security systems, home appli-
this Application Note, AN0221- ances, personal electronic devices, and sensors.
SC01.zip, is available on
www.zilog.com.
Discussion
Z8 Encore! XP 4K Series Flash This section discusses the functionality of the Z8
Encore! XP-based battery charger application in
Microcontrollers detail. For detailed information about NiCd battery
Zilog’s Z8 Encore!® products are based on the new technology, see Appendix D—Battery Technology
eZ8™ CPU and introduce Flash memory to Zilog’s on page 14.
extensive line of 8-bit MCU. Flash memory
in-circuit programming capability allows faster Theory of Operation
development time and program changes in the
field. The high-performance register-to-register At the core of a battery charger is the DC–DC con-
based architecture of the eZ8 core maintains back- verter (also known as a buck converter) that acts as
ward compatibility with Zilog’s popular Z8® a regulated power source. The charger hardware is
MCU. Z8 Encore! MCUs combine a 20 MHz core capable of regulating the charger output in a num-
with Flash memory, linear-register SRAM, and an ber of modes, such as constant voltage, constant
extensive array of on-chip peripherals. current, or constant voltage with a current limit.
The charger is a control system in itself. The type
and capacity of the battery determines the mode of
The Z8 Encore! XP 4K Series of devices support
operation of the battery controller—namely, a con-
up to 4 KB of Flash program memory and 1 KB
stant current source or a constant voltage source.
register RAM. An on-chip temperature sensor
The voltage (VSET) and current (ISET) set points
allows temperature measurement over a range of
are also determined by the type and capacity of the
40 ºC to +105 ºC. These devices include two
battery.
enhanced 16-bit timer blocks featuring Pulse Width
Modulation (PWM), Capture and Compare
capabilities. An on-chip Internal Precision Oscilla- The parameters, current and voltage, are controlled
tor (5 MHz/32 KHz) is used as a trimmable clock using the PWM technique. In the PWM technique,
source requiring no external components. The Z8 the frequency of the signal is maintained constant,

Copyright ©2008 by Zilog®, Inc. All rights reserved.


www.zilog.com
Z8 Encore! XP®-Based NiCd Battery Charger

and the width of the pulse or the duty cycle of the Equation 1 is the position algorithm. A better rep-
signal is varied. This variation is reflected as a resentation of Equation 1 is explained in Equation
change in voltage and/or current at the output. The 2, as follows:
switching regulator reads the parameters through a k=2
⎛ ⎞
feedback circuit, and the battery controller operates U [ k – 1 ] = ⎜ C1 × e [ k – 1 ] + C2 × ∑ e [ j ]⎟
based on the control algorithm. ⎝ j=0

Subtracting Equation 2 from Equation 1 and rear-
The PWM output is obtained by comparing the ranging the terms yields Equation 3, as follows:
actual value of the parameter under control with
the corresponding set point. In the constant voltage u [ k ] – u [ k – 1 ] = ( Kp × e [ k ] + Ki × e [ k – 1 ] )
mode, the converter voltage is compared with the
voltage set point. In contrast, in the constant cur-
Where, Kp and Ki are the proportional and integral
rent mode, the voltage developed by the charging
constants, respectively.
current across a sense resistor is compared with the
current set point. The feedback loop maintains the
converter voltage or the converter current constant Equation 3 is the velocity algorithm, and is a con-
depending on the selected mode of operation. venient expression as only the incremental change
in the manipulated variable is calculated.
Controllers are differentiated based on the method
of regulation of parameters in accordance with the The charging algorithms are designed based on the
corresponding set points. For detailed information type of battery and the current state of charge for
about battery controllers, see the related document that battery. The basic charging methods are
provided under the Electronics topic in References constant current and constant voltage charging.
on page 6. In a proportional controller, the actual The NiCd and Nickel Metal Hydride (NiMH)
value and the set value are compared, and the batteries are charged using the constant current
resulting error value is used. The drawback of a method.
proportional controller is the possibility of a steady
state error. Adding an integral component to the In the constant current mode, fast charging occurs
control algorithm eliminates this error. when the charging current equals the rated battery
capacity, C. Fast charging requires constant moni-
The equation for a proportional plus integral (PI) toring of battery parameters and precise termina-
controller is: tion techniques. It is therefore important to know
when to terminate charging. In the NiCd battery
x ( t ) = ( k1 × e ( t ) + k2 × ∫ e ( t ) dt ) charger application, the battery parameters are con-
stantly monitored, and the negative Δ V termina-
tion technique is used. As a result, the NiCd
battery charger ensures the safety of the battery.
To be useful for a microcontroller-based (discrete)
For detailed information about termination tech-
system, the integral is approximated by a running
niques associated with NiCd batteries, see Appen-
sum of the error signal. Therefore, an equation in
dix D—Battery Technology on page 14.
the differential form is expressed as follows in
Equation 1:
k=1
⎛ ⎞
u [ k ] = ⎜ C1 × e [ k ] + C2 × ∑ e [ j ]⎟
⎝ j=0

Where, C1 and C2 are constants.

AN022103-0608 Page 2 of 15
Z8 Encore! XP®-Based NiCd Battery Charger

Developing the Application derived from the internal precision oscillator of the
Z8 Encore! XP MCU. The reference voltage
with the Z8 Encore! XP MCU required for the ADC is generated internally by the
This section provides an overview of the functional Z8 Encore! XP MCU, hence the external compo-
architecture of the NiCd battery charger implemen- nent requirement and the Bill of Material (BOM)
tation using the Z8 Encore! XP MCU. cost is reduced.

Hardware Architecture The step-down DC–DC (buck) converter provides


a voltage or current appropriate to the NiCd bat-
Figure 1 displays a hardware block diagram for the tery. The buck converter modulates a higher volt-
battery charger application. The Z8 Encore! XP- age (from the external source) with a varying pulse
based NiCd battery charger application features the width (PWM method) to generate a lower voltage.
following hardware blocks: The pulse width is controlled by the control algo-
rithm based on the values obtained from the feed-
• Z8 Encore! XP Development Board back section.
• External power source (32 V, 3 A)
The feedback section consists of four differential
• Step-down DC–DC (buck) converter amplifiers/attenuators. The parameters controlled
• Feedback section (analog design) by the first three amplifiers are the converter volt-
age (VOUT), the battery voltage (VBATT), and the
• NiCd battery battery current (IBATT). The battery current and the
converter current are same. The fourth differential
External amplifier is used for temperature measurement in
Power Source the case of batteries featuring built-in temperature
(32 V, 3 A)
sensors.
Power Section
PWM Output
+
For schematic diagrams associated with the battery
Step-Down DC-DC (buck)
Converter charger application, see Appendix B—Schematics
on page 8.
Battery

Z8 Encore! XP
Development Board

Software Implementation
-
ADC ch0 Feedback Section
Output Voltage
All Z8 Encore! XP peripherals are initialized from
ADC ch1
ADC ch2 Battery Voltage their power-on state to the required mode of opera-
Battery Current
ADC ch3
Battery Temperature tion. After initialization, the battery parameters are
loaded into the variables. These battery parameters
are defined in the charger.h header file.

Figure 1. Block Diagram of Battery Charger The safety and termination thresholds are calcu-
Hardware lated based on the battery parameters. The set
points for the DC-DC step-down (buck) converter
voltage, the current, and the current limit are calcu-
The battery charger application uses Port B on the lated. After these one-time calculations are com-
Z8 Encore! XP MCU as ADC inputs. Timer 1 is plete, the charger software enters into an infinite
used in PWM mode and the output is tapped at the loop, which is broken only by a successful charge
PC1/Timer 1 output pin. The system clock is completion or a safety error.

AN022103-0608 Page 3 of 15
Z8 Encore! XP®-Based NiCd Battery Charger

Inside the infinite loop, the ADC reads the actual


values for the converter output voltage, the battery
voltage, the current, and the temperature (tempera-
ture is measured only if the battery features a tem-
perature sensor). The ADC measures the output
voltage and the output current of the DC–DC con-
verter as feedback to the controller. The ADC also
measures the voltage at the battery terminals as an Voltage
input to determine the charge termination. Mea-
surement of the output voltage, the output current,
and the battery voltage are the basic measurements.
The current across the battery terminals is same as Time
the measured converter output current. For batter-
ies featuring built-in temperature sensors, the
charger reads the battery temperature in addition to Figure 2. Voltage Levels as a Function of
the basic measurements. The temperature measure- Time
ment is significant from the safety point of view.
The dashed line in Figure 2 represents where a
After the actual values (VOUT, VBATT, and IBATT) decrease in voltage occurs. At this point, maximum
are determined, they are checked for safety limit
charge has been reached; charging then terminates.
compliance. The safety routine is responsible for
If, however, the battery is not completely charged,
the overall safety features associated with the bat- the duty cycle required for maintaining the set-
tery charger. The charger ensures safety by com-
points at the converter output is calculated by a
paring the actual converter voltage, the battery
control algorithm.
voltage, and the battery temperature with the calcu-
lated thresholds. Crossing these thresholds
This control algorithm implements PI control to
switches off the PWM output, which turns off the
derive a PWM output based on the equations pre-
converter output and terminates charging func-
tions. Such termination protects the batteries in the sented in the Theory of Operation on page 1. The
timer ISR is invoked every 5 ms. The PWM value
case of a device failure.
computed by the control algorithm is loaded into
the PWM generators to be transmitted via the out-
If all the actual values are within limits, the battery put pin. The 16-bit timer PWM mode offers a pro-
is tested for full charge. NiCd batteries are consid-
grammable switching frequency based on the
ered to be completely charged if the voltage level,
reload value. This flexibility allows you to trade off
as indicated by Figure 2, produces a distinctive rise between accuracy and frequency of the PWM
over a period of time, then a decrease.
switching signal. A lower frequency results in a
higher reload value and a higher resolution in the
pulse width variation. The reverse is also true.The
timer ISR also updates the charge termination vari-
ables every 10 s.

For flowcharts related to the battery charger appli-


cation, see Appendix C—Flowcharts on page 12.

AN022103-0608 Page 4 of 15
Z8 Encore! XP®-Based NiCd Battery Charger

Testing Equipment Used

This section discusses the setup, equipment used, The equipment used to test the Z8 Encore! XP-
and procedure followed to test the Z8 Encore! XP- based NiCd battery charger are listed in Table 1.
based NiCd battery charger application.
Table 1. Battery Charger Test Equipment
Setup System Equipment
The test setup for the Z8 Encore! XP-based NiCd Z8 Encore! XP 4K Series (Z8F042A28100KIT)
battery charger application is described in Figure 3. Development Kit
External power supply Make: Aplab, Model: LQ
6324
Test Equipment
External DC Power Supply
Oscilloscope Oscilloscope Make: Tektronix, Model: TDS
724D; 500 MHz / 1 GSps

Z8 Encore! XP Multimeter Make: Motwane, Model:


Development Board DC-DC Step-Down Converter Battery DM3750
PWM
Batteries Used for Testing
BP–T16 Make: Sony, Type: NiCd,
Feedback Attenuators
Ratings: 3.6 V, 270 mAh

Charger Hardware/External Circuitry


Procedure
Figure 3. Battery Charger Test Setup
To test the Z8 Encore! XP-based NiCd battery
charger application, perform the following steps:
The test setup comprises of a Z8 Encore! XP
Z8F042A Development Board, a NiCd battery that 1. Download the AN0221-SC01.zip file from
must be charged, an oscilloscope, an external DC www.zilog.com. Extract its contents to a folder
power supply, and a DC-DC step-down (buck) con- on your PC.
verter. A feedback circuit comprised of differential
2. Launch ZDS II for Z8 Encore!.
amplifiers or attenuators also forms a part of the
test setup. 3. Make the hardware connections as described in
Figure 3 and the schematics provided in
The external DC power supply provides two differ- Appendix B—Schematics on page 8.
ent voltages to the charger circuits—the DC–DC 4. Connect the battery to be charged across the
step-down converter and the feedback attenuators. provided battery terminals (see Appendix B—
The operational amplifier-based feedback attenua- Schematics on page 8).
tor circuits are fed with a 12 V supply. The DC–DC
converter works on a 8 V to 12 V DC input for the 5. Apply the required voltages to the appropriate
batteries tested. The control algorithm provides the circuits as described in the section Setup on
necessary line regulation to sustain the voltage page 5.
variation at the input. 6. Download the battery charger code to the Z8
Encore! XP Flash memory using ZDS II–IDE.
7. Execute the battery charger code.

AN022103-0608 Page 5 of 15
Z8 Encore! XP®-Based NiCd Battery Charger

8. Observe the PWM waveforms on the oscillo- • Digital Control Systems, Volume 1—Fundamen-
scope. tals, Deterministic Control; Author: Rolf Iser-
mann, ISBN: 0-387-50266-1, Publisher:
Results
Springer Verlag
The charging of the battery began in the constant
• Zilog Developer Studio II-Z8 Encore!® User
current mode with the charging current equal to 1
Manual (UM0130)
C. The charging is terminated when the battery
voltage increases to a peak and then decreases
(negative Δ V termination technique).

Summary
This Application Note discusses a NiCd battery
charger implementation using the Z8 Encore! XP
MCU. The battery charger software provides fast
charging algorithms. Fast recharge is possible due
to the accurate monitoring of the charging rendered
by the 10-bit accuracy of the ADC. Monitoring the
charging mechanism facilitates the accurate
termination of charging. Therefore, overcharging is
prevented, resulting in a longer battery life. Addi-
tionally, the PWM technique facilitates an accurate
DC-DC (buck) step-down converter implementa-
tion with excellent line/load regulation.

References
The documents associated with Z8 Encore! XP®,
eZ8™, and ZDS II available on www.zilog.com
and electronics references are provided below:

• eZ8™ CPU User Manual (UM0128)


• Z8 Encore! XP® F082A Series Product Specifi-
cation (PS0228)
• Z8 Encore! XP® F042A Series Development Kit
User Manual (UM0166)
• Power Electronics Design Handbook: Low
Power Components and Applications; Author:
Nihal Kularatna, ISBN: 0-7506-7073-8,
Publisher: Oxford: Newnes, 1998
• High Frequency Switching Power Supplies: The-
ory and Design; Author: George Chryssis, ISBN:
0-07-010949-4, Publisher: McGraw-Hill Book
Company

AN022103-0608 Page 6 of 15
Z8 Encore! XP®-Based NiCd Battery Charger

Appendix A—Glossary
Definitions for terms and abbreviations used in this Application Note that are not commonly used are listed
in Table 2.

Table 2. Glossary

Term/Abbreviation Definition
1C A charging current rate equal to the A-hr rating of the battery
ADC Analog-to-Digital Converter
ISR Interrupt Service Routine
Li-Ion Lithium Ion
mAh milli-Ampere-hour: the unit of battery capacity
NiCd Nickel Cadmium
NiMH Nickel Metal Hydride
PI Proportional and Integral
PWM Pulse Width Modulation
SLA Sealed Lead Acid

AN022103-0608 Page 7 of 15
Z8 Encore! XP®-Based NiCd Battery Charger

Appendix B—Schematics
The schematics in Figure 4 displays the Z8 Encore! XP MCU pin diagram.

VDD

U5

VDD R7 R8 R9 R10
6 23 560E 560E 560E 560E
VDD PC0/ANA4/CINP/LED
9 VSS PC1/ANA5/CINN/LED 24

25 D4 D5 D6 D7
PC2/ANA6/LED
LED LED LED LED
-RESET 21 ~RESET / PD0 PC3/COUT/LED 26

DBG 22 DBG PC4/ LED 16

PC5/ LED 17

7 PA0/T0IN/~T0OUT/XIN PC6 / LED 19

8 PA1/T0OUT/XOUT PC7/ LED 20

11 PA2/DE0
PB0/ANA0/AMPOUT 27 PB0/ANA0
12 PA3/ ~CTS0
PB1/ANA1/AMPINN 28 PB1/ANA1
13 PA4/RXD0
PB2/ANA2/AMPINP 1 PB2/ANA2
14 PA5/TXD0
PB3/CLKIN/ANA3 4 PB3/ANA3

PB4/ANA7 2
15 PA6/ ~T1OUT/T1IN
PB5/VREF 3 ADD_VREF_2V5
PWM 18 PA7/ T1OUT
(PB6) AVDD 5 AVDD

(PB7) AVSS 10 AVSS

Z8F042A

Figure 4. Schematic Displaying the Z8 Encore! XP MCU Pin Diagram

AN022103-0608 Page 8 of 15
Z8 Encore! XP®-Based NiCd Battery Charger

The schematic diagram in Figure 5 displays the external circuitry for the battery charger application.
VDD

CONN JACK PWR F1 U7

3 V IN 5 1
VIN OUT
2
1 RXE050 SENSE 2 SENSE
-RESET 4 SHDN
J8 + C15 C16 + C12
100uF, 10V C14
0.1uF LT1129-3.3/DD 0.1uF
100uF, 10V

NOTE:
SENSE should be ’sense’d as close to
the processor as possible.

VDD

VDD

R30
10K
J8
VDD
1 2 -RESET -RESET
C27 3 4 DBG
DBG
5 6
0.1uF
GND
CON6A

Figure 5. Schematic Displaying the External Circuitry for the Battery Charger Application

AN022103-0608 Page 9 of 15
Z8 Encore! XP®-Based NiCd Battery Charger

The schematic diagram in Figure 6 displays the DC-DC step-down (buck) converter.

VP30V

R3

1K
R37 V_out(+)

IRF9540 V_out(-)
18E Q1
D2
R1 L1
PWM Q2
2N2222
3.3K 120uH MBR360 R4
C1 C2 470E J1
R2
D3 R5 V_batt(+)
1
2.2K MBR360 100uF 100uF 79E 2
D1
V_batt(-)
LED
Rsense CON2

R6A 10E

R6B 10E

C3 0.1uF

I_out(+)

I_out(-)

NOTE:
For Testing the VP30V is obtained from
External Power Source.

Figure 6. Schematic Displaying the DC-DC Step-Down (Buck) Converter

AN022103-0608 Page 10 of 15
Z8 Encore! XP®-Based NiCd Battery Charger

The schematic diagram in Figure 7 displays the feedback circuits for the battery charger application.

0. 1uF 0. 1uF
VCC C7 C7

R2 9 1K R1 7 1K

R3 5
10K
V _ba tt(-)
LM324 LM324
U1D U1A

11

11
10K 10K
1 R2 6 13 R1 4 2
V _ba tt(-)
2 14 PB0 /ANA0 1 PB1 /ANA1
R2 7 12 R1 5 3
Battery Temperature V _batt(+) Battery Voltage
T hermis tor 10K 10K

4
J6 R2 8 R1 6
1K AVDD 12V 1K
AVDD 12V
A V DD12V

0. 1uF 0. 1uF
C7 C1 1 C9 C1 0 C7
100u F 0. 1uF 0. 1uF

R2 5 1K R2 1 1K

LM324 LM324
U1C U1B
11

11
1K 10K
R22 9 10K R1 8 6
I_out(-) V _out(-)
8 R3 4 7
PB2 /ANA2 PB3 /ANA3
R23 10 R1 9 5
I_out(+) Battery Current V _out(+) Converter Output Voltage
1K 10K
4

4
R2 0
R2 4 C8 1K AVDD 12V
AVDD 12 V 10uF
1K

NOTE:
For Testing the AVDD12V is obtained from
External Power Source.

Figure 7. Schematic Displaying the Feedback Circuits

AN022103-0608 Page 11 of 15
Z8 Encore! XP®-Based NiCd Battery Charger

Appendix C—Flowcharts
This appendix provides flowcharts for the battery charger application described in this document. Figure 8
explains a flowchart of the main routine for the battery charger application. The main routine involves
calculation of safety limits, thresholds, duty cycle, reading of feedback values for battery voltage, charging
current, and converter voltage.

Start

Initialize peripherals

Calculate safety limits and thresholds


for charging and termination

Read feedback values for battery voltage,


charging current, and converter voltage

No
Within safety limits?

Yes

Yes
Is the battery charged?

No
Terminate

Calculate the duty cycle

Figure 8. The Main Routine

AN022103-0608 Page 12 of 15
Z8 Encore! XP®-Based NiCd Battery Charger

Figure 9 presents a flowchart of the Interrupt Service Routine (ISR) for reloading the PWM value and
updating the charge termination data.

Start ISR

Reload PWM Value

Update charge termination data every 10 seconds

Return from ISR

Figure 9. The ISR Return Routine

AN022103-0608 Page 13 of 15
Z8 Encore! XP®-Based NiCd Battery Charger

Appendix D—Battery Nickel Metal Hydride


Technology NiMH batteries exhibit high power density com-
pared to NiCd batteries. The voltage/cell ratio for a
The four mainstream battery chemistries (NiCd,
NiMH battery is 1.2 V. NiMH batteries are charged
NiMH, SLA, and Li-Ion) feature different charging
using the constant current charging method. If the
and discharging characteristics. Long-term battery
voltage crosses the full-charge point during charg-
life and performance are critically dependent up on
ing, the charging current drops but this drop in
how batteries are charged. Therefore, it is impor-
charging current is not as low as that in the case of
tant to charge batteries with a mechanism specific
NiCd batteries. Therefore, the negative Δ V charge
to their requirements.
termination technique is not recommended for
NiMH batteries. NiMH batteries exhibit plateau
It is also important to know when to terminate characteristics after a minimal drop in the voltage.
charging, because overcharging of a battery invari- This flat region of the battery characteristics
ably results in poor performance and can damage represents the full-charge condition. Therefore, the
the battery in extreme cases. Moreover, different charge termination technique used in NiMH
battery types function differently near full charge batteries is termed as zero Δ V. NiMH batteries do
condition, and therefore require specific charge ter- not exhibit memory effect, these batteries are used
mination techniques. During charging, all batteries in consumer durables such as cell phones. NiMH
exhibit a marked rise in voltage above the rated batteries are more expensive compared to NiCd
battery voltage. batteries as they are lighter in weight and are not
prone to memory effect.
The two major rechargeable battery types—NiCd
and NiMH, are briefly discussed below. For more
information, see References on page 6.

Nickel Cadmium
NiCd batteries are used in camcorders, walkmans,
and other portable consumer electronic equipment.
The voltage/cell ratio for a NiCd battery is 1.2 V.
NiCd batteries are charged using the constant
current charging method. If the voltage crosses the
full-charge point during charging, the charging
current drops to 15 mV/cell. This voltage drop
represents the full-charge condition. Charging is
terminated when the battery is in full-charge
condition. NiCd batteries use the negative Δ V
charge termination technique. During charging, the
battery voltage rises to 1.65 V/cell. Therefore, the
battery must be discharged periodically to ensure
that the battery functions efficiently. This is
memory effect.

AN022103-0608 Page 14 of 15
Z8 Encore! XP®-Based NiCd Battery Charger

Warning: DO NOT USE IN LIFE SUPPORT

LIFE SUPPORT POLICY


ZILOG'S PRODUCTS ARE NOT AUTHORIZED FOR USE AS CRITICAL COMPONENTS IN LIFE
SUPPORT DEVICES OR SYSTEMS WITHOUT THE EXPRESS PRIOR WRITTEN APPROVAL OF
THE PRESIDENT AND GENERAL COUNSEL OF ZILOG CORPORATION.

As used herein
Life support devices or systems are devices which (a) are intended for surgical implant into the body, or (b)
support or sustain life and whose failure to perform when properly used in accordance with instructions for
use provided in the labeling can be reasonably expected to result in a significant injury to the user. A
critical component is any component in a life support device or system whose failure to perform can be
reasonably expected to cause the failure of the life support device or system or to affect its safety or
effectiveness.

Document Disclaimer
©2008 by Zilog, Inc. All rights reserved. Information in this publication concerning the devices,
applications, or technology described is intended to suggest possible uses and may be superseded. ZILOG,
INC. DOES NOT ASSUME LIABILITY FOR OR PROVIDE A REPRESENTATION OF ACCURACY
OF THE INFORMATION, DEVICES, OR TECHNOLOGY DESCRIBED IN THIS DOCUMENT.
Z I L O G A L S O D O E S N O T A S S U M E L I A B I L I T Y F O R I N T E L L E C T U A L P R O P E RT Y
INFRINGEMENT RELATED IN ANY MANNER TO USE OF INFORMATION, DEVICES, OR
TECHNOLOGY DESCRIBED HEREIN OR OTHERWISE. The information contained within this
document has been verified according to the general principles of electrical and mechanical engineering.

eZ8, Z8, Z8 Encore!, Z8 Encore! XP, and eZ80 are trademarks or registered trademarks of Zilog, Inc. All
other product or service names are the property of their respective owners.

AN022103-0608 Page 15 of 15
15

Anda mungkin juga menyukai