PIC18F6627-I/PT Microchip Technology, PIC18F6627-I/PT Datasheet

IC PIC MCU FLASH 48KX16 64TQFP

PIC18F6627-I/PT

Manufacturer Part Number
PIC18F6627-I/PT
Description
IC PIC MCU FLASH 48KX16 64TQFP
Manufacturer
Microchip Technology
Series
PIC® 18Fr

Specifications of PIC18F6627-I/PT

Core Size
8-Bit
Program Memory Size
96KB (48K x 16)
Core Processor
PIC
Speed
40MHz
Connectivity
I²C, SPI, UART/USART
Peripherals
Brown-out Detect/Reset, HLVD, POR, PWM, WDT
Number Of I /o
54
Program Memory Type
FLASH
Eeprom Size
1K x 8
Ram Size
3.8K x 8
Voltage - Supply (vcc/vdd)
4.2 V ~ 5.5 V
Data Converters
A/D 12x10b
Oscillator Type
Internal
Operating Temperature
-40°C ~ 85°C
Package / Case
64-TFQFP
Controller Family/series
PIC18
No. Of I/o's
54
Eeprom Memory Size
1024Byte
Ram Memory Size
3.84375KB
Cpu Speed
40MHz
No. Of Timers
5
Processor Series
PIC18F
Core
PIC
Data Bus Width
8 bit
Data Ram Size
3936 B
Interface Type
SPI, I2C, EUSART
Maximum Clock Frequency
40 MHz
Number Of Programmable I/os
54
Number Of Timers
5
Maximum Operating Temperature
+ 85 C
Mounting Style
SMD/SMT
3rd Party Development Tools
52715-96, 52716-328, 52717-734, 52712-325, EWPIC18
Development Tools By Supplier
PG164130, DV164035, DV244005, DV164005, PG164120, ICE2000, ICE4000, DV164136, DM183032, DM183022
Minimum Operating Temperature
- 40 C
On-chip Adc
10 bit, 12 Channel
Lead Free Status / RoHS Status
Lead free / RoHS Compliant
For Use With
XLT64PT5 - SOCKET TRAN ICE 64MQFP/TQFPAC164319 - MODULE SKT MPLAB PM3 64TQFPDV007003 - PROGRAMMER UNIVERSAL PROMATE II
Lead Free Status / Rohs Status
 Details

Available stocks

Company
Part Number
Manufacturer
Quantity
Price
Part Number:
PIC18F6627-I/PT
Manufacturer:
ANALOGIX
Quantity:
101
Part Number:
PIC18F6627-I/PT
Manufacturer:
Microchip Technology
Quantity:
10 000
The PIC18F6627/6722/8627/8722 parts you have
received conform functionally to the Device Data Sheet
(DS39646B), except for the anomalies described
below. Any Data Sheet Clarification issues related to
the PIC18F6627/6722/8627/8722 devices will be
reported in a separate Data Sheet errata. Please check
the Microchip web site for any existing issues.
All of the issues listed here will be addressed in future
revisions of the PIC18F6627/6722/8627/8722 silicon.
The
PIC18F6627/6722/8627/8722 devices with these
Device/Revision IDs:
1. Module: EUSART
© 2006 Microchip Technology Inc.
The Device IDs (DEVID1 and DEVID2) are located at
addresses
configuration space. They are shown in hexadecimal
in the format “DEVID2 DEVID1”.
Part Number
PIC18F6627
PIC18F6722
PIC18F8627
PIC18F8722
When performing back-to-back transmission in
9-bit mode (TX9D bit in the TXSTAx register is
set), an ongoing transmission’s timing can be
corrupted if the TX9D bit (for the next transmis-
sion) is not written immediately following the
setting of TXxIF. This is because any write to the
TXSTAx register results in a reset of the Baud
Rate Generator which will effect any ongoing
transmission.
Work around
Load TX9D just after TXxIF is set, either by polling
TXxIF or by writing TX9D at the beginning of the
Interrupt Service Routine, or only write to TX9D
when
(TRMT = 1).
Date Codes that pertain to this issue:
All engineering and production devices.
following
PIC18F6627/6722/8627/8722 Rev. A1 Silicon Errata
a
3FFFFEh:3FFFFFh
transmission
silicon
01 0100 000
01 0100 001
01 0011 110
01 0011 111
Device ID
errata apply
is
not
in
Revision ID
the
in
00000
00000
00000
00000
PIC18F6627/6722/8627/8722
only
device’s
progress
to
2. Module: Timer1/Timer3
3. Module: Timer1/Timer3
When Timer1/Timer3 is operating in 16-bit mode
and the prescale setting is not 1:1, a write to the
TMR1H/TMR3H Buffer registers may lengthen the
duration of the period between the increments of
the timer for the period in which TMR1H/TMR3H
was written.
Work around
Do not write to TMR1H/TMR3H while Timer1/
Timer3 is running, or else write to TMR1L/TMR3L
immediately following a write to TMR1H/TMR3H.
Do not write to TMR1H/TMR3H and then wait for
another event before also updating TMR1L/
TMR3L.
Date Codes that pertain to this issue:
All engineering and production devices.
When Timer1 or Timer3 is the time base for CCPx,
and the associated CCPxCON register is config-
ured with 0x0B (Compare mode, trigger special
event), the assigned timer is not reset on a Special
Event Trigger.
Work around
Modify firmware to reset the Timer registers
(TMRxL and TMRxH) upon detection of the
compare match condition.
Date Codes that pertain to this issue:
All engineering and production devices.
DS80221C-page 1

Related parts for PIC18F6627-I/PT

PIC18F6627-I/PT Summary of contents

Page 1

... PIC18F6627/6722/8627/8722 Rev. A1 Silicon Errata The PIC18F6627/6722/8627/8722 parts you have received conform functionally to the Device Data Sheet (DS39646B), except for the anomalies described below. Any Data Sheet Clarification issues related to the PIC18F6627/6722/8627/8722 devices will be reported in a separate Data Sheet errata. Please check the Microchip web site for any existing issues ...

Page 2

... PIC18F6627/6722/8627/8722 4. Module: A/D The A/D offset is greater than the specified limit in Table 28-26 of the Device Data Sheet. The updated conditions and limits are shown in bold text in Table 1. Work around Three work arounds exist: 1. Configure the A/D to use the V pins for the voltage references. This is done by setting the VCFG< ...

Page 3

... POP ; clears return address of Foo call : ; insert high priority ISR code here : RETFIE FAST © 2006 Microchip Technology Inc. PIC18F6627/6722/8627/8722 Alternatively, in the case of MOVFF, use the MOVF instruction to write to WREG instead. For example, use: MOVF TEMP, W MOVWF BSR instead of MOVFF TEMP, BSR. ...

Page 4

... PIC18F6627/6722/8627/8722 EXAMPLE 2: INTERRUPT SERVICE ROUTINE IN C #pragma interruptlow MyLowISR void MyLowISR(void Handle low priority interrupts Although MyHighISR is a high priority interrupt, use interruptlow pragma so that // the compiler will not use retfie FAST. #pragma interruptlow MyHighISR void MyHighISR(void Handle high priority interrupts. ...

Page 5

... CKx pin for the last bit transmitted. Work around None. © 2006 Microchip Technology Inc. PIC18F6627/6722/8627/8722 12. Module: EUSART In Synchronous mode, EUSART baud rates using SPBRGx values of ‘0’ and ‘1’ may not function correctly. Work around Use another baud rate configuration to generate the desired baud rate ...

Page 6

... PIC18F6627/6722/8627/8722 16. Module: External Memory Bus For PIC18F8XXX devices, the Stack Pointer may incorrectly increment during a table read operation if external memory bus wait states are enabled (i.e., Configuration bit, WAIT, is clear (CONFIG3L<7> and WAIT<1:0> bits (MEMCON<5:4>) are not equal to ‘11’). Work around ...

Page 7

... MOVWF SSPBUF ;Xmit New data BSF T2CON, TMR2ON ;Timer2 on © 2006 Microchip Technology Inc. PIC18F6627/6722/8627/8722 22. Module: Timer1 In 16-bit Asynchronous Counter mode or 16-bit Asynchronous Oscillator mode, the TMR1H and TMR3H buffers do not update when TMRxL is read. This issue only affects reading the TMRxH registers ...

Page 8

... PIC18F6627/6722/8627/8722 24. Module: Timer1 (Asynchronous Counter) When writing to the TMR1H register, under specific conditions possible that the TMR1L register will miss a count while connected to the external oscillator via the T1OSO and T1OSI pins. When Timer1 is started, the circuitry looks for a falling edge before a rising edge can increment the counter. Writing to the TMR1H register is similar to starting Timer1 ...

Page 9

... TXREGx when timer is about to overflow. Date Codes that pertain to this issue: All engineering and production devices. © 2006 Microchip Technology Inc. PIC18F6627/6722/8627/8722 27. Module: EUSART With the auto-wake-up option enabled by setting the WUE (BAUDCONx<1>) bit, the RCxIF bit will become set on a high-to-low transition on the RXx pin ...

Page 10

... PIC18F6627/6722/8627/8722 29. Module: MSSP (SPI Mode) In SPI mode, the Buffer Full Status bit, BF (SSPxSTAT<0>), should not be polled in software to determine when the transfer is complete. Work around Copy the SSPxSTAT register into a variable and perform the bit test on the variable. In Example 7, SSPxSTAT is copied into the working register ...

Page 11

... Date Codes that pertain to this issue: All engineering and production devices. © 2006 Microchip Technology Inc. PIC18F6627/6722/8627/8722 34. Module: ECCP (PWM Mode) When the PWM auto-shutdown feature is configured for automatic restart by setting the PxRSEN bit (ECCPxDEL<7>), the pulse may terminate immediately in a shutdown event ...

Page 12

... PIC18F6627/6722/8627/8722 37. Module: Reset This version of silicon does not support the func- tionality described in Note 1 of parameter D002 in Section 28.1 “DC Characteristics: Supply Voltage” of the data sheet. The RAM content may be altered during a Reset event if the following conditions are met. • Device is accessing RAM. ...

Page 13

... Updated issue 7 (Interrupts) to include new code examples. Added silicon issues 25-27 (EUSART), 28-30 (MSSP – SPI Mode), 31-33 (MSSP – I (ECCP – PWM Mode), 36 (CCP – PWM Mode), 37 (Reset) and 38 (External Memory Bus). © 2006 Microchip Technology Inc. PIC18F6627/6722/8627/8722 2 C Mode), 34-35 DS80221C-page 13 ...

Page 14

... PIC18F6627/6722/8627/8722 NOTES: DS80221C-page 14 © 2006 Microchip Technology Inc. ...

Page 15

... Select Mode, Smart Serial, SmartTel, Total Endurance, UNI/O, 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. ...

Page 16

... Fax: 886-3-572-6459 Taiwan - Kaohsiung Tel: 886-7-536-4818 Fax: 886-7-536-4803 Taiwan - Taipei Tel: 886-2-2500-6610 Fax: 886-2-2508-0102 Thailand - Bangkok Tel: 66-2-694-1351 Fax: 66-2-694-1350 © 2006 Microchip Technology Inc. EUROPE Austria - Wels Tel: 43-7242-2244-3910 Fax: 43-7242-2244-393 Denmark - Copenhagen Tel: 45-4450-2828 Fax: 45-4485-2829 France - Paris Tel: 33-1-69-53-63-20 ...

Related keywords