MICROCHIP PIC18F86J50

PIC18F87J50 FAMILY
PIC18F87J50 Family
Silicon Errata and Data Sheet Clarification
The PIC18F87J50 family devices that you have received
conform functionally to the current Device Data Sheet
(DS39775B), except for the anomalies described in this
document.
The silicon issues discussed in the following pages are
for silicon revisions with the Device and Revision IDs
listed in Table 1. The silicon issues are summarized in
Table 2.
The errata described in this document will be addressed
in future revisions of the PIC18F87J50 family silicon.
Note:
This document summarizes all silicon
errata issues from all revisions of silicon,
previous as well as current. Only the
issues indicated in the last column of
Table 2 apply to the current silicon revision
(A4).
For example, to identify the silicon revision level using
MPLAB IDE in conjunction with MPLAB ICD 2 or
PICkit™ 3:
1.
Using the appropriate interface, connect the
device to the MPLAB ICD 2 programmer/
debugger or PICkit™ 3.
From the main menu in MPLAB IDE, select
Configure>Select Device, and then select the
target part number in the dialog box.
Select
the
MPLAB
hardware
tool
(Debugger>Select Tool).
Perform a “Connect” operation to the device
(Debugger>Connect). Depending on the development tool used, the part number and Device
Revision ID value appear in the Output window.
2.
3.
4.
Note:
Data Sheet clarifications and corrections start on page 5,
following the discussion of silicon issues.
The silicon revision level can be identified using the
current version of MPLAB® IDE and Microchip’s
programmers, debuggers, and emulation tools, which
are available at the Microchip corporate web site
(www.microchip.com).
TABLE 1:
Device ID(1)
PIC18F65J50
410Xh
PIC18F66J50
414Xh
PIC18F66J55
416Xh
PIC18F67J50
418Xh
PIC18F85J50
41AXh
PIC18F86J50
41EXh
PIC18F86J55
420Xh
PIC18F87J50
422Xh
2:
The DEVREV values for the various PIC18F87J50
family silicon revisions are shown in Table 1.
SILICON DEVREV VALUES
Part Number
Note 1:
If you are unable to extract the silicon
revision level, please contact your local
Microchip sales office for assistance.
Revision ID for Silicon Revision(2)
A2
A3
A4
2h
3h
3h
The Device IDs (DEVID and DEVREV) are located at the last two implemented addresses of configuration
memory space. They are shown in hexadecimal in the format “DEVID DEVREV”.
Refer to the “PIC18F6XJXX/8XJXX Family Flash Microcontroller Programming Specification” (DS39644)
for detailed information on Device and Revision IDs for your specific device.
© 2009 Microchip Technology Inc.
DS80481A-page 1
PIC18F87J50 FAMILY
TABLE 2:
Module
SILICON ISSUE SUMMARY
Feature
Item
Number
Issue Summary
2
Affected Revisions(1)
A2
A3
A4
MSSP
I2C™ Slave
1.
With I C slave reception, need to read data
promptly
X
X
X
MSSP
I2C Master
2.
With I2C Master mode, narrow clock width
upon slave clock stretch
X
X
X
EUSART
Interrupts
3.
If interrupts are enabled, 2 TCY delay needed
after re-enabling the module
X
X
X
MSSP
SPI Master
mode
4.
SPI master, write collision for FOSC/64 and
Timer2/2
X
X
X
PORTH
RH0, RH1
5.
In certain cases, PMP can override RH0 and
RH1
X
X
X
Note 1:
Only those issues indicated in the last column apply to the current silicon revision.
DS80481A-page 2
© 2009 Microchip Technology Inc.
PIC18F87J50 FAMILY
2. Module: MSSP (I2C™ Master)
Silicon Errata Issues
Note:
This document summarizes all silicon
errata issues from all revisions of silicon,
previous as well as current. Only the
issues indicated by the shaded column in
the following tables apply to the current
silicon revision (A4).
Work around
1. Module: MSSP (I2C™ Slave)
When configured for I2C™ slave reception, the
MSSP module may not receive the correct data, in
extremely rare cases. This occurs only if the Serial
Receive/Transmit Buffer Register (SSPBUF) is not
read after the SSPIF interrupt (PIR1<3>) has
occurred, but before the first rising clock edge of
the next byte being received.
Work around
The issue can be resolved in either of these ways:
• Prior to the I2C slave reception, enable the
clock stretching feature.
This is done by
(SSPCON2<0>).
setting
the
SEN
bit
Affected Silicon Revisions
A3
A4
X
X
X
EXAMPLE 1:
The clock pulse will be the normal width if the slave
does not perform clock stretching.
Affected Silicon Revisions
A2
A3
A4
X
X
X
3. Module: Enhanced Universal
Synchronous Asynchronous
Receiver Transmitter (EUSART)
In rare situations, when interrupts are enabled,
unexpected results may occur if:
• Each time the SSPIF is set, read the SSPBUF
before the first rising clock edge of the next byte
being received.
A2
When in I2C Master mode, if the slave performs
clock stretching, the first clock pulse after the slave
releases the SCL line may be narrower than the
configured clock width. This may result in the slave
missing the first clock in the next transmission/
reception.
• The EUSART is disabled
(SPEN bit (RCSTAx<7>) = 0)
• The EUSART is re-enabled (RCSTAx<7> = 1)
• A two-cycle instruction is executed immediately
after enabling the module (setting SPEN,
CREN or TXEN = 1)
Work around
Add a 2 TCY delay after any instruction that reenables the EUSART module (ex: sets SPEN = 1).
See Example 1.
RE-ENABLING A EUSART MODULE
;Initial conditions: SPEN = 0 (module disabled)
;To re-enable the module:
;Re-Initialize TXSTAx, BAUDCONx, SPBRGx, SPBRGHx registers (if needed)
;Re-Initialize RCSTAx register (if needed), but do not set SPEN = 1 yet
;Now enable the module, but add a 2-Tcy delay before executing any two-cycle
;instructions
bsf
RCSTA1, SPEN ;or RCSTA2 if EUSART2
nop
;1 Tcy delay
nop
;1 Tcy delay (two total)
;CPU may now execute 2 cycle instructions
Affected Silicon Revisions
A2
A3
A4
X
X
X
© 2009 Microchip Technology Inc.
DS80481A-page 3
PIC18F87J50 FAMILY
4. Module: MSSP
With MSSP1 or MSSP2 in SPI Master mode, the
FOSC/64 or Timer2/2 clock rate enabled and
CKE = 0, a write collision may occur if SSPBUF is
loaded immediately after the transfer is complete.
A delay may be required before writing SSPBUF,
after the MSSP Interrupt Flag bit (SSPIF) is set or
the Buffer Full bit (BF) is set. If the delay is
insufficiently short, a write collision may occur as
indicated by the WCOL bit being set.
5. Module: I/O (PORTH)
When the Parallel Master Port (PMP) module is
enabled (PMCONH<7> = 1) and the PMPMX bit
is clear (CONFIG3L<2> = 0), the PMP module
can, under certain conditions, override firmware
control over the RH0 and RH1 general purpose
I/O (GPIO) pins.
Work around
The RH0 and RH1 pins will function normally
and can still be used as standard GPIO if the
PMP is disabled or the PMPMX Configuration bit
is set.
Add a software delay of one SCK period after
detecting the completed transfer and prior to
updating the SSPBUF contents.
This issue only applies to the 80-pin devices
(PIC18F85J50, PIC18F86J50, PIC18F86J55
and PIC18F87J50).
Affected Silicon Revisions
Work around
A2
A3
A4
X
X
X
DS80481A-page 4
None.
Affected Silicon Revisions
A2
A3
A4
X
X
X
© 2009 Microchip Technology Inc.
PIC18F87J50 FAMILY
Data Sheet Clarifications
1. Module: Table 28-1: Memory
Programming Requirements
The following typographic corrections and clarifications
are to be noted for the latest version of the device data
sheet (DS39775B):
Note:
On page 430, parameter D132B is renamed, and
the minimum and maximum voltage levels and
conditions column of the Self-Timed Erase or Write
for VDD and VDDCORE for are included. The TWE
parameter number and conditions column are
changed.
Corrections are shown in bold. Where
possible, the original bold text formatting
has been removed for clarity.
The changed content is indicated in bold text in
Table 28-1:
TABLE 28-1:
MEMORY PROGRAMMING REQUIREMENTS
Standard Operating Conditions (unless otherwise stated)
Operating temperature -40°C ≤ TA ≤ +85°C for industrial
DC CHARACTERISTICS
Param
No.
Sym
Characteristic
Min
Typ†
Max
Units
Conditions
Program Flash Memory
D130
EP
Cell Endurance
10K
—
—
E/W -40°C to +85°C
D131
VPR
VDDCORE for Read
VMIN
—
3.6
V
VMIN = Minimum operating
voltage
D132
VPEW
Voltage for Self-Timed Erase or
Write
VDD
VDDCORE
2.35
2.25
—
—
3.6
2.7
V
V
ENVREG tied to VDD
ENVREG tied to VSS
D133A TIW
Self-Timed Write Cycle Time
—
2.8
—
ms
D133B TIE
Self-Timed Page Erase Cycle
Time
—
33.0
—
ms
20
—
—
Year Provided no other
specifications are violated
D134
TRETD Characteristic Retention
D135
IDDP
Supply Current during
Programming
—
10
—
mA
D140
TWE
Writes per Erase Cycle
—
—
1
—
For each physical address
† Data in “Typ” column is at 3.3V, 25°C unless otherwise stated. These parameters are for design guidance
only and are not tested.
© 2009 Microchip Technology Inc.
DS80481A-page 5
PIC18F87J50 FAMILY
2. Module: Table 28-2: Comparator
Specifications
3. Module: Table 28-4: Internal Voltage
Regulator Specifications
On page 431, the maximum Input Offset Voltage
(parameter D300) is changed to ±25 mV.
On page 431, additional comments are provided to
help guide selection of an external capacitor.
The parameter numbers for TRESP and TMC2OV
are changed to D303 and D304, respectively.
The changed/appended content is indicated in
bold text in Table 28-4.
A new parameter number, D305, for VIRV is added.
The changed/appended content is indicated in
bold text in Table 28-2.
TABLE 28-2:
COMPARATOR SPECIFICATIONS
Operating Conditions: 3.0V < VDD < 3.6V, -40°C < TA < +85°C (unless otherwise stated)
Param
No.
Sym
Characteristics
Min
Typ
Max
Units
D300
VIOFF
Input Offset Voltage
—
±5.0
±25
mV
D301
VICM
Input Common Mode Voltage
0
—
AVDD – 1.5
V
D302
CMRR
Common Mode Rejection Ratio
55
—
—
dB
D303
TRESP
Response Time(1)
—
150
400
ns
D304
TMC2OV
Comparator Mode Change to
Output Valid
—
—
10
μs
VIRV
Internal Reference Voltage
—
1.2
—
V
D305
Note 1:
Comments
Response time measured with one comparator input at (VDD – 1.5)/2, while the other input transitions
from VSS to VDD.
TABLE 28-4:
INTERNAL VOLTAGE REGULATOR SPECIFICATIONS
Operating Conditions: -40°C < TA < +85°C (unless otherwise stated)
Param
No.
Sym
Characteristics
VRGOUT Regulator Output Voltage
CEFC
Note 1:
2:
External Filter Capacitor
Value(1)
Min
Typ
Max
Units
2.45
2.5
—
V
VDD, ENVREG = 3.0V
(2)
10
—
μF
Capacitor must be low series
resistance (<5Ω)
4.7
Comments
CEFC applies when the internal regulator is enabled (ENVREG = VDD). When the regulator is
disabled (ENVREG = VSS), there is no minimum or maximum capacitance, but good supply rail bypassing
should still be practiced.
If the regulator is enabled and the VDD supply rail has moderate ripple voltage, it is recommended that
more than the minimum CEFC be used.
DS80481A-page 6
© 2009 Microchip Technology Inc.
PIC18F87J50 FAMILY
4. Module: Section 28.3 “DC
Characteristics: PIC18F87J50
family (Industrial)”
The changed content is indicated in bold text in the “DC
CHARACTERISTICS” table.
On page 428, the characteristics and conditions of the
Input Leakage Current are updated for the Analog
(D060) and included for the Digital (D060A) I/O ports.
Standard Operating Conditions (unless otherwise stated)
Operating temperature -40°C ≤ TA ≤ +85°C for industrial
DC CHARACTERISTICS
Param
Symbol
No.
VIL
Characteristic
Min
Max
Units
Conditions
VSS
0.15 VDD
V
VDD < 3.3V
—
0.8
V
3.3V ≤ VDD ≤ 3.6V
Input Low Voltage
All I/O ports:
D030
with TTL buffer
D030A
D031
VSS
0.2 VDD
V
D032
MCLR
with Schmitt Trigger buffer
VSS
0.2 VDD
V
D033
OSC1
VSS
0.3 VDD
V
HS, HSPLL modes
D033A
OSC1
VSS
0.2 VDD
V
EC, ECPLL modes
D034
T1CKI
VSS
0.3
V
0.25 VDD + 0.8V
VDD
V
VDD < 3.3V
2.0
VDD
V
3.3V ≤ VDD ≤ 3.6V
0.8 VDD
VDD
V
0.25 VDD + 0.8V
5.5
V
VDD < 3.3V
3.3V ≤ VDD ≤ 3.6V
VIH
Input High Voltage
I/O ports with non 5.5V
tolerance:(2)
D040
with TTL buffer
D040A
D041
with Schmitt Trigger buffer
I/O ports with 5.5V
tolerance:(2)
Dxxx
with TTL buffer
DxxxA
Dxxx
with Schmitt Trigger buffer
2.0
5.5
V
0.8 VDD
5.5
V
VDD
V
D042
MCLR
0.8 VDD
D043
OSC1
0.7 VDD
VDD
V
HS, HSPLL modes
D043A
OSC1
0.8 VDD
VDD
V
EC, ECPLL modes
T1CKI
1.6
VDD
V
D044
IIL
Input Leakage Current(1)
D060
I/O ports with non 5.5V
tolerance:(2)
—
±1
μA
VSS ≤ VPIN ≤ VDD,
Pin at high-impedance
D060A
I/O ports with 5.5V
tolerance:(2)
—
±1
μA
VSS ≤ VPIN ≤ 5.5V,
Pin at high-impedance
D061
MCLR
—
±1
μA
Vss ≤ VPIN ≤ VDD
D063
OSC1
—
±5
μA
Vss ≤ VPIN ≤ VDD
Note 1:
2:
Negative current is defined as current sourced by the pin.
Refer to Table 10-1 for the pins that have corresponding tolerance limits.
© 2009 Microchip Technology Inc.
DS80481A-page 7
PIC18F87J50 FAMILY
5. Module: Section 19.3 “SPI Mode” and
Section 19.4 “I2C™ Mode”
In Section 19.3 “SPI Mode” on page 231 and
Section 19.4 “I2C™ Mode” on page 241, the
following note is added to describe the procedure
to disable the MSSP module:
Note:
6. Module: Figure 19-10: I2C™ Slave Mode
Timing (Transmission, 7-Bit
Address)
On page 252, the figure is replaced with the new
timing diagram provided in Figure 19-10.
Disabling the MSSP module by clearing
the SSPEN bit (SSPxCON1<5>) may not
reset the module. It is recommended to
clear the SSPxSTAT, SSPxCON1 and
SSPxCON2 registers and select the mode
prior to setting the SSPEN bit to enable
the MSSP module.
DS80481A-page 8
© 2009 Microchip Technology Inc.
© 2009 Microchip Technology Inc.
2
Data in
sampled
1
A6
CKP (SSPxCON<4>)
BF (SSPxSTAT<0>)
SSPxIF (PIR1<3> or PIR3<7>)
S
A7
3
A5
4
A4
5
A3
6
A2
Receiving Address
7
A1
8
R/W = 0
9
ACK
3
D5
4
D4
5
D3
6
D2
SSPxBUF is written in software
Cleared in software
2
D6
CKP is set in software
Clear by reading
SCLx held low
while CPU
responds to SSPxIF
1
D7
Transmitting Data
7
8
D0
9
ACK
From SSPxIF ISR
D1
1
D7
4
D4
5
D3
6
D2
CKP is set in software
7
8
D0
9
ACK
From SSPxIF ISR
D1
Transmitting Data
Cleared in software
3
D5
SSPxBUF is written in software
2
D6
P
FIGURE 19-10:
SCLx
SDAx
PIC18F87J50 FAMILY
I2C™ SLAVE MODE TIMING (TRANSMISSION, 7-BIT ADDRESS)
DS80481A-page 9
PIC18F87J50 FAMILY
7. Module: Figure 19-24: I2C™ Master Mode
Waveform (Reception, 7-Bit
Address)
On page 269, the condition, R/W, when the Acknowledge signal (ACK) is received from the slave, after
transmitting the address to the slave, is changed to ‘1’.
The changed value is indicated in bold text in
Figure 19-24.
DS80481A-page 10
© 2009 Microchip Technology Inc.
© 2009 Microchip Technology Inc.
S
ACKEN
SSPOV
BF
SDA = 0, SCL = 1
while CPU
responds to SSPIF
SSPIF
SCL
SDA
Transmit Address to Slave
1
2
4
5
6
Cleared in software
3
7
A7 A6 A5 A4 A3 A2 A1
8
9
R/W = 1
ACK
ACK from Slave
2
3
5
6
7
8
D0
9
ACK
2
3
4
5
6
7
Cleared in software
Set SSPIF interrupt
at end of Acknowledge
sequence
Data shifted in on falling edge of CLK
1
D7 D6 D5 D4 D3 D2 D1
Cleared in
software
Set SSPIF at end
of receive
9
ACK is not sent
ACK
Bus master
terminates
transfer
Set P bit
(SSPSTAT<4>)
and SSPIF
Set SSPIF interrupt
at end of Acknowledge
sequence
P
PEN bit = 1
written here
SSPOV is set because
SSPBUF is still full
8
D0
RCEN cleared
automatically
Set ACKEN, start Acknowledge sequence,
SDA = ACKDT = 1
Receiving Data from Slave
RCEN = 1, start
next receive
ACK from Master,
SDA = ACKDT = 0
Last bit is shifted into SSPSR and
contents are unloaded into SSPBUF
Cleared in software
Set SSPIF interrupt
at end of receive
4
Cleared in software
1
D7 D6 D5 D4 D3 D2 D1
Receiving Data from Slave
RCEN cleared
automatically
Master configured as a receiver
by programming SSPCON2<3> (RCEN = 1)
FIGURE 19-24:
SEN = 0
Write to SSPBUF occurs here,
start XMIT
Write to SSPCON2<0> (SEN = 1),
begin Start condition
Write to SSPCON2<4>
to start Acknowledge sequence,
SDA = ACKDT (SSPCON2<5>) = 0
PIC18F87J50 FAMILY
I2C™ MASTER MODE WAVEFORM (RECEPTION, 7-BIT ADDRESS)
DS80481A-page 11
PIC18F87J50 FAMILY
8. Module: MSSP (SPI Master)
In Section 19.3.6, “Master Mode,” the following
content is added:
When used in Timer2 Output/2 mode, the SPI bit
rate can be configured using the PR2 Period
register and the Timer2 prescaler.
To operate in this mode, firmware must first
initialize and enable the Timer2 module before it
can be used with the MSSP. Once enabled, the
Timer2 module is free running and mostly
independent of the MSSP module.
EXAMPLE 2:
To avoid the unpredictable MSb bit width, initialize the TMR2 register to a known value when
writing to SSPxBUF. An example procedure,
which provides predictable bit widths (only
needed in the Timer2/2 mode), is given in
Example 2. The example procedure demonstrates operation with MSSP1, but the concepts
apply equally to MSSP2.
LOADING SSPxBUF WITH THE TIMER2/2 CLOCK MODE
TransmitSPI:
BCF
PIR1, SSP1IF
MOVF
MOVWF
BCF
CLRF
MOVF
MOVWF
BSF
Writing to the SSPxBUF register will not clear
the current TMR2 value in hardware. This can
result in an unpredictable SPI transmit MSb bit
width, depending on how close the TMR2 register was to the PR2 match condition at the
moment that the firmware wrote to SSPxBUF.
SSP1BUF, W
RXDATA
T2CON, TMR2ON
TMR2
TXDATA, W
SSP1BUF
T2CON, TMR2ON
WaitComplete:
BTFSS
PIR1, SSP1IF
BRA
WaitComplete
;Make sure interrupt flag is clear (may have been set from previous
;transmission)
;Perform read, even if the data in SSPBUF is not important
;Save previously received byte in user RAM, if the data is meaningful
;Turn off timer when loading SSPBUF
;Set timer to a known state
;WREG = Contents of TXDATA (user data to send)
;Load data to send into transmit buffer
;Start timer to begin transmission
;Loop until data has finished transmitting
;Interrupt flag set when transmit is complete
9. Module: OSCTUNE Register
The second paragraph of Section 2.2.5.1
“OSCTUNE Register” is modified as indicated:
When the OSCTUNE register is modified, the
INTOSC frequency begins shifting to the new
value. The INTOSC clock stabilizes within 1 ms.
Code execution continues during this shift. There
is no indication that the shift has occurred.
DS80481A-page 12
© 2009 Microchip Technology Inc.
PIC18F87J50 FAMILY
APPENDIX A:
DOCUMENT
REVISION HISTORY
Rev A Document (9/2009)
Initial release of the combined, silicon errata/data sheet
clarification document. New silicon issues 4 (MSSP)
and 5 (I/O – PORTH). New data sheet clarifications
8 (MSSP – SPI Master) and 9 (OSCTUNE Register).
This document replaces these errata documents:
• DS80321B, “PIC18F87J50 Family Rev. A2 Silicon
Errata”
• DS80415A, “PIC18F87J50 Family Rev. A3 Silicon
Errata”
• DS80409B, “PIC18F87J50 Family Data Sheet
Errata”
© 2009 Microchip Technology Inc.
DS80481A-page 13
PIC18F87J50 FAMILY
NOTES:
DS80481A-page 14
© 2009 Microchip Technology Inc.
Note the following details of the code protection feature on Microchip devices:
•
Microchip products meet the specification contained in their particular Microchip Data Sheet.
•
Microchip believes that its family of products is one of the most secure families of its kind on the market today, when used in the
intended manner and under normal conditions.
•
There are dishonest and possibly illegal methods used to breach the code protection feature. All of these methods, to our
knowledge, require using the Microchip products in a manner outside the operating specifications contained in Microchip’s Data
Sheets. Most likely, the person doing so is engaged in theft of intellectual property.
•
Microchip is willing to work with the customer who is concerned about the integrity of their code.
•
Neither Microchip nor any other semiconductor manufacturer can guarantee the security of their code. Code protection does not
mean that we are guaranteeing the product as “unbreakable.”
Code protection is constantly evolving. We at Microchip are committed to continuously improving the code protection features of our
products. Attempts to break Microchip’s code protection feature may be a violation of the Digital Millennium Copyright Act. If such acts
allow unauthorized access to your software or other copyrighted work, you may have a right to sue for relief under that Act.
Information contained in this publication regarding device
applications and the like is provided only for your convenience
and may be superseded by updates. It is your responsibility to
ensure that your application meets with your specifications.
MICROCHIP MAKES NO REPRESENTATIONS OR
WARRANTIES OF ANY KIND WHETHER EXPRESS OR
IMPLIED, WRITTEN OR ORAL, STATUTORY OR
OTHERWISE, RELATED TO THE INFORMATION,
INCLUDING BUT NOT LIMITED TO ITS CONDITION,
QUALITY, PERFORMANCE, MERCHANTABILITY OR
FITNESS FOR PURPOSE. Microchip disclaims all liability
arising from this information and its use. Use of Microchip
devices in life support and/or safety applications is entirely at
the buyer’s risk, and the buyer agrees to defend, indemnify and
hold harmless Microchip from any and all damages, claims,
suits, or expenses resulting from such use. No licenses are
conveyed, implicitly or otherwise, under any Microchip
intellectual property rights.
Trademarks
The Microchip name and logo, the Microchip logo, dsPIC,
KEELOQ, KEELOQ logo, MPLAB, PIC, PICmicro, PICSTART,
rfPIC and UNI/O are registered trademarks of Microchip
Technology Incorporated in the U.S.A. and other countries.
FilterLab, Hampshire, HI-TECH C, Linear Active Thermistor,
MXDEV, MXLAB, SEEVAL and The Embedded Control
Solutions Company are registered trademarks of Microchip
Technology Incorporated in the U.S.A.
Analog-for-the-Digital Age, Application Maestro, CodeGuard,
dsPICDEM, dsPICDEM.net, dsPICworks, dsSPEAK, ECAN,
ECONOMONITOR, FanSense, HI-TIDE, In-Circuit Serial
Programming, ICSP, Mindi, MiWi, MPASM, MPLAB Certified
logo, MPLIB, MPLINK, mTouch, Octopus, Omniscient Code
Generation, PICC, PICC-18, PICDEM, PICDEM.net, PICkit,
PICtail, PIC32 logo, REAL ICE, rfLAB, Select Mode, Total
Endurance, TSHARC, UniWinDriver, WiperLock and ZENA
are trademarks of Microchip Technology Incorporated in the
U.S.A. and other countries.
SQTP is a service mark of Microchip Technology Incorporated
in the U.S.A.
All other trademarks mentioned herein are property of their
respective companies.
© 2009, Microchip Technology Incorporated, Printed in the
U.S.A., All Rights Reserved.
Printed on recycled paper.
Microchip received ISO/TS-16949:2002 certification for its worldwide
headquarters, design and wafer fabrication facilities in Chandler and
Tempe, Arizona; Gresham, Oregon and design centers in California
and India. The Company’s quality system processes and procedures
are for its PIC® MCUs and dsPIC® DSCs, KEELOQ® code hopping
devices, Serial EEPROMs, microperipherals, nonvolatile memory and
analog products. In addition, Microchip’s quality system for the design
and manufacture of development systems is ISO 9001:2000 certified.
© 2009 Microchip Technology Inc.
DS80481A-page 15
WORLDWIDE SALES AND SERVICE
AMERICAS
ASIA/PACIFIC
ASIA/PACIFIC
EUROPE
Corporate Office
2355 West Chandler Blvd.
Chandler, AZ 85224-6199
Tel: 480-792-7200
Fax: 480-792-7277
Technical Support:
http://support.microchip.com
Web Address:
www.microchip.com
Asia Pacific Office
Suites 3707-14, 37th Floor
Tower 6, The Gateway
Harbour City, Kowloon
Hong Kong
Tel: 852-2401-1200
Fax: 852-2401-3431
India - Bangalore
Tel: 91-80-3090-4444
Fax: 91-80-3090-4080
India - New Delhi
Tel: 91-11-4160-8631
Fax: 91-11-4160-8632
Austria - Wels
Tel: 43-7242-2244-39
Fax: 43-7242-2244-393
Denmark - Copenhagen
Tel: 45-4450-2828
Fax: 45-4485-2829
India - Pune
Tel: 91-20-2566-1512
Fax: 91-20-2566-1513
France - Paris
Tel: 33-1-69-53-63-20
Fax: 33-1-69-30-90-79
Japan - Yokohama
Tel: 81-45-471- 6166
Fax: 81-45-471-6122
Germany - Munich
Tel: 49-89-627-144-0
Fax: 49-89-627-144-44
Atlanta
Duluth, GA
Tel: 678-957-9614
Fax: 678-957-1455
Boston
Westborough, MA
Tel: 774-760-0087
Fax: 774-760-0088
Chicago
Itasca, IL
Tel: 630-285-0071
Fax: 630-285-0075
Cleveland
Independence, OH
Tel: 216-447-0464
Fax: 216-447-0643
Dallas
Addison, TX
Tel: 972-818-7423
Fax: 972-818-2924
Detroit
Farmington Hills, MI
Tel: 248-538-2250
Fax: 248-538-2260
Kokomo
Kokomo, IN
Tel: 765-864-8360
Fax: 765-864-8387
Los Angeles
Mission Viejo, CA
Tel: 949-462-9523
Fax: 949-462-9608
Santa Clara
Santa Clara, CA
Tel: 408-961-6444
Fax: 408-961-6445
Toronto
Mississauga, Ontario,
Canada
Tel: 905-673-0699
Fax: 905-673-6509
Australia - Sydney
Tel: 61-2-9868-6733
Fax: 61-2-9868-6755
China - Beijing
Tel: 86-10-8528-2100
Fax: 86-10-8528-2104
China - Chengdu
Tel: 86-28-8665-5511
Fax: 86-28-8665-7889
Korea - Daegu
Tel: 82-53-744-4301
Fax: 82-53-744-4302
China - Hong Kong SAR
Tel: 852-2401-1200
Fax: 852-2401-3431
Korea - Seoul
Tel: 82-2-554-7200
Fax: 82-2-558-5932 or
82-2-558-5934
China - Nanjing
Tel: 86-25-8473-2460
Fax: 86-25-8473-2470
Malaysia - Kuala Lumpur
Tel: 60-3-6201-9857
Fax: 60-3-6201-9859
China - Qingdao
Tel: 86-532-8502-7355
Fax: 86-532-8502-7205
Malaysia - Penang
Tel: 60-4-227-8870
Fax: 60-4-227-4068
China - Shanghai
Tel: 86-21-5407-5533
Fax: 86-21-5407-5066
Philippines - Manila
Tel: 63-2-634-9065
Fax: 63-2-634-9069
China - Shenyang
Tel: 86-24-2334-2829
Fax: 86-24-2334-2393
Singapore
Tel: 65-6334-8870
Fax: 65-6334-8850
China - Shenzhen
Tel: 86-755-8203-2660
Fax: 86-755-8203-1760
Taiwan - Hsin Chu
Tel: 886-3-6578-300
Fax: 886-3-6578-370
China - Wuhan
Tel: 86-27-5980-5300
Fax: 86-27-5980-5118
Taiwan - Kaohsiung
Tel: 886-7-536-4818
Fax: 886-7-536-4803
China - Xiamen
Tel: 86-592-2388138
Fax: 86-592-2388130
Taiwan - Taipei
Tel: 886-2-2500-6610
Fax: 886-2-2508-0102
China - Xian
Tel: 86-29-8833-7252
Fax: 86-29-8833-7256
Thailand - Bangkok
Tel: 66-2-694-1351
Fax: 66-2-694-1350
Italy - Milan
Tel: 39-0331-742611
Fax: 39-0331-466781
Netherlands - Drunen
Tel: 31-416-690399
Fax: 31-416-690340
Spain - Madrid
Tel: 34-91-708-08-90
Fax: 34-91-708-08-91
UK - Wokingham
Tel: 44-118-921-5869
Fax: 44-118-921-5820
China - Zhuhai
Tel: 86-756-3210040
Fax: 86-756-3210049
03/26/09
DS80481A-page 16
© 2009 Microchip Technology Inc.