8.0 Synchronous Serial Port (SSP) Module...............................................................................................................39
10.0 Special Features of the CPU................................................................................................................................55
11.0 Instruction Set Summary......................................................................................................................................67
12.0 Development Support...........................................................................................................................................75
Appendix A: Revision History ...................................................................................................................................111
To obtain the most up-to-date version of this data sheet, please register at our Worldwide Web site at:
http://www.microchip.com
You can determine the version of a data sheet by examining its literature number found on the bottom outside corner of any page.
The last character of the literature number is the version number. e.g., DS30000A is version A of document DS30000.
New Customer Notification System
Register on our web site (www.microchip.com/cn) to receive the most current information on our products.
Errata
An errata sheet may exist for current devices, describing minor operational differences (from the data sheet) and recommended
workarounds. As device/documentation issues become known to us, w e will pub lish an errata sheet. The errata will specify the re vision of silicon and revision of document to which it applies.
To determine if an errata sheet exists for a particular device, please check with one of the following:
• Microchip’s Worldwide Web site; http://www.microchip.com
• Your local Microchip sales office (see last page)
• The Microchip Corporate Literature Center; U.S. FAX: (480) 786-7277
When contacting a sales office or the literature center, please specify which device, revision of silicon and data sheet (include liter-
ature number) you are using.
Corrections to this Data Sheet
We constantly strive to improve the quality of all our products and documentation. W e hav e spent a great deal of time to ensure that
this document is correct. However, we realize that we may have missed a few things. If you find any information that is missing or
appears in error, please:
• Fill out and mail in the reader response form in the back of this data sheet.
• E-mail us at webmaster@microchip.com.
We appreciate your assistance in making this a better document.
1999 Microchip Technology Inc.
PreliminaryDS35008B-page 3
PIC16C62B/72A
NOTES:
DS35008B-page 4Preliminary
1999 Microchip Technology Inc.
PIC16C62B/72A
1.0DEVICE OVERVIEW
This document contains device-specific information.
Additional information may be found in the PICmicro™
Mid-Range Reference Manual, (DS33023), which may
be obtained from your local Microchip Sales Representative or downloaded from the Microchip website. The
Reference Manual should be considered a complementary document to this data she et, and is h ighly rec-
ommended reading for a better understanding of the
device architecture and operation of the peripheral
modules.
There are two devices (PIC16C62B, PIC16C72A) covered by this datasheet . The PIC16C6 2B does not have
the A/D module implemented.
Figure 1- 1 is the block diagram for both devices. T he
pinouts are listed in Table 1-1.
OSC2/CLKOUT1010O—Oscillator crystal output. Connects to crystal or resonator in
crystal oscillator mode. In RC mode, the OSC2 pin outputs
CLKOUT which has 1/4 the frequency of OSC1, and denotes
the instruction cycle rate.
MCLR
/VPP
11I/PSTMaster clear (reset) input or programming voltage input. This
pin is an active low reset to the device.
PORTA is a bi-directional I/O port.
RA0/AN0
RA1/AN1
RA2/AN2
RA3/AN3/V
(4)
(4)
(4)
(4)
REF
22I/OTTLRA0 can also be analog input 0
33I/OTTLRA1 can also be analog input 1
44I/OTTLRA2 can also be analog input 2
55I/OTTLRA3 can also be analog input 3 or analog reference voltage
RA4/T0CKI66I/OSTRA4 can also be the clock input to the Timer0 module.
Output is open drain type.
RA5/SS/
AN4
(4)
77I/OTT LRA5 can also be analog input 4 or the slave select for the
synchronous serial port.
PORTB is a bi-directional I/O port. PORTB can be software
programmed for internal weak pull-up on all inputs.
RB0/INT2121I/OTTL/ST
(1)
RB0 can also be the external interrupt pin.
RB12222I/OTTL
RB22323I/OTTL
RB32424I/OTTL
RB42525I/OTTLInterrupt on change pin.
RB52626I/OTTLInterrupt on change pin.
RB62727I/OTTL/ST
RB72828I/OTTL/ST
(2)
(2)
Interrupt on change pin. Serial programming clock.
Interrupt on change pin. Serial programming data.
PORTC is a bi-directional I/O port.
RC0/T1OSO/T1CKI1111I/OSTRC0 can also be the Timer1 oscillator output or Timer1
clock input.
RC1/T1OSI1212I/OSTRC1 can also be the Timer1 oscillator input.
RC2/CCP11313I/OSTRC2 can also be the Capture1 input/Compare1 output/
PWM1 output.
RC3/SCK/SCL1414I/OSTRC3 can also be the synchronous serial clock input/output
for both SPI and I
RC4/SDI/SDA1515I/OSTRC4 can also be the SPI Data In (SPI mode) or
data I/O (I
2
C mode).
2
C modes.
RC5/SDO1616I/OSTRC5 can also be the SPI Data Out (SPI mode).
RC61717I/OST
RC71818I/OST
SS8, 198, 19P—Ground reference for logic and I/O pins.
V
DD2020P—Positive supply for logic and I/O pins.
V
Legend: I = inputO = outputI/O = input/outputP = power or program
Note 1: This buffer is a Schmitt Trigger input when configured as the external interrupt.
2: This buffer is a Schmitt Trigger input when used in serial programming mode.
3: This buffer is a Schmitt Trigger input when configured in RC oscillator mode and a CMOS input otherwise.
4: The A/D module is not available on the PIC16C62B.
DS35008B-page 6Preliminary
1999 Microchip Technology Inc.
PIC16C62B/72A
2.0MEMORY ORGANIZATION
There are two memory blocks in each of these microcontrollers. Each block (Program Memory and Data
Memory) has its own bus, so that concurr ent access
can occur .
Additional inf ormation on de vice m emory may be f ound
in the PICmicro Mid-Range Reference Manual,
(DS33023).
2.1Program Memory Organization
The PIC16C62B/72A devices have a 13-bit program
counter capable of addressing an 8K x 14 program
memory space. Each de vi ce has 2K x 14 w ords of program memory. Accessing a location above 07FFh will
cause a wraparound.
The reset vector is at 0000h and the interrupt vector is
at 0004h.
FIGURE 2-1:PROGRAM MEMORY MAP
AND STACK
PC<12:0>
CALL, RETURN
RETFIE, RETLW
Space
User Memory
On-chip Program
Stack Level 1
Stack Level 8
Reset Vector
Interrupt Vector
Memory
13
0000h
0004h
0005h
07FFh
0800h
1FFFh
1999 Microchip Technology Inc.
PreliminaryDS35008B-page 7
PIC16C62B/72A
2.2Data Memory Organization
The data memory is partitioned into multiple banks
which contain the General Purpose Registers and the
Special Function Registers. Bits RP1 and RP0 are the
bank select bits.
Note 1: Maintain this bit clear to ensure upward compati-
Each bank extends up to 7Fh (128 bytes). The lower
locations of each bank are reserved for the Special
Function Registers . Abo v e the Sp ecial Functi on Regi sters are General Purpose Registers, implemented as
static RAM. All implemented banks contain Special
Function Registers. Some “high use” Special Function
Registers from one bank may be mirrored in another
bank for code reduction and quicker access.
2.2.1GENERAL PURPOSE REGISTER FILE
The register file can be accessed either directly , or indi-
rectly through the File Select Register FSR
(Section 2.5).
The Special Function Registers can be classified into
two sets; core (CPU) and peripheral. Those registers
The Special Function Registers are registers used by
the CPU and Peripheral Modules for controlling the
desired operation of the device. These registers are
implemented as static RAM. A list of these registers is
given in Table 2-1.
associated with the core functions are described in
detail in this section. Those related to the operation of
the peripheral features are described in detail in the
peripheral feature section.
02hPCL
03hSTATUS
04hFSR
05hPORTA
06hPORTB
07hPORTC
08h-09h—Unimplemented——
0AhPCLATH
0BhINTCON
0ChPIR1
0Dh—Unimplemented——
0EhTMR1LHolding register for the Least Significant Byte of the 16-bit TMR1 registerxxxx xxxx uuuu uuuu
0FhTMR1HHolding register for the Most Significant Byte of the 16-bit TMR1 registerxxxx xxxx uuuu uuuu
10hT1CON
11hTMR2Timer2 module’s register0000 0000 0000 0000
12hT2CON
13hSSPBUFSynchronous Serial Port Receive Buffer/Transmit Registerxxxx xxxx uuuu uuuu
14hSSPCONWCOLSSPOVSSPENCKPSSPM3SSPM2SSPM1SSPM00000 0000 0000 0000
15hCCPR1LCapture/Compare/PWM Register1 (LSB)xxxx xxxx uuuu uuuu
16hCCPR1HCapture/Compare/PWM Register1 (MSB)xxxx xxxx uuuu uuuu
17hCCP1CON
18h-1Dh—Unimplemented——
1EhADRES
1FhADCON0
(1)
(1)
(1)
Legend: x = unknown, u = unchanged, q = value depends on condition, - = unimplemented, read as ’0’,
Shaded locations are unimplemented, read as ’0’.
Note 1: These registers can be addressed from either bank.
2: The upper byte of the program counter is not directly accessible. PCLA TH is a holding register for PC<12:8> whose contents
are transferred to the upper byte of the program counter.
3: A/D not implemented on the PIC16C62B, maintain as ’0’.
4: Other (non power-up) resets include: external reset through MCLR
5: The IRP and RP1 bits are reserved. Always maintain these bits clear.
6: On any device reset, these pins are configured as inputs.
7: This is the value that will be in the port output latch.
Addressing this location uses contents of FSR to address data memory (not a physical register) 0000 0000 0000 0000
Program Counter's (PC) Least Significant Byte0000 0000 0000 0000
(1)
(6,7)
(6,7)
(6,7)
(1,2)
(1)
(3)
(3)
(5)
IRP
Indirect data memory address pointerxxxx xxxx uuuu uuuu
——PORTA Data Latch when written: PORTA pins when read--0x 0000 --0u 0000
PORTB Data Latch when written: PORTB pins when readxxxx xxxx uuuu uuuu
PORTC Data Latch when written: PORTC pins when readxxxx xxxx uuuu uuuu
———Write Buffer for the upper 5 bits of the Program Counter---0 0000 ---0 0000
GIE PEIET0IEINTERBIET0IFINTFRBIF0000 000x 0000 000u
86hTRISBPORTB Data Direction Register1111 1111 1111 1111
87hTRISCPORTC Data Direction Register1111 1111 1111 1111
88h-89h—Unimplemented——
8AhPCLATH
8BhINTCON
8ChPIE1
8Dh—Unimplemented——
8EhPCON
8Fh-91h—Unimplemented——
92hPR2Timer2 Period Register1111 1111 1111 1111
93hSSPADDSynchronous Serial Port (I
94hSSPSTATSMPCKED/A
95h-9Eh—Unimplemented——
9FhADCON1
(1)
(1)
(1)
Addressing this location uses contents of FSR to address data memory (not a physical register) 0000 0000 0000 0000
INTEDGT0CST0SEPSAPS2PS1PS01111 1111 1111 1111
Program Counter’s (PC) Least Significant Byte0000 0000 0000 0000
(1)
(1,2)
(1)
(3)
(5)
IRP
Indirect data memory address pointerxxxx xxxx uuuu uuuu
——PORTA Data Direction Register--11 1111 --11 1111
———Write Buffer for the upper 5 bits of the Program Counter---0 0000 ---0 0000
Legend: x = unknown, u = unchanged, q = value depends on condition, - = unimplemented, read as ’0’,
Shaded locations are unimplemented, read as ’0’.
Note 1: These registers can be addressed from either bank.
2: The upper byte of the program counter is not directly accessible. PCLATH is a holding register for PC<12:8> whose contents
are transferred to the upper byte of the program counter.
3: A/D not implemented on the PIC16C62B, maintain as ’0’.
4: Other (non power-up) resets include: external reset through MCLR
and the Watchdog Timer Reset.
5: The IRP and RP1 bits are reserved. Always maintain these bits clear.
6: On any device reset, these pins are configured as inputs.
7: This is the value that will be in the port output latch.
Value on all
other resets
(4)
DS35008B-page 10Preliminary
1999 Microchip Technology Inc.
PIC16C62B/72A
2.2.2.1STATUS REGISTER
The STATUS register, shown in Register 2-1, contains
the arithmetic status of th e ALU , the RE SET status an d
the bank select bits for data memory.
The STATUS register can be the destination for any
instruction, as with any other register. If the STATUS
register is the destination for an instruction that affects
the Z, DC or C bits, the write to these three bits is disabled. These bits are set or cl eared accordin g to the
device logic. The TO
result of an instruction with the STATUS register as
destination may be different than intended.
For example, CLRF STATUS will clear the up p er- t h ree
bits and set the Z bi t. T his lea v e s the STATUS register
as 000u u1uu (where u = unchanged).
and PD bits are not writable. The
It is recommended, therefore, that only BCF, BSF,SWAPF and MOVWF instructions are used to alter the
STATUS register, because these instructions do not
affect the Z, C or DC b its from the STA TU S regist er . F or
other instructions, not affecting any status bits, see the
"Instruction Set Summary."
Note 1: The IRP and R P1 bits are reserve d. Main-
tain these bits clear to ensure upward
compatibility with future products.
Note 2: The C and DC bits operate as a borrow
and digit borrow bit, respectively, in subtraction. See the SUBLW and SUBWF
instructions.
REGISTER 2-1:STATUS REGISTER (ADDRESS 03h, 83h)
R/W-0R/W-0R/W-0R-1R-1R/W-xR/W-xR/W-x
IRPRP1RP0TOPDZDCCR = Readable bit
bit7bit0
bit 7:IRP: Register Bank Select bit (used for indirect addressing)
(reserved, maintain clear)
bit 6-5: RP1:RP0: Register Bank Select bits (used for direct addressing)
01 = Bank 1 (80h - FFh)
00 = Bank 0 (00h - 7Fh)
Each bank is 128 bytes
Note: RP1 is reserved, maintain clear
bit 4:TO
bit 3:PD
bit 2:Z: Zero bit
bit 1:DC: Digit carry/borrow
bit 0:C: Carry/borrow
: Time-out bit
1 = After power-up, CLRWDT instruction, or SLEEP instruction
0 = A WDT time-out occurred
: Power-down bit
1 = After power-up or by the CLRWDT instruction
0 = By execution of the SLEEP instruction
1 = The result of an arithmetic or logic operation is zero
0 = The result of an arithmetic or logic operation is not zero
bit (ADDWF, ADDLW,SUBLW,SUBWF instructions) (for borrow, the polarity is reversed)
1 = A carry-out from the 4th low order bit of the result occurred
0 = No carry-out from the 4th low order bit of the result
bit (ADDWF, ADDLW,SUBLW,SUBWF instructions) (for borrow, the polarity is reversed)
1 = A carry-out from the most significant bit of the result occurred
0 = No carry-out from the most significant bit of the result occurred
W = Writable bit
U = Unimplemented bit,
read as ‘0’
- n = Value at POR reset
Note: For borrow
second operand. For rotate (RRF, RLF) instructions, this bit is loaded with either the high or low order bit of
the source register.
1999 Microchip Technology Inc.
, the polarity is rev ers ed. A subt racti on is execu ted b y adding the tw o’s complement of the
PreliminaryDS35008B-page 11
PIC16C62B/72A
2.2.2.2OPTION_REG REGISTER
The OPTION_REG register is a readable and writable
register , which contai ns various c ontrol bits to c onfigure
the TMR0 prescaler/WDT postscaler (single assignable register known as the prescaler), the External INT
Interrupt, TMR0 and the weak pull-ups on PORTB.
REGISTER 2-2:OPTION_REG REGISTER (ADDRESS 81h)
R/W-1R/W-1R/W-1R/W-1R/W-1R/W-1R/W-1R/W-1
RBPU
bit7bit0
bit 7:RBPU: PORTB Pull-up Enable bit
bit 6:INTEDG: Interrupt Edge Select bit
bit 5:T0CS: TMR0 Clock Source S elect bit
bit 4:T0SE: TMR0 Source Edge Select bit
bit 3:PSA: Prescaler Assignment bit
bit 2-0: PS2:PS0: Prescaler Rate Select bits
INTEDGT0CST0SEPSAPS2PS1PS0R = Readable bit
1 = PORTB pull-ups are disabled
0 = PORTB pull-ups are enabled for all PORTB inputs
1 = Interrupt on rising edge of RB0/INT pin
0 = Interrupt on falling edge of RB0/INT pin
1 = Transition on RA4/ T0CKI pin
0 = Internal instructio n cycle clock (CLKOUT)
1 = Increment on high-to-low transition on RA4/T0CKI pin
0 = Increment on low-to-h igh transition on RA4/T0CKI pin
1 = Prescaler is assigned to the WDT
0 = Prescaler is assigned to the Timer0 module
the TMR0 register, assign the prescaler to
the Watchdog Timer.
W = Writable bit
- n = Value at POR reset
DS35008B-page 12Preliminary
1999 Microchip Technology Inc.
PIC16C62B/72A
2.2.2.3INTCON REGISTER
The INTCON Regi ster i s a rea dab le a nd w ritabl e regi s-
ter, which contains various interrupt enable and flag
bits for the TMR0 register overflow, RB Port change
and External RB0/INT pin interrupts.
Note:Interrupt flag bits are se t whe n an in terrupt
condition occurs , re ga rdless of the state of
its corresponding enable bit or the global
enable bit, GIE (INTCON<7>). User software should ensure the appropriate interrupt flag bits are clear prior to enabling an
interrupt.
REGISTER 2-3:INTCON REGISTER (ADDRESS 0Bh, 8Bh)
R/W-0R/W-0R/W-0R/W-0R/W-0R/W-0R/W-0R/W-x
GIEPEIET0IEINTERBIET0IFINTFRBIFR = Readable bit
bit7bit0
bit 7:GIE: Global Interrupt Enable bit
1 = Enables all un-masked interrupts
0 = Disables all interrupts
bit 6:PEIE: Peripheral Interrupt Enable bit
1 = Enables all un-masked peripheral interrupts
0 = Disables all peripheral interrupts
bit 5:T0IE: TMR0 Overflow Interrupt Enable bit
1 = Enables the TMR0 interrupt
0 = Disables the TMR0 interrupt
bit 4:IINTE: RB0/INT External Interrupt Enable bit
1 = Enables the RB0/INT external interrupt
0 = Disables the RB0/INT external interrupt
bit 3:RBIE: RB Port Change Interrupt Enable bit
1 = Enables the RB port change interrupt
0 = Disables the RB port change interrupt
bit 2:T0IF: TMR0 Overflow Interrupt Flag bit
1 = TMR0 register has overflowed (software must clear bit)
0 = TMR0 register did not overflow
bit 1:INTF: RB0/INT External Interrupt Flag bit
1 = The RB0/INT external interrupt occurred (software must clear bit)
0 = The RB0/INT external interrupt did not occur
bit 0:RBIF: RB Port Change Interrupt Flag bit
1 = At least one of the RB7:RB4 input pins have changed state (clear by reading PORTB)
0 = None of the RB7:RB4 input pins have changed state
W = Writable bit
- n = Value at POR reset
1999 Microchip Technology Inc.
PreliminaryDS35008B-page 13
PIC16C62B/72A
2.2.2.4PIE1 REGISTER
This register contains the individual enable bits for the
Note:Bit PEIE (INTCON<6>) must be set to
enable any peripheral interrupt.
peripheral interrupts.
REGISTER 2-4:PIE1 REGISTER (ADDRESS 8Ch)
U-0R/W-0U-0U-0R/W-0R/W-0R/W-0R/W-0
—ADIE
bit7bit0
bit 7:Unimplemented: Read as ‘0’
bit 6:ADIE
bit 5-4: Unimplemented: Read as ‘0’
bit 3:SSPIE: Synchronous Serial Port Interrupt Enable bit
bit 2:CCP1IE: CCP1 Interrupt Enable bit
bit 1:TMR2IE: TMR2 to PR2 Match Interrupt Enable bit
bit 0:TMR1IE: TMR1 Overflow Interrupt Enable bit
(1)
(1)
——SSPIECCP1IETMR2IETMR1IER = Readable bit
: A/D Converter Interrupt Enable bit
1 = Enables the A/D interrupt
0 = Disables the A/D interrupt
1 = Enables the SSP interrupt
0 = Disables the SSP interrupt
1 = Enables the CCP1 interrupt
0 = Disables the CCP1 interrupt
1 = Enables the TMR2 to PR2 match interrupt
0 = Disables the TMR2 to PR2 match interrupt
1 = Enables the TMR1 overflow interrupt
0 = Disables the TMR1 overflow interrupt
W = Writable bit
U = Unimplemented bit,
read as ‘0’
- n = Value at POR reset
Note 1: The PIC16C62B does not have an A/D module. This bit location is reserved on these devices. Always maintain this
bit clear.
DS35008B-page 14Preliminary
1999 Microchip Technology Inc.
PIC16C62B/72A
2.2.2.5PIR1 REGISTER
This register contains the individual flag bits for the
Peripheral interrupts.
Note:Interrupt flag bits are se t whe n an in terrupt
condition occurs , re ga rdless of the state of
its corresponding enable bit or the global
enable bit, GIE (INTCON<7>). User software should ensure the appropriate interrupt flag bits are clear prior to enabling an
interrupt.
REGISTER 2-5:PIR1 REGISTER (ADDRESS 0Ch)
U-0R/W-0U-0U-0R/W-0R/W-0R/W-0R/W-0
—ADIF
bit7bit0
bit 7:Unimplemented: Read as ‘0’
bit 6:ADIF
bit 5-4: Unimplemented: Read as ‘0’
bit 3:SSPIF: Synchronous Serial Po rt Interrupt Flag bit
bit 2:CCP1IF: CCP1 Interrupt Flag bit
bit 1:TMR2IF: TMR2 to PR2 Match Interrupt Flag bit
bit 0:TMR1IF: TMR1 Overflow Interrupt Flag bit
(1)
(1)
——SSPIFCCP1IFTMR2IFTMR1IFR = Readable bit
: A/D Converter Interrupt Flag bit
1 = An A/D conversion completed (must be cleared in software)
0 = The A/D conversion is not complete
1 = The transmission/reception is complete (must be cleared in software)
0 = Waiting to transmit/receive
Capture Mode
1 = A TMR1 register capture occurred (must be cleared in software)
0 = No TMR1 register capture occurred
Compare Mode
1 = A TMR1 register compare match occurred (must be cleared in software)
0 = No TMR1 register compare match occurred
PWM Mode
Unused in this mode
1 = TMR2 to PR2 match occur red (must be cleared in software)
0 = No TMR2 to PR2 match occurred
1 = TMR1 register overflowed (must be cleared in software)
0 = TMR1 register did not overflow
W = Writable bit
U = Unimplemented bit,
read as ‘0’
- n = Value at POR reset
Note 1: The PIC16C62B does not have an A/D module. This bit location is reserved on these devices. Always maintain this
1999 Microchip Technology Inc.
bit clear.
PreliminaryDS35008B-page 15
PIC16C62B/72A
2.2.2.6PCON REGISTER
The Po wer Control regis ter (PCON) contains fl ag bits to
allow diff erentia tion be tween a Power-on Res et (POR),
Brown-Out Reset (BOR) and resets from other
sources. .
Note:On Power-on Reset, the state of the BOR
bit is unknown and is not predictable.
If the BODEN bit in the configuration word
is set, the user must first set the BOR bit on
a POR, and chec k it on subsequ ent resets .
If BOR is cleared while POR remains set,
a Brown-out reset has occurred.
If the BODEN bit is clear, the BOR bit may
be ignored.
REGISTER 2-6:PCON REGISTER (ADDRESS 8Eh)
U-0U-0U-0U-0U-0U-0R/W-0R/W-q
——————PORBORR = Readable bit
bit7bit0
bit 7-2: Unimplemented: Read as ’0’
bit 1:POR
bit 0:BOR
: Power-on Reset Status bit
1 = No Power-on Reset occurred
0 = A Power-on Reset occurred (must be set in software after a Power-on Reset occurs)
: Brown-out Reset Status bit
1 = No Brown-ou t Reset occurred
0 = A Brown-out Reset occurred (must be set in software after a Brown-out Reset occurs)
W = Writable bit
U = Unimplemented bit,
- n = Value at POR reset
read as ‘0’
DS35008B-page 16Preliminary
1999 Microchip Technology Inc.
PIC16C62B/72A
2.3PCL and PCLATH
The program counter (PC) specifies the address of the
instruction to fetch for execution. The PC is 13 bits
wide. The low byte is called the PCL register and is
readable and writable. The high byte is called the PCH
register. This register contains the PC<12:8> bits and
is not directly a cc es sible. All updates to the PCH register go through the PCLATH register.
2.3.1STACK
The stack allows any combination of up to 8 program
calls and interrupts to occur. The stack contains the
return address from this branch in program execution.
Mid-range devices have an 8 level deep hardware
stack. The stack space is not part of either program or
data space and the st ac k po inter i s not acce ssib le . Th e
PC is PUSHed onto the stack when a CALL instruction
is executed or an interrupt causes a branch. The stack
is POPed in th e e v ent of a RETURN, RETLW or a RET-FIE instruction execution. PCLATH is not modified
when the stack is PUSHed or POPed.
After the stac k has been PUSHe d eight t imes, th e ninth
push overw rites th e value that was stored from the first
push. The tenth push overwrites the second push (and
so on).
2.4Program Memory Paging
The CALL and GOTO instructions provide 11 bits of
address to allow branching within any 2K program
memory page. When doing a CALL or GOTO instruction,
the upper bit of the address is provided by
PCLATH<3>. The user must ensure that the page
select bit is programmed to address the proper program memory page. If a re turn from a CALL instruction
(or interrupt) is e xe cuted, the en tire 13-bit PC is poppe d
from the stack. Therefore, manipulation of the
PCLATH<3> bit is not required for the return instructions.
1999 Microchip Technology Inc.
PreliminaryDS35008B-page 17
PIC16C62B/72A
2.5Indirect Addressing, INDF and FSR
Registers
The INDF register is not a physical r e gis ter. Addressing INDF actually addresses the register whose
address is contained in the FSR register (FSR is a
pointer
).
Reading INDF itself indirectly (FSR = 0) will produce
00h. Writing to the INDF register indirectly results in a
no-operation (although STATUS bits may be affected).
A simple program to clear RAM locations 20h-2Fh
using indirect addressing is shown in Example 2-1.
FIGURE 2-3:DIRECT/INDIRECT ADDRESSING
RP1:RP06
(1)
from opcode
0
EXAMPLE 2-1:HOW TO CLEAR RAM
USING INDIRECT
ADDRESSING
movlw 0x20 ;initialize pointer
movwf FSR ; to RAM
NEXT clrf INDF ;clear INDF register
incf FSR ;inc pointer
btfss FSR,4 ;all done?
goto NEXT ;NO, clear next
CONTINUE
: ;YES, continue
An effective 9-bit add res s is obtained by c on ca tena tin g
the 8-bit FSR register an d the IRP b it (STATUS<7>), as
shown in Figur e 2-3. However, IRP is not used in the
PIC16C62B/72A.
Indirect AddressingDirect Addressing
IRPFSR register
7
(1)
0
bank selectlocation select
00011011
00h
Data
80h
100h
not used
(2)(2)
Memory
7Fh
FFh
17Fh
Bank 0Bank 1Bank 2Bank 3
Note 1: Maintain clear for upward compatibility with future products.
2: Not implemented.
180h
1FFh
bank select
location select
DS35008B-page 18Preliminary
1999 Microchip Technology Inc.
PIC16C62B/72A
3.0I/O PORTS
Some I/O port pins are multiplexed with an alternate
function for the peripheral features on the device. In
general, when a periphe ral is en ab led, t hat pin may not
be used as a general purpose I/O pin.
Additional information on I/O ports ma y be found i n th e
PICmicro™ Mid-Range Reference Manual,
(DS33023).
3.1PORTA and the TRISA Register
PORTA is a 6-bit wide bi-directional port. The corresponding data direction register is TRISA. Setting a
TRISA bit (=1) will m ake the correspo ndi ng PO RTA pin
an input, i.e., put the corresponding output driver in a
hi-impedance mode. Clearing a TRISA bit (=0) will
make the corre sponding POR TA pin an output, (i .e., put
the contents of the output latch on the selected pin).
The PORTA register reads the state of the pins,
whereas writing to i t wil l w rite to the port latch. All write
operations are read-modify-write operations. Therefore, a w rite to a port implies that the port pins are read,
this value is modified, and then written to the port data
latch.
Pin RA4 is multiplexed with the Timer0 module clock
input to become the RA4/T0CKI pin. The RA4/T0CKI
pin is a Schmitt Trigger input and an open drain output.
All other RA port pins have TTL input levels and full
CMOS output drivers.
Pin RA5 is multiplexed with the SSP to become the
RA5/SS
On the PIC16C72A device, other PORTA pins are multiplexed with analog in puts and analog V
operation of each pin is se lected by clea ring/setti ng the
control bits in the ADCON1 register (A/D Control
Register1).
The TRISA register controls the direction of the RA
pins, even when they are being used as analog in puts.
The user must ensure the bits in the TRISA registe r are
maintained set when usin g them as analog inputs.
pin.
REF input. The
Note:On a Power-on Reset, pins with analog
functions are configured as analog inputs
with digital input buffers di sa b l ed . A di gita l
read of these pins will return ’0’.
FIGURE 3-1:BLOCK DIAGRAM OF
RA3:RA0 AND RA5 PINS
Data
Bus
WR
Port
WR
TRIS
RD PORT
To A/D Converter (72A only)
Note 1: I/O pins have protection diodes to VDD and
CK
Data Latch
CK
TRIS Latch
SS.
V
QD
Q
QD
Q
RD TRIS
VDD
P
N
SS
V
Analog
input
mode
(72A
only)
QD
EN
FIGURE 3-2:BLOCK DIAGRAM OF
RA4/T0CKI PIN
Data
Bus
WR
PORT
WR
TRIS
QD
Q
CK
Data Latch
QD
Q
CK
TRIS Latch
N
V
Schmitt
Trigger
input
buffer
SS
I/O pin
TTL
input
buffer
I/O pin
(1)
(1)
1999 Microchip Technology Inc.
RD TRIS
QD
EN
EN
RD PORT
TMR0 clock input
Note 1: I/O pin has protection diodes to VSS only.
PreliminaryDS35008B-page 19
PIC16C62B/72A
TABLE 3-1PORTA FUNCTIONS
NameBit#Buffer Function
RA0/AN0bit0TTLInput/output or analog input
RA1/AN1bit1TTLInput/output or analog input
RA2/AN2bit2TTLInput/output or analog input
RA3/AN3/VREFbit3TTLInput/output or analog input
Input/output or external clock input for Timer0
RA4/T0CKIbit4ST
Output is open drain type
RA5/SS/AN4bit5TTLInput/output or slave select input for synchronous serial port or analog input
Legend: TTL = TTL input, ST = Schmitt Trigger input
Note 1: The PIC16C62B does not implement the A/D module.
TABLE 3-2SUMMARY OF REGISTERS ASSOCIATED WITH PORTA
——PORTA Data Direction Register--11 1111--11 1111
—————PCFG2PCFG1PCFG0---- -000---- -000
Value on
POR,
BOR
Value on all
other resets
Legend: x = unknown, u = unchange d, - = unimp lemen ted locations read as ’0’. Shad ed cell s are not us ed b y POR TA.
Note 1: The PIC16C62B does not implement the A/D module. Maintain this register clear.
DS35008B-page 20Preliminary
1999 Microchip Technology Inc.
PIC16C62B/72A
3.2PORTB and the TRISB Register
PORTB is an 8-bit wide bi-directional port. The corresponding data direction register is TRISB. Setting a
TRISB bit (=1) will make the correspon ding POR TB pin
an input, (i.e., put the corresponding output driver in a
hi-impedance mode). Clearing a TRISB bit (=0) will
make the corresponding PORTB pin an output, (i.e.,
put the contents of the output latch on the selected pin).
Each of the PORTB pins has a weak internal pull-up. A
single control bit ca n turn on all the pull-u ps. This is performed by clea ring bi t RBPU
(OPTION_REG<7>). The
weak pull-up i s autom atically tur ned off when the po rt
pin is configured as an output. The pull-ups are disabled on a Power-on Reset.
FIGURE 3-3:BLOCK DIAGRAM OF
RB3:RB0 PINS
V
TTL
Input
Buffer
EN
DD
weak
P
pull-up
RD Port
I/O
pin
(1)
(2)
RBPU
Data Bus
WR Port
WR TRIS
RB0/INT
Note 1: I/O pins have diode protection to V
2: To enable weak pull-ups, set the appropriate TRIS bit(s)
and clear the RBPU
Data Latch
QD
CK
TRIS Latch
QD
CK
RD TRIS
RD Port
Schmitt Trigger
Buffer
bit (OPTION_REG<7>).
QD
DD and VSS.
Four of PORTB’s pins, RB7:RB4, have an interrupt on
change feature. Only pins configured as inputs can
cause this interrupt to oc cur (i.e . any RB7:RB4 pin configured as an output is excluded from the interrupt on
change comparison). The input pins (of RB7:RB4) are
compared with the old va lue latc hed on the la st read of
PORTB. The “mismatch” outputs of RB7:RB4 are
OR’ed together to generate the RB Port Change Interrupt with flag bit RBIF (INTCON<0>).
This interrupt can wake the device from SLEEP. The
user, i n the interrupt service routine , can clea r the interrupt in the following manner:
a)Any read or write of PORTB. This will end the
mismatch condition.
b)Clear flag bit RBIF.
A mismatch condition will continue to set flag bit RBIF.
Reading PORTB will end the mismatch condition and
allow flag bit RBIF to be cleared.
The interrupt on change feature is recommended for
wake-up on key depression operation and opera tions
where PORTB is only used for the interrupt on change
feature. Polling of PORTB is not recommended while
using the interrupt on change feature.
RB0/INT is an external interupt pin and is configured
using the INTEDG bit (OPTION_REG<6>). RB0/INT is
discussed in detail in Section 10.10.1.
FIGURE 3-4:BLOCK DIAGRAM OF
RB7:RB4 PINS
V
TTL
Input
Buffer
DD
P
weak
pull-up
I/O
pin
Buffer
(1)
ST
RBPU
Data Bus
WR Port
WR TRIS
(2)
Data Latch
QD
CK
TRIS Latch
QD
CK
1999 Microchip Technology Inc.
RD TRIS
Set RBIF
From other
RB7:RB4 pins
RB7:RB6 in serial programming mode
Note 1: I/O pins have diode protection to VDD and VSS.
2: To enable weak pull-ups, set the appropriate TRIS bit(s)
06hPORTBRB7RB6RB5RB4RB3RB2RB1RB0xxxx xxxxuuuu uuuu
86hT RI SBPORTB Data Direction Register1111 11111111 1111
81hOPTION_REG RBPU
Legend: x = unknown, u = unchanged. Shaded cells are not used by PORTB.
INTEDGT0CST0SEPSAPS2PS1PS01111 11111111 1111
Value on:
POR,
BOR
Value on all
other resets
DS35008B-page 22Preliminary
1999 Microchip Technology Inc.
3.3PORTC and the TRISC Register
PORTC is an 8-bit wide bi-directional port. The corresponding data direction register is TRISC. Setting a
TRISC bit (=1) will mak e the corres ponding POR TC pin
an input, (i.e., put the corresponding output driver in a
hi-impedance mode). Clearing a TRISC bit (=0) will
make the corresponding PORTC pin an output, (i.e.,
put the contents of the output latch on the selected pin).
PORTC is mul tiple x ed with se v eral peripheral fun ctions
(Table 3-5). PORTC pins have Schmitt Trigger input
buffers.
When enabling peripheral functions, care should be
taken in defining TRIS bits for each PORTC pin. Some
periphe rals override the TRIS bit to make a pin an output, while other peripherals override the TRIS bit to
make a pin an input. Sinc e the T RIS bit o verride ma ybe
in effect while the periphe ral is enabled, rea d-modifywrite instructions (BS F, BCF, XORWF) with TRISC as
destination shou ld be a voi ded. The us er should refe r to
the corresponding peripheral section for the correct
TRIS bit settings.
PIC16C62B/72A
FIGURE 3-5:PORTC BLOCK DIAGRAM
(PERIPHERAL OUTPUT
OVERRIDE)
PORT/PERIPHERAL Select
Peripheral Data Out
Data Bus
WR
PORT
WR
TRIS
Peripheral
(3)
OE
Peripheral input
Note 1: I/O pins have diode protection to VDD and VSS.
2: Port/Peripheral select signal selects between port
3: Peripheral OE (output enable) is only activated if
CK
Data Latch
CK
TRIS Latch
RD TRIS
RD
PORT
data and peripheral output.
peripheral select is active.
(2)
V
0
QD
1
Q
QD
Q
QD
EN
DD
P
I/O
pin
N
VSS
Schmitt
Trigger
(1)
1999 Microchip Technology Inc.
PreliminaryDS35008B-page 23
PIC16C62B/72A
TABLE 3-5PORTC FUNCTIONS
NameBit#
RC0/T1OSO/T1CKI
bit0
Buffer
Type
Function
STInput/output port pin or Timer1 oscillator output/Timer1 clock inputYes
TRISC
Override
RC1/T1OSIbit1STInput/output port pin or Timer1 oscillator inputYes
RC2/CCP1bit2STInput/output port pin or Capture1 input/Compare1 output/PWM1
No
output
RC3/SCK/SCLbit3ST
RC3 can also be the synchronous serial clock for both SPI and I
2
C
No
modes.
RC4/SDI/SDAbit4ST
RC4 can also be the SPI Data In (SPI mode) or da ta I/O (I
2
C mode).
No
RC5/SDObit5STInput/output port pin or Synchronous Serial Port data outputNo
RC6bit6STInput/output port pinNo
RC7bit7STInput/output port pin No
Legend: ST = Schmitt Trigger input
TABLE 3-6SUMMARY OF REGISTERS ASSOCIATED WITH PORTC
07hPORTCRC7RC6RC5RC4RC3RC2RC1RC0xxxx xxxxuuuu uuuu
87hTRISCPORTC Data Direction Register1111 1111 1111 1111
Legend: x = unknown, u = unchanged.
POR,
BOR
Value on all
other resets
DS35008B-page 24Preliminary
1999 Microchip Technology Inc.
PIC16C62B/72A
4.0TIMER0 MODUL E
The Timer0 module ti mer/count er has the f ollo wing f eatures:
• 8-bit timer/counter
- Read and write
- INT on overflow
• 8-bit software progra mmable prescaler
• INT or EXT clock select
- EXT clock edge select
Figure 4-1 is a simplified block diagram of the Timer0
module.
Additional information on timer modules is available in
the PICmicro™ Mid-Range Reference Manual,
(DS33023).
4.1Timer0 Operation
Timer0 can operate as a timer or as a counter.
Timer mode is selected by clearing bit T0CS
(OPTION_REG<5>). In timer mode, the Timer0 module will increment every instruction cycle (without prescaler). If the TMR0 register is written, the increment is
inhibited for the following two instruction cycles. The
user can work around this by writing an adjusted value
to the TMR0 register.
Counter mode is selected by setting bit T0CS
(OPTION_REG<5>). In counter mode, Timer0 will
increment either on every rising or falling edge of pin
RA4/T0CKI. The incrementing edge is determined by
the Timer0 Source Edge Select bit T0SE
(OPTION_REG<4>). Clearing bit T0 SE sel ec ts the rising edge. Restrictions on the external clock input are
discussed be low.
When an ex ternal clock i nput is used f or Timer0 , it must
meet certain requirements. The requirements ensure
the external c lock can be synchron ized w ith the int ernal
phase clock (T
incrementing of Timer0 after synchronization.
OSC). Also, there is a delay in the actual
Additional information on external clock requirements
is available in the Electrical Specifications section of
this manual, and in the PICmicro™ Mid-Range Reference Manual, (DS33023).
4.2Prescaler
An 8-bit counter is available as a prescaler for the
Timer0 module, or as a postscaler for the Watchdog
Timer, respectively (Figure 4-2). For simplicity, this
counter is being referred to as “prescaler” throughout
this data sheet. There is only one prescaler available
which is shared between the Timer0 module and the
Watchdog Timer. A prescaler assignment for the
Timer0 module means that there is no pr escaler f o r the
Watchdog Timer, and vice-versa.
The prescaler is not readable or writable.
The PSA and PS2:PS0 bits (OPTION_REG<3:0>)
determine the prescaler a ssignment an d prescale ratio .
Clearing bit PSA will assign the prescale r to the Time r0
module. When the prescaler is assigned to the Timer0
module, prescale values of 1:2, 1:4, ..., 1:256 are
selectable.
Setting bit PSA will assign the prescaler to the Watchdog Timer (WDT). When the prescaler is assigned to
the WDT, prescale values of 1:1, 1:2, ..., 1:128 are
selectable.
When assigned to the Timer0 module, all instructions
writing to the TMR0 register (e.g . CLRF 1, MOVWF 1,
BSF 1,x....etc.) will clear the prescaler. When
assigned to WDT, a CLRWDT instruction will clear the
prescaler along with the WDT.
Note:Writing to TMR0 when the prescaler is
assigned to Timer0 will clear the prescaler
count, but will not change the prescaler
assignment or ratio.
2: The prescaler is shared with Watchdog Timer (refer to Figure 4-2 for detailed block diagram).
1999 Microchip Technology Inc.
0
1
Programmable
Prescaler
3
PS2, PS1, PS0
T0CS
PreliminaryDS35008B-page 25
1
0
PSA
PSout
Sync with
Internal
clocks
CY delay)
(T
Data Bus
8
TMR0
PSout
Set interrupt
flag bit T0IF
on overflow
PIC16C62B/72A
4.2.1SWITCHING PRESCALER ASSIGNMENT
The prescaler assignment is fully under software con-
trol, (i.e., it can be chang ed “on-the -fly” du ring prog ra m
ex ec utio n).
Note:To avoid an unintended device RESET, a
specific instructio n sequence (show n in the
PICmicro™ Mid-Range Reference Manual, DS33023) must be executed when
changing the prescaler assignment from
4.3Timer0 Interrupt
The TMR0 interrupt is generated when the TMR0 register overflows from FFh to 00 h. This overflow sets bit
T0IF (INTC ON<2>). The inter rupt can be mas ked by
clearing bit T0IE (INTCON<5>). Bit T0IF must be
cleared in softwa re b y the T imer0 mo dule interrupt s ervice routine before re-enabling this interrupt. The
TMR0 interrupt cannot awaken the processor from
SLEEP since the timer is shut off during SLEEP.
Timer0 to the WDT. This sequence must
be followed even if the WDT is disabled.
FIGURE 4-2:BLOCK DIAGRAM OF THE TIMER0/WDT PRESCALER
CLKOUT (= Fosc/4)
RA4/T0CKI
pin
T0SE
0
1
T0CS
M
U
X
1
0
M
U
X
PSA
Prescaler
SYNC
2
CY
T
Data Bus
8
TMR0 reg
Set flag bit T0IF
on Overflow
0
M
U
1
Watchdog
Timer
WDT Enable bit
Note: T0CS, T0SE, PSA, PS2:PS0 are (OPTION_REG<5:0>).
——PORTA Data Direction Register--11 1111 --11 1111
Value on:
POR,
BOR
Value on all
other resets
DS35008B-page 26Preliminary
1999 Microchip Technology Inc.
PIC16C62B/72A
5.0TIMER1 MODUL E
The Timer1 module timer/co unter has th e fol lowing f eatures:
• 16-bit timer/counter
• Readable and writable
• Internal or external clock select
• Interrupt on overflow from FFFFh to 0000h
• Reset from CCP module trigger
Timer1 has a control regist er, shown in Regi ster 5-1.
Timer1 can be enabled/disabled by setting/clearing
control bit TMR1ON (T1CON<0>).
Figure 5-1 is a simplified block diagram of the Timer1
module.
Additional information on timer modules is available in
the PICmicro™ Mid-Range Reference Manual,
(DS33023).
5.1Timer1 Operation
Timer1 can operate in one of these modes:
•As a timer
• As a synchronous counter
• As an asynchronous counter
The operating mode is determined by the clock select
bit, TMR1CS (T1CON<1>).
In timer mode, Timer1 increments every instruction
cycle. In coun ter mo de, it in crement s on every risi ng
edge of the external clock input.
When the Timer1 oscillator is enabled (T1OSCEN is
set), the RC1/T1OSI and RC0/T1OSO/T1CKI pins
become inputs. That is, the TRISC<1:0> value is
ignored.
Timer1 also has an in ternal “reset input ”. This reset can
be generated by the CCP module as a special event
trigger (Section 7.0).
REGISTER 5-1:T1CON: TIMER1 CONTROL REGISTER (ADDRESS 10h)
U-0U-0R/W-0R/W-0R/W-0R/W-0R/W-0R/W-0
——T1CKPS1 T1CKPS0 T1OSCEN T1SYNC TMR1CS TMR1ON
bit7bit0
bit 7-6: Unimplemented: Read as ’0’
bit 5-4: T1CKPS1:T1CKPS0: Timer1 Input Clock Prescale Select bits
11 = 1:8 Prescale value
10 = 1:4 Prescale value
01 = 1:2 Prescale value
00 = 1:1 Prescale value
bit 3:T1OSCEN: Timer1 Oscillator Enable Control bit
1 = Oscillato r is enabled (TRISC<1:0> ignored)
0 = Oscillator is shut off
(The oscillator is turned off to reduce power drain
bit 2:T1SYNC
T
1 = Do not synchronize external clock input
0 = Synchronize external clock input
T
This bit is ignored. Timer1 uses the internal clock when TMR1CS = 0.
bit 1:TMR1CS: Timer1 Clock Source Select bit
1 = External clock from pin RC0/T1OSO/T1CKI (on the rising edge)
0 = Internal clock (F
bit 0:TMR1ON: Timer1 On bit
1 = Enables Timer1
0 = Stops Timer1
: Timer1 External Clock Input Synchronization Control bit
MR1CS = 1
MR1CS = 0
OSC/4)
R = Readable bit
W = Writable bit
U = Unimplemented bit,
read as ‘0’
- n = Value at POR reset
1999 Microchip Technology Inc.
PreliminaryDS35008B-page 27
PIC16C62B/72A
FIGURE 5-1:TIMER1 BLOCK DIAGRAM
Set flag bit
TMR1IF on
Overflow
RC0/T1OSO/T1CKI
RC1/T1OSI
Note 1: When the T1OSCEN bit is cleared, the inverter and feedback resistor are turned off. This eliminates power drain.
TMR1H
T1OSC
TMR1
TMR1L
T1OSCEN
Enable
Oscillator
(1)
FOSC/4
Internal
Clock
TMR1ON
on/off
1
0
T1CKPS1:T1CKPS0
TMR1CS
0
1
T1SYNC
Prescaler
1, 2, 4, 8
2
Synchronized
clock input
Synchronize
det
SLEEP input
DS35008B-page 28Preliminary
1999 Microchip Technology Inc.
PIC16C62B/72A
5.2Timer1 Oscillator
A crystal oscillator circuit is bu ilt-in between pins T1OSI
(input) and T1OSO (amplifier output). It is enabled by
setting control bit T1OSCEN (T1CON<3>). When the
Timer1 oscillator is enabled, RC0 and RC1 pins
become T1OSO and T1OSI inputs, overriding
TRISC<1:0>.
The oscillator is a low power oscillator rated up to 200
kHz. It will continue to run during SLEEP. It is primarily
intended for a 32 kHz crystal. Table 5-1 shows the
capacitor selection for the Timer1 oscillator.
The Timer1 oscillator is identical to the LP oscillator.
The user must provide a software time delay to ensure
proper oscillator start-up.
of oscillator but also inc reases the start-up
time.
2: Since each resonator/crystal has its own
characteristics, the user should consult the
resonator/crystal manufacturer f or app ropriate values of external components.
5.3Timer1 Interrupt
The TMR1 Register pair (TMR1H:TMR1L) increments
from 0000h to FFFFh and rolls over to 0000h. The
TMR1 Interrupt, if enabled, is generated on overflow
and is latched in interrupt flag bit TMR1IF (PIR1<0>).
This interrupt can be en abled b y setting TM R1 interrupt
enable bit TMR1IE (PIE1<0>).
5.4Resetting Timer1 using a CCP Trigger
Output
If the CCP module is configured in compare mode to
generate a “special event trigger" (CCP1M3:CCP1M0
= 1011), this signal will reset Timer1 and start an A/D
conversion (if the A/D module is enabled).
Note:The special event trigger from the CCP1
module will not set interrupt flag bit
TMR1IF (PIR1<0>).
Timer1 must be configured for either timer or synchronized counter mode to tak e adv antage of this fea ture . If
Timer1 is running in asynchronous counter mode, this
reset operation may not work.
In the ev ent that a write to Timer1 coinc ides with a sp ecial event trigger from CCP1, the write will take precedence.
In this mode of operati on, the CC PR1H:CCPR 1L regis ters pair effectively becomes the period register for
Timer1.
TABLE 5-2REGISTERS ASSOCIATED WITH TIMER1 AS A TIMER/COUNTER
8ChPIE1
0EhTMR1LHolding register for the Least Significant Byte of the 16-bit TMR1 register
0FhTMR1H Holding register for the Most Significant Byte of the 16-bit TMR1 register
10hT1CON
Legend: x = unknown, u = unchanged, - = unimplemented read as '0'. Shaded cells are not used by the Timer1 module.
bit 1-0: T2CKPS1:T2CKPS0 : Timer2 Clock Prescale Select bits
00 = Prescaler is 1
01 = Prescaler is 4
1x = Prescaler is 16
W = Writable bit
U = Unimplemented bit,
- n = Value at POR reset
read as ‘0’
Prescaler
1:1, 1:4, 1:16
2
OSC/4
F
1999 Microchip Technology Inc.
PreliminaryDS35008B-page 31
PIC16C62B/72A
6.1Timer2 Operation
The Timer2 output is also used by the CCP module to
generate the PWM "On-Time", and the PWM period
with a match with PR2.
The TMR2 register is readable and writable, and is
cleared on any device reset.
The input clock (F
OSC/4) has a prescale option of 1:1,
6.2Timer2 Interrupt
The Timer2 module has an 8-bit period register PR2.
Timer2 increments from 00h until it matches PR2 and
then resets to 00h on the next increment cycle. PR2 is
a readable a nd writable regi ster. The PR2 regist er is initialized to FFh upon reset.
6.3Output of TMR2
1:4 or 1:16, selected by control bits
T2CKPS1:T2CKPS0 (T2CON<1:0>).
The match output of TMR2 goes through a 4-bit
postscaler (which gives a 1:1 to 1:16 scaling) to gen er-
The output of TMR2 (b efore th e postscaler) i s fed to the
Synchronous Serial P ort module, which option ally uses
it to generate shift clock.
ate a TMR2 interrupt (latched in flag bit TMR2IF,
(PIR1<1>)).
The prescaler and postscaler counters are cleared
when any of the following occurs:
• a write to the TMR2 register
• a write to the T2CON register
• any device reset (Power-on Reset, MCLR
reset,
Watchdog Timer reset or Brown-out Reset)
TMR2 is not cleared when T2CON is written.
TABLE 6-1REGISTERS ASSOCIATED WITH TIMER2 AS A TIMER/COUNTER
8ChPIE1
11hTMR2Timer2 module’s register
12hT2CON
92hPR2Timer2 Period Register
Legend:x = unknown, u = unchanged, - = unimplemented read as '0'. Shaded cells are not used by the Timer2 module.
The CCP (Capture/Compare /PWM ) m od ule c ont ain s a
16-bit register, which can operate as a 16-bit capture
register, as a 16-bit compare register or as a PWM
master/slave duty cycle register. Table 7-1 shows the
timer resources of the CCP module modes.
Capture/Compare/PWM Register 1 (CCPR1) is co mprised o f two 8-bit regis ters: CCPR1L (l ow byte) and
CCPR1H (high byte). The CCP1CON register controls
the operation of CCP1. All are readable and writable.
Additional information on the CCP module is available
in the PICmicro™ Mid-Range Reference Manual,
(DS33023).
TABLE 7-1CCP MODE - TIMER
RESOURCE
CCP ModeTimer Resource
Capture
Compare
PWM
Timer1
Timer1
Timer2
TABLE 7-2INTERACTION OF TWO CCP MODULES
CCPx Mode CCPy ModeInteraction
CaptureCaptureSame TMR1 time-base.
CaptureCompareThe compare should be configured for the special ev ent trigger, which clears TMR1.
CompareCompareThe compare(s) should be configured for the special event trigger, which clears TMR1.
PWMPWMThe PWMs will have the same frequency and update rate (TMR2 interrupt).
PWMCaptureNone.
PWMCompareNone.
REGISTER 7-1:CCP1CON REGISTER (ADDRESS 17h)
U-0U-0R/W-0R/W-0R/W-0R/W-0R/W-0R/W -0
——CCP1X CCP1Y CCP1M3CCP1M2CCP1M1 CCP1M0R = Readable bit
bit7bit0
bit 7-6: Unimplemented: Read as '0'
bit 5-4: CCP1X:CCP1Y: PWM Least Significant bits
Capture Mode: Unused
Compare Mode: Unused
PWM Mode: These bi ts are the two LSbs of the PW M dut y c yc le. The eight MSbs are found in CC PR 1L .
bit 3-0: CCP1M3:CCP1M0: CCP1 Mode Select bits
0000 = Capture/Compare/PWM off (resets CCP1 module)
0100 = Capture mode, every falling edge
0101 = Capture mode, every rising edge
0110 = Capture mode, every 4th rising edge
0111 = Capture mode, every 16th rising edge
1000 = Compare mode, set output on match (CCP1IF bit is set)
1001 = Compare mode, clear out put on mat ch (CCP1IF bit is set)
1010 = Compare mode , generat e software in terrupt on match (CCP1IF bit is set, C CP1 pin is unaff ected )
1011 = Compare mode, trigger special event (CCP1IF bit is set; CCP1 resets TMR1 and starts an A/D
conversion (if A/D module is enabled))
11xx = PWM mode
W =Writable bit
U = Unimplemented bit, read
as ‘0’
- n =Value at POR reset
1999 Microchip Technology Inc.
PreliminaryDS35008B-page 33
PIC16C62B/72A
7.1Capture Mode
In Capture mode, CCPR1H:CCPR1L captures the
16-bit value of the TMR1 register, when an event
occurs on pin RC2/CCP1. An event is defined as:
• every falling edge
• every rising edge
• every 4th ri sing edge
• every 16th rising edge
An event is selected by control bits CCP1M3:CCP1M0
(CCP1CON<3:0>). When a capture is made, the interrupt request flag bit ,CCP1IF (PIR1<2>), is set. It must
be cleared in softw are. If anot her capture oc curs bef ore
the value in register CCPR1 is read, the old captured
value will be lost.
FIGURE 7-1:CAPTURE MODE OPERATION
BLOCK DIAGRAM
Set flag bit CCP1IF
(PIR1<2>)
CCPR1HCCPR1L
Capture
Enable
TMR1HTMR1L
RC2/CCP1
Pin
Prescaler
1, 4, 16
÷
and
edge detect
CCP1CON<3:0>
Q’s
7.1.4CCP PRESCALER
There are four prescaler settings, specified by bits
CCP1M3:CCP1M0. Whenever the CCP module is
turned off, or the CCP module is not in capture mode,
the prescaler counter is cleared. This means that any
reset will clear the prescaler counter.
Switching from one capture prescaler to another may
generate an interrupt. Also, the prescaler counter will
not be cleared, therefore the first capture may be from
a non-zero prescaler. Example 7-1 shows the recommended method for switching between capture prescalers. This example also clears the prescaler counter
and will not generate the “false” interrupt.
EXAMPLE 7-1:CHANGING BETWEEN
CAPTURE PRESCALERS
CLRF CCP1CON ;Turn CCP module off
MOVLW NEW_CAPT_PS ;Load the W reg with
; the new prescaler
; mode value and CCP ON
MOVWF CCP1CON ;Load CCP1CON with this
; value
7.1.1CCP PIN CONFIGURATION
In Capture mode, the R C2/C CP 1 p in s hou ld b e co nfi g-
ured as an input by setting the TRISC<2> bit.
Note:If the RC2/CCP1 is configured as an out-
put, a write to the port can cause a captu re
condition.
7.1.2TIMER1 MODE SELECTION
Timer1 must be runni ng in tim er mode or s ynch roniz ed
counter mode for the CCP module to use the capture
feature. In asynchronous counter mode, the capture
operation may not work consistently.
7.1.3SOFTWARE INTERRUPT
When the Capture mode is changed, a false capture
interrupt may be generated. The user should clear
CCP1IE (PIE 1< 2> ) b efore c han gi n g t he ca pt u re mo de
to avoid false interrupts. Clear the interrupt flag bit,
CCP1IE before setting CCP1IE.
DS35008B-page 34Preliminary
1999 Microchip Technology Inc.
PIC16C62B/72A
7.2Compare Mode
In Compare mode, the 16-bit CCPR1 register value is
constantly compared against the TMR1 register pair
value. When a match occurs, the RC2/CCP1 pin is:
•driven High
• driven Low
• remains Unchanged
The action on the pin is based on the value of control
bits CCP1M3:CCP1M0 (CCP1CON<3:0>). The interrupt flag bit, CCP1IF, is set on all compare matches.
FIGURE 7-2:COMPARE MODE
OPERATION BLOCK
DIAGRAM
Special event trigger will:
reset Timer1, but not set interrupt flag bit TMR1IF (PIR1<0>),
and set bit GO/DONE
conversion
RC2/CCP1
Pin
TRISC<2>
Output Enable
(ADCON0<2>), which starts an A/D
Special Event Trigger
Set flag bit CCP1IF
(PIR1<2>)
QS
Output
Logic
R
CCP1CON<3:0>
Mode Select
match
CCPR1H CCPR1L
Comparator
TMR1H TMR1L
7.2.1CCP PIN CONFIGURATION
The user must configure the RC2/CCP1 pin as an out-
put by clearing the TRISC<2> bit.
Note:Cleari ng the CCP 1CON regis ter will force
the RC2/CCP1 comp are output latc h to the
default low level. This is not the data latch.
7.2.2TIMER1 MODE SELECTION
Timer1 must be running in Timer mode or Synchro-
nized Counter mode if the CCP module is using the
compare feature. In Asynchronous Counter mode, the
compare operation may not work.
7.2.3SOFTWARE INTERRUPT MODE
When a generated software interrupt is chosen, the
CCP1 pin is not affected. Only a CCP interrupt is generated (if enabled).
7.2.4SPECIAL EVENT TRIGGER
In this mode, an in ternal hardw a re trigger is g ener ated,
which may be used to initiate an action.
The special event trigger output of CCP1 resets the
TMR1 register pair. This allows the CCPR1 register to
effectiv el y be a 16-b it prog ram mab le period register f or
Timer1.
The special trigger output of CCP1 resets the TMR1
register pair and starts an A/D conversion (if the A/D
module is enabled).
TABLE 7-3REGISTERS ASSOCIATED WITH CAPTURE, COMPARE, AND TIMER1
8ChPIE1
87hTRISCPORTC Data Direction Register1111 1111 1111 1111
0EhTMR1LHolding register for the Least Significant Byte of the 16-bit TMR1 registerxxxx xxxx uuuu uuuu
0FhTMR1HHolding register for the Most Significant Byte of the 16-bit TMR1registerxxxx xxxx uuuu uuuu
10hT1CON
15hCCPR1LCapture/Compare/PWM register1 (LSB)xxxx xxxx uuuu uuuu
16hCCPR1HCapture/Compare/PWM register1 (MSB)xxxx xxxx uuuu uuuu
17hCCP1CON
Legend: x = unknown, u = unchanged, - = unimplemented read as ’0’. Shaded cells are not used by Capture and Timer1.
In Pulse Width Modulation (PWM) mode, the CCP1 pin
produces up to a 10-bit resolution PWM output. Since
the CCP1 pin is multiple xed with the PORTC data latch,
the TRISC<2> bit must be cleared to make the CCP1
pin an output.
Note:Clearing the CCP1CON register will force
the CCP1 PWM output latch to the default
low level. This is not the PORTC I/O data
latch.
Figure 7-3 shows a simplified b lock diagr am of the CCP
module in PWM mode.
For a step b y step pro cedure on ho w t o set up the CCP
module for PWM operation, see Section 7.3.3.
FIGURE 7-3:SIMPLIFIED PWM BLOCK
DIAGRAM
Duty Cycle Registers
CCPR1L
CCPR1H (Slave)
Comparator
TMR2
Comparator
PR2
Note 1: 8-bit timer is concatenated with 2-bit internal Q clock
or 2 bits of the prescaler to create 10-bit time-base.
(Note 1)
Clear Timer,
CCP1 pin and
latch D.C.
A PWM output (Figure 7 -4) has a time base (period)
and a time that the output sta y s high (on -time). The frequency of the PWM is the inverse of the period
(1/period).
CCP1CON<5:4>
Q
R
S
RC2/CCP1
TRISC<2>
FIGURE 7-4:PWM OUTPUT
Period
On-Time
7.3.1PWM PERIOD
The PWM period is specified by writing to the PR2 reg-
ister. The PWM period can be calculated using the following formula:
PWM period = [(PR2) + 1] • 4 • T
OSC•
(TMR2 prescale value)
PWM frequency is defined as 1 / [PWM period].
When TMR2 is equal to PR2, th e follo wing three e v ents
occur on the next increment cycle:
•TMR2 is cleared
• The CCP1 pin is set (exception: if PWM duty
cycle = 0%, the CCP1 pin will not be set)
• The PWM duty cycle is latc hed from CC PR1L into
CCPR1H
Note:The Timer2 postscale r (see Section 6.0) is
not used in t he deter m inati on of th e PWM
frequency. The postscaler could be us ed to
have a servo update rate at a different frequency than the PWM output.
7.3.2PWM ON-TIME
The PWM on-time is specified by writing to the
CCPR1L register and to the CCP1CON<5:4> bits. Up
to 10-bit resolutio n is av ai lable . CCP R1L cont ains eig ht
MSbs and CCP1CON<5:4> contains two LSbs. This
10-bit value is represented by
CCPR1L:CCP1CON<5:4>. The following equation is
used to calculate the PWM duty cycle in time:
CCPR1L and CCP1CO N<5:4> c an be writ ten to at an y
time, bu t th e o n-ti me value is not latc he d i nto CCPR1H
until after a match betw een PR2 and TMR2 occurs (i.e.,
the period is complete). In PWM mode, CCPR1H is a
read-only register.
The CCPR1H register and a 2-bit internal latch are
used to double buffer the PWM on-time. This double
buffering is essential for glitchless PWM operation.
When the CCPR1H and 2-bit latch match TMR2 concatenated with an internal 2-bit Q clock or 2 bits of the
TMR2 prescaler, the CCP1 pin is cleared.
Maximum PWM reso lution (bits) for a given PWM
frequency:
Fosc
Fpwm
)
bits=
Resolution
log (
log(2)
TMR2 = PR2
Note:If the PWM on-time v alue is larg er than the
TMR2 = Duty Cycle
TMR2 = PR2
PWM period, the CCP1 pin will not be
cleared.
For an example PWM period and on-time calculation,
see the PICmicro™ Mid-Range Reference Manual,
(DS33023).
DS35008B-page 36Preliminary
1999 Microchip Technology Inc.
PIC16C62B/72A
7.3.3SET-UP FOR PWM OPERATION
The following steps should be taken when con figur ing
the CCP module for PWM operation:
1.Set the PWM period by writin g to the PR2 re gister.
2.Set the PWM on-time by writing to the CC PR1L
register and CCP1CON<5:4> bits.
3.Make the CCP1 pin an output by clearing t he
TRISC<2> bit.
4.Set the TMR2 prescale v alue and ena ble Timer2
by writing to T2CON.
5.Configure the CCP1 module for PWM operation.
TABLE 7-4EXAMPLE PWM FREQUENCIES AND RESOLUTIONS AT 20 MHz
The Synchronous Serial Port (SSP) module is a serial
interface useful for communicating with other peripheral or microcontroller devices. These peripheral
devices may be Serial EEPROMs, shift registers, display drivers , A/D c onverters, etc. The SSP module ca n
operate in one of two modes:
• Serial Peripheral Interface (SPI)
• Inter-Integrated Circuit (I
For more information on SSP operation (including an
I2C Overview), refer to the PICmicro™ Mid-Range Reference Manual, (DS33023). Also, refer to Application
Note AN578,
“Use of the SSP Module in the I2C Multi-
Master Environment.”
8.2SPI Mode
This section contains register definitions and operational characteristics of the SPI module.
Additional information on SPI operation may be found
in the PICmicro™ Mid-Range Reference Manual,
(DS33023).
8.2.1OPERATION OF SSP MODULE IN SPI
MODE
2
C)
ister, and then set bi t SSPEN. Th is c on fig ures the SDI,
SDO, SCK an d SS
pins as serial port pins. F or th e pin s
to behave as the serial port function, they must have
their data direction bits (in the TRISC register) appropriately programmed. That is:
• SDI must have TRISC<4> set
• SDO must have TRISC<5> cleared
• SCK (master operation) must have TRISC<3>
cleared
• SCK (Slave mo de) mus t ha ve TRISC<3> set
•SS
must have TRISA<5> set (if used)
Note:When the SPI is in Slav e Mode w ith SS pin
control enabled, (SSPCON<3:0> = 0100)
the SPI module will reset if the SS pin is set
DD.
to V
Note:If the SPI is used in Slave Mode with
CKE = '1', then the SS pin control must be
enabled.
FIGURE 8-1:SSP BLOCK DIAGRAM
(SPI MODE)
Internal
Data Bus
ReadWrite
SSPBUF reg
A block diagram of the SSP Module in SPI Mode is
shown in Figure8-1.
The SPI mode allows 8-bits of data to be synchronously transmitted and received simultaneously. To
accomplish communication, three pins are used:
• Serial Data Out (SDO)RC5/SDO
• Serial Data In (SDI)RC4/SDI/SDA
• Serial Clock (SCK)RC3/SCK/SCL
Additionally, a fourth pin may be used when in a slave
mode of operation:
•Slave Select (SS
)RA5/SS/AN4
When initializing the SPI, several options need to be
specified. This is don e by pr ogramming the appropriate
control bits in the SSPCON register (SSPCON<5:0>)
and SSPSTAT<7:6>. These control bits allow the following to be specified:
• Master Operation (SCK is the clock output)
• Slave Mode (SCK is the clock input)
• Clock Polarity (Idle state of SCK)
• Clock Edge (Output data on rising/falling edge of
SCK)
• Clock Rate (master operation only)
• Slave Select Mode (Slave mode only)
To enable the serial port, SSP Enable bit, SSPEN
(SSPCON<5>) must be set. To reset or reconfigure SPI
mode, clear bit SSPEN, re-initialize the SSPCON reg-
RC4/SDI/SDA
RC5/SDO
/AN4
RA5/SS
RC3/SCK/
SCL
SSPSR reg
bit0
Control
SS
Enable
Edge
Select
SSPM3:SSPM0
Edge
Select
TRISC<3>
2
Clock Select
4
Shift
Clock
TMR2 output
Prescaler
4, 16, 64
2
CY
T
1999 Microchip Technology Inc.
PreliminaryDS35008B-page 39
PIC16C62B/72A
TABLE 8-1REGISTERS ASSOCIATED WITH SPI OPERATION
Value on
AddressNameBit 7Bit 6Bit 5Bit 4B it 3Bit 2Bit 1Bit 0
87hTRISCPORTC Data Direction Register1111 1111 1111 1111
Legend: x = unknown, u = unchanged, - = unimplemented read as '0'. Shaded cells are not used by the SSP in SPI mode.
—
—
——PORTA Data Direction Register--11 1111 --11 1111
The SSP module in I2C mode fully imple ments all sl av e
functions, except general call support, and provides
interrupts on start and stop bits in hardware to support
firmware implementations of the master functions. The
SSP module implements the st and ard mod e speci fic ations, as well as 7-bit and 10-bit addressing.
Two pins are used for data transfer. These are the
RC3/SCK/SCL pin, which is the clock (SCL), and the
RC4/SDI/SDA pin, which is the data (SDA). The user
must configure these pins as inputs or outputs through
the TRISC<4:3> bits.
The SSP module functions are enab le d b y setti ng SSP
Enable bit SSPEN (SSPCON<5>).
FIGURE 8-2:SSP BLOCK DIAGRAM
2
C MODE)
(I
Internal
Data Bus
ReadWrite
PIC16C62B/72A
2
The SSPCON register allows control of the I
tion. Four mode selection bits (SSPCON<3:0>) allow
one of the following I
2
C Slave mode (7-bit address)
•I
2
C modes to be sele cted:
•I2C Slave mode (10-bit address)
•I2C Slave mode (7-bit address), with start and
stop bit interrupts enabled for firmware master
mode support
2
C Slave mode (10-bit address), with start and
•I
stop bit interrupts enabled for firmware master
mode support
2
•I
C start and stop bit interrupts enabled for firm-
ware master mode support, slave mode idle
Selection of any I2C mode, with the SSPEN bit set,
forces the SCL and SDA pins to be operated as open
drain outputs, provided these pins are programmed to
inputs by setting the appropriate TRISC bits.
2
Additional information on SSP I
C operation m ay be
found in th e PICmicro™ Mid-R ange Refe rence Manua l,
(DS33023).
8.3.1SLAVE MODE
C opera-
shift
MSb
SSPBUF reg
SSPSR reg
Match detect
SSPADD reg
Start and
Stop bit detect
LSb
Addr Match
Set, Reset
S, P bits
(SSPSTAT reg)
RC3/SCK/SCL
clock
RC4/
SDI/
SDA
The SSP module has five registers for I2C operation.
These are the:
• SSP Control Register (SSPCON)
• SSP Status Register (SSPSTAT)
• Serial Receive/Transmit Buffer (SSPBUF)
• SSP Shift Register (SSPSR) - Not accessible
• SSP Address Register (SSPADD)
In slave mode, the SCL and SDA pins must be configured as inputs (TRISC < 4:3> s et). Th e S SP m odu le w il l
override the input state with the output data when
required (slav e-tr a ns mitter).
When an address is matched or the data transfer after
an address match is received, the hardware automatically will generate the acknowledge (ACK
) pulse, and
load the SSPBUF re gister with the receiv ed v alue in th e
SSPSR register.
There are certain conditions that will cause the SSP
module not to give this ACK
pulse. This happens if
either of the following conditions occur:
a) The buffer full bit BF (SSPSTAT<0>) was set
before the transfer was completed.
b) The overflow b it SSPOV (SSPCON<6>) was set
before the transfer was completed.
In this case, the SSPSR register value is not loaded
into the SSPBUF, but bit SSPIF (PIR1<3>) is set.
Table 8-2 shows what happens when a data transfer
byte is receiv ed, giv en the status of b its BF and SSPO V.
The shaded cells show the condition where user software did not properly clear the overflow condition. Flag
bit BF is cleared by re ading the SS PBUF reg ister , while
bit SSPOV is cleared through software.
The SCL clock input must have a minimum high and
low for proper operation. The high and low times of the
2
C specification, as well as the requirement of the SSP
I
module, is sho wn in timing pa rameter #100 , T
parameter #101, T
LOW.
HIGH, and
1999 Microchip Technology Inc.
PreliminaryDS35008B-page 41
PIC16C62B/72A
8.3.1.1ADDRESSING
Once the SSP module has been enabled, it waits for a
START condition to occur. Following the START condition, 8 bits are shifted into the SSPSR register. All
incoming bits are sampled with the rising edge of the
clock (SCL) line. The value of register SSPSR<7:1> is
compared to the value of the SSPADD register. The
address is compared on the falling edge of the eighth
clock (SCL) pulse. If the addresses match and the BF
and SSPOV bits are clear, the following events occur:
a) The SSPSR register value is loaded into the
SSPBUF register.
b) The buffer full bit, BF is set.
c)An ACK
d) SSP interrupt flag bit, SSPIF (PIR1<3>), is set
(interrupt is generated if enabled) on the falling
edge of the ninth SCL pulse.
In 10-bit address mode, two address bytes need to be
received by the slave. The five Most Significant bits
(MSbs) of the first address byte sp ecify if this is a 10-bit
address. Bit R/W
so the slave device will receive the second address
byte. For a 10-bit address, the first byte would equal
pulse is generated.
(SSPSTAT<2>) must specify a write
‘1111 0 A9 A8 0’, where A9 and A8 are the two MSbs
of the address. The sequence of events for 10-bit
address is as f ollows , with steps 7- 9 f or sla v e-tr ansmitter:
1.Receive first (high) byte of Address (bits SSPIF,
BF, and bit UA (SSPSTAT<1>) are set).
2.Update the SSPADD register with second (low)
byte of Address (clears bit UA and releases the
SCL line).
3.Read the SSPBUF register (clears bit BF) and
clear flag bit SSPIF.
4.Receive second (low) byte of Address (bits
SSPIF, BF, and UA are set).
5.Update the SSPADD register with the first (high)
byte of Address, if match rel eases SCL line, thi s
will clear bit UA.
6.Read the SSPBUF register (clears bit BF) and
clear flag bit SSPIF.
7.Receive repeated START condition.
8.Receive first (high) byte of Address (bits SSPIF
and BF are set).
9.Read the SSPBUF register (clears bit BF) and
clear flag bit SSPIF.
TABLE 8-2DATA TRANSFER RECEIVED BYTE ACTIONS
Status Bits as Data
Transfer is Received
BFSSPOV
00Ye sYesYes
10NoNoYes
11NoNoYes
01YesNoYes
Note:Shaded cells show the conditions where the user software did not properly clear the overflow condition.
SSPSR
→
SSPBUF
Generate ACK
Pulse
Set bit SSPIF
(SSP Interrupt occurs
if enabled)
DS35008B-page 42Preliminary
1999 Microchip Technology Inc.
PIC16C62B/72A
8.3.1.2RECEPTION
When the addr ess byte overflow co nditi on exists, th en
no acknowl edge (ACK
When the R/W bit of the address byte is clear and an
address match occurs, the R/W
bit of the SSPSTA T re gister is cleared. The recei ve d address is lo aded into the
SSPBUF register.
dition is defined as either bit BF (SSPSTAT<0>) is set
or bit SSPOV (SSPCON<6>) is set.
An SSP interrupt is generated for each data transfer
byte. Flag b it SSPIF (PIR1<3 >) must be cleared in software. The SSPSTAT register is used to determine the
status of the byte.
FIGURE 8-3: I2C WAVEFORMS FOR RECEPTION (7-BIT ADDRESS)
Receiving Address
A7 A6 A5 A4
1234
S
SCL
SSPIF (PIR1<3>)
BF (SSPSTAT<0>)
SSPOV (SSPCON<6>)
R/W=0
A3 A2 A1SDA
6
5
ACK
7
9
8
Receiving Data
D5
D6D7
1234
Cleared in software
SSPBUF register is read
Bit SSPOV is set because the SSPBUF register is still full.
D2
D3D4
56
D1
7
ACK
D0
89
D6D7
123
) pulse is given . An ov erflow co n-
Receiving Data
D5
D3D4
5
4
ACK is not sent.
D2
6
D1
ACK
D0
9
8
7
P
Bus Master
terminates
transfer
1999 Microchip Technology Inc.
PreliminaryDS35008B-page 43
PIC16C62B/72A
8.3.1.3TRANSMISSION
When the R/W
and an address match occurs, the R/W
bit of the inc oming ad dress byte is set
bit of the
SSPSTAT register is set. The received address is
loaded into the SSPBUF register. The ACK pulse will
be sent on the ninth bit and the CKP will be cleared by
hardware, holding SCL low. Slave devices cause the
master to wait b y holding th e SCL line l ow . The tr ansmit
data is loaded into the SSPBUF register, which in turn
loads the SSPSR register. When bit CKP (SSPCON<4>) is set, pin RC3/SCK/SCL releases SCL.
When the SCL line goes high, the master may resume
operating the SCL line and receiving data. The master
must monitor the SCL pin prior to asserting another
clock pulse. The slave devices may be holding off the
master by stretching the clock. The eight data bits are
shifted out on the falling edge of the SCL input. This
ensures that the SDA signal is valid during the SCL
high time (Figure 8-4).
An SSP interrupt is generated for each data transfer
byte. Flag bit SSPIF must be cleared in software, and
the SSPSTAT register used to determine the status of
the byte. Flag bit SSPIF i s set on the falling edge of the
ninth clock pulse.
As a slave-transmitter, the ACK
receiver is latched on the rising edge of the ninth SCL
input pulse. If the SDA lin e was high (not A CK), then the
data transfer is complete. When the ACK
the slave , th e sla ve logic is rese t (reset s SSPSTAT register) and the slave then monitors for another occurrence of the START bit. If the SDA line was low (ACK
the transmit data must be loaded into the SSPBUF re gister, which also loads the SSPSR register. Then pin
RC3/SCK/SCL should be enabled by setting bit CKP.
FIGURE 8-4:I2C WAVEFORMS FOR TRANSMISSION (7-BIT ADDRESS)
SDA
SCL
SSPIF (PIR1<3>)
BF (SSPSTAT<0>)
CKP (SSPCON<4>)
A7 A6 A5 A4 A3 A2 A1ACK
123456789123456789
S
Data in
sampled
SCL held low
while CPU
responds to SSPIF
D7 D6 D5 D4 D3 D2 D1 D0
cleared in software
SSPBUF is written in software
Set bit after writing to SSPBUF
(the SSPBUF must be written-to
before the CKP bit can be set)
pulse from the master-
is latched by
),
Transmitting DataR/W = 1Receiving Address
From SSP interrupt
service routine
ACK
P
DS35008B-page 44Preliminary
1999 Microchip Technology Inc.
PIC16C62B/72A
8.3.2MASTER OPERATION
Master operation is supported in firmware using inter-
rupt generation on the detection of the START and
STOP conditions. The STOP (P) and START (S) bits
are cleared by a reset or when the SSP module is disabled. The STOP (P) and START (S) bits will toggle
based on the START and STOP conditions. Control of
2
C bus may be taken when the P bit is set, or the
the I
bus is idle and both the S and P bits are clear.
In master operatio n, the SCL and SD A lin es are m anipulated in software by clearing the corresponding
TRISC<4:3> bit(s). The output level is always low, irrespective of the value(s) in PORTC<4:3>. So when
transmitting data, a ’1’ data bit must have the
TRISC<4> bit set (input) and a ’0’ data bit must have
the TRISC<4> bit cleared (output). The same scenario
is true for the SCL line with the TRISC<3> bit.
The following events will cause SSP Interrupt Flag bit,
SSPIF, to be set (SSP Interrupt if enabled):
• START condition
• STOP condition
• Byte transf e r comp let ed
Master operation can be done with either the slave
mode idle (SSPM3:SSPM0 = 1011) or with the slave
active. When both master operation and slave modes
are used, the software needs to differentiate the
source(s) of the interrupt.
For more information on master operation, see
- Software Implementation of I
2
C Bus Master
AN554
.
8.3.3MULTI-MASTER OPERATION
In multi-master operation, the interrupt generation on
the detection of the START and STOP conditions
allows the determination of when the bus is free. The
STOP (P) and START (S) bits are cleared from a reset
or when the SSP module is disabled. The STOP (P)
and ST AR T (S) bits will toggle based on the START and
STOP conditions. Control of the I
2
C bus may be taken
when bit P (SSPSTAT<4>) is set, or the bus is idle and
both the S and P bits clear. When the bus is busy,
enabling the SSP Interrupt will generate the interrupt
when the STOP condition occurs.
In multi-master operation, the SDA line must be monitored to see if the signal level is the expected output
level. This check only needs to be done when a high
lev el is output. If a high le v el is e xpected and a lo w lev el
is present, the device needs to release the SDA and
SCL lines (set TRISC<4:3>). There are two stages
where this arbitration can be lost, these are:
• Address Transfer
• Data Transfer
When the slave logic is enabled, the slave continues to
receive . If a rbit ratio n w as lo st during th e add ress trans fer stage, communication to the device may be in
progress. If addressed, an ACK
pulse will be generated. If arbitration was lost during the data transfer
stage, the device will need to re-transfer the data at a
later time.
8Ch
13hSSPBUF Synchronous Serial Port Receive Buffer/Transmit Register
93hSSPADD Synchronous Serial Port (I
14hSSPCONWCOLSSPOV SSPENCKPSSPM3 SSPM2 SSPM1 S SPM0
94hSSPSTATSMP
87hTRISC
Legend: x = unknown, u = unchanged, - = unimplemented locations read as '0'.
Note 1: Maintain these bits clear in I
PIR1
PIE1
Shaded cells are not used by SSP module in SPI mode.
REGISTER 8-1:SSPSTAT: SYNC SERIAL PORT STATUS REGISTER (ADDRESS 94h)
R/W-0 R/W-0R-0R-0R-0R-0R-0R-0
SMPCKED/A
bit7bit0
bit 7:SMP: SPI data input sample phase
SPI Master Operation
1 = Input data sampled at end of data output time
0 = Input data sampled at middle of data output time
SPI Slave Mode
SMP must be cleared when SPI is used in slave mode
2
I
C Mode
This bit must be maintained clear
bit 6:CKE: SPI Clock Edge Select
SPI Mode
CKP = 0
1 = Data transmitted on rising edge of SCK
0 = Data transmitted on falling edge of SCK
CKP = 1
1 = Data transmitted on falling edge of SCK
0 = Data transmitted on rising edge of SCK
I2C Mode
This bit must be maintained clear
bit 5:D/A
bit 4:P: Stop bit (I
bit 3:S: Start bit (I
bit 2:R/W
bit 1:UA: Update Address (10-bit I
bit 0:BF: Buffer Full Status bit
: Data/Address bit (I2C mode only)
1 = Indicates that the last byte received or transmitted was data
0 = Indicates that the last byte received or transmitted was address
2
detected last, SSPEN is cleared)
1 = Indicates that a stop bit has been detected last (this bit is '0' on RESET)
0 = Stop bit was not detected last
2
detected last, SSPEN is cleared)
1 = Indicates that a start bit has been detected last (this bit is '0' on RESET)
0 = Start bit was not detected last
: Read/Write bit information (I2C mode only)
This bit holds the R/W bit information following the last address match. This bit is only valid from the
address match to the next start bit, stop bit, or ACK
1 = Read
0 = Write
1 = Indicates that the user needs to update the address in the SSPADD register
0 = Address does not need to be updated
Receive
1 = Receive complete, SSPBUF is full
0 = Receive not complete, SSPBUF is empty
Transmit
1 = Transmit in progress, SSPBUF is full
0 = Transmit complete, SSPBUF is empty
(SPI and I2C modes)
(I2C mode only)
PSR/WUABFR = Readable bit
W = Writable bit
U = Unimplemented bit, read
as ‘0’
- n =Value at POR reset
C mode only. This bit is cleared when the SSP module is disabled, or when the Start bit is
C mode only. This bit is cleared when the SSP module is disabled, or when the Stop bit is
bit.
2
C mode only)
DS35008B-page 46Preliminary
1999 Microchip Technology Inc.
PIC16C62B/72A
REGISTER 8-2:SSPCON: SYNC SERIAL PORT CONTROL REGISTER (ADDRESS 14h)
R/W-0R/W-0R/W-0R/W-0R/W-0R/W-0R/W-0R/W-0
WCOLSSPOV SSPENCKPSSPM3 SSPM2 SSPM1 SSPM0R = Readable bit
bit7bit0
bit 7:WCOL: Write Collision Detect bit
1 = The SSPBUF register is written while it is still transmitting the previous word
(must be cleared in software)
0 = No collision
bit 6:SSPOV: Receive Overflow Indicator bit
In SPI mode
1 = A new byte is received whi le the SSPBUF regist er is still holding the previou s data. In case of o verflo w ,
the data in SSPSR is lost. Ov erflo w can onl y occur in sla v e mode . The user must read the SSPBUF, even
if only transmitting data, to avoid setting overflow. In master operation, the overflow bit is not set since
each new reception (and transmission) is initiated by writing to the SSPBUF register.
0 = No overflow
2
C mode
In I
1 = A byte is receive d while the SSPBUF register is st ill holding the pre vious byte . SSPO V is a "don’t care"
in transmit mode. SSPOV must be cleared in software in either mode.
0 = No overflow
bit 5:SSPEN: Synchronous Serial Port Enable bit
In SPI mode
1 = Enables serial port and configures SCK, SDO, and SDI as serial port pins
0 = Disables serial port and configures these pins as I/O port pins
In I2C mode
1 = Enables the serial port and configures the SDA and SCL pins as serial port pins
0 = Disables serial port and configures these pins as I/O port pins
In both modes, when enabled, these pins must be properly configured as input or output.
bit 4:CKP: Clock Polarity Select bit
In SPI mode
1 = Idle stat e for clock is a high level
0 = Idle state for clock is a low level
In I2C mode
SCK release control
1 = Enable clock
0 = Holds clock low (clock stretch )
bit 3-0: SSPM3:SSPM0: Synchronous Serial Port Mode Select bits
0100 = SPI slave mode, clock = SCK pin. SS pin control enabled.
0101 = SPI slave mode, clock = SCK pin. SS
0110 = I
0111 = I
1011 = I
1110 = I
1111 = I
2
C slave mode, 7-bit address
2
C slave mode, 10-bit address
2
C firmware controlled master operation (slave idle)
2
C slave mode, 7-bit address with start and stop bit interrupts enabled
2
C slave mode, 10-bit address with start and stop bit interrupts enabled
pin control disabled. SS can be used as I/O pin
W = Writable bit
U = Unimplemented bit, read
as ‘0’
- n =Value at POR reset
1999 Microchip Technology Inc.
PreliminaryDS35008B-page 47
PIC16C62B/72A
NOTES:
DS35008B-page 48Preliminary
1999 Microchip Technology Inc.
PIC16C62B/72A
9.0ANALOG-TO-DIGITAL
CONVERTER (A/D) MODULE
Note:This section applies to the PIC16C72A
only.
The analog-to-digital (A/D) converter module has five
input channels.
The A/D allows conversion of an analog input signal to
a corresponding 8-bit digital number (refer to Application Note AN546 for use of A/D Converter). The output
of the sample and hold is the input into the converter,
which generates the result via successive approximation. The analog reference voltage is software select-
able to either the de vi ce’s positive supply voltage (V
or the voltage level on the RA3/AN3/V
The A/D converter has the feature of being able to
operate while the de vice is in SLEEP mode. To operate
in sleep, the A/D conversion clock must be derived from
the A/D’s internal RC oscillator.
REF pin.
DD)
Additional inf ormation on the A/D m odule i s av ai labl e in
the PICmicro™ Mid-Range Reference Manual,
(DS33023).
The A/D module has three registers. These registers
are:
• A/D Result Register (ADRES)
• A/D Control Register 0 (ADCON0)
• A/D Control Register 1 (ADCON1)
A device reset forces all registers to their reset state.
This forces the A/D module to be turned off, and any
conve rsi on is aborted.
The ADCON0 register, shown in Figure 9-1, controls
the operation of the A/D module. The ADCON1 register, sh own in Fi gure 9-2, configures the functions of the
port pins. The port pins can be configured as analog
inputs (RA3 can als o be a voltage reference) or as digital I/O.
REGISTER 9-1:ADCON0 REGISTER (ADDRESS 1Fh)
R/W-0R/W-0R/W-0R/W-0R/W-0R/W-0U-0R/W-0
ADCS1 ADCS0CHS2CHS1CHS0GO/DONE—ADONR =Readable bit
bit7bit0
bit 7-6: ADCS1:ADCS0: A/D Conversion Clock Select bits
1 = A/D conversion in progress (setting this bit starts the A/D conversion)
0 = A/D conversion not in progress (This bit is automatically cleared by hardware when the A/D
conversion is complete)
bit 1:Unimplemented: Read as '0'
bit 0:ADON: A/D On bit
1 = A/D converter module is operating
0 = A/D converter module is shutoff and consumes no operating current
: A/D Conversion Status bit
W =Writable bit
U =Unimplemented bit,
read as ‘0’
- n = Value at POR reset
1999 Microchip Technology Inc.
PreliminaryDS35008B-page 49
PIC16C62B/72A
REGISTER 9-2:ADCON1 REGISTER (ADDRESS 9Fh)
U-0U-0U-0U-0U-0R/W-0R/W-0R/W-0
—————PCFG2PCFG1PCFG0R =Readable bit
bit7bit0
bit 7-3: Unimplemented: Read as '0'
bit 2-0: PCFG2:PCFG0: A/D Port Configuration Control bits
When the A/D conversion is complete, the result is
loaded into the ADRES register, the GO/DONE
bit,
ADCON0<2>, is cleared, and the A/D interrupt flag bit,
ADIF, is set. The block diagram of the A/D module is
shown in Figure9-1.
The value that is in th e ADRES register is not modified
for a Power-on Rese t. Th e AD RES re gis ter will contain
unknown data after a Power-on Reset.
After the A/D module has been configured as desired,
the selected channel must be acquired before the conversion is started. The analog input channels must
have their corresponding TRIS bits selected as an
input. To determine acquisition time, see Section9.1.
After this acquisitio n time has e lapse d, the A/D con version can be started. The following steps should be followed for doi ng an A/D conversion:
1.Configure the A/D module:
• Configure analog pins / voltage reference /
and digital I/O (ADCON1)
• Select A/D input channel (ADCON0)
• Select A/D conversion clock (ADCON0)
• Turn on A/D module (ADCON0)
2.Configure A/D interrupt (if desired):
• Clear ADIF bit
• Set ADIE bit
• Set GIE bit
3.Wait the required acqu is itio n tim e .
4.Start conversion:
• Set GO/DONE
bit (ADCON0)
5.Wait for A/D conversion to complete, by either:
• Polling for the GO/DONE bit to be cleared
OR
• Waiting for the A/D interrupt
6.Read A/D Result register (ADRES), clear bit
ADIF if required.
7.For next conversion, go to step 1 or step 2 as
required. The A/D conversion time per bit is
defined as T
AD. A minimum wait of 2TAD is
required before next acquisition starts.
FIGURE 9-1:A/D BLOCK DIAGRAM
(Input voltage)
A/D
Converter
VREF
(Reference
voltage)
PCFG2:PCFG0
CHS2:CHS0
100
V
IN
011
010
001
V
DD
000 or
010 or
100 or
11x
001 or
011 or
101
000
RA5/AN4
RA3/AN3/V
RA2/AN2
RA1/AN1
RA0/AN0
REF
1999 Microchip Technology Inc.
PreliminaryDS35008B-page 51
PIC16C62B/72A
9.1A/D Acquisition Requirements
For the A/D converter to meet its specified accuracy,
the charge holding capacitor (C
HOLD) must be allowed
to fully charge to the input channel voltage level. The
analog input model is shown in Figure 9-2. The source
impedance (R
S) and the internal samp ling s wi tch (RSS)
impedance directly affect the time required to charge
the capacitor C
impedance varies over the device voltage (V
HOLD. The sampling switch (RSS)
DD). The
source impedan ce a ff e cts the of fset voltage at the analog input (due to pin leakage current). The maximum
recommended impedance for analog sources is 10
kΩ. After the analog input channel is selected
(changed), this acquisition must pass before the conversion can be started.
FIGURE 9-2:ANALOG INPUT MODEL
VDD
VT = 0.6V
T = 0.6V
V
VA
Rs
ANx
CPIN
5 pF
To calculate the minimum acquisition time, T
ACQ, see
Equation 9-1. This equation calculates the acquisition
time to within 1/2 LSb error (51 2 steps f or the A/D). The
1/2 LSb error is the max imum error allowed for the A/D
to meet its specified accuracy.
Note:When the conversion is started, the hold-
ing capacitor is disconnected from the
input pin.
In general;
Assuming R
S= 10kΩ
Vdd= 3.0V (R
SS = 10kΩ)
Temp. = 50°C (122°F)
ACQ≈ 13.0 µSec
T
By increasing V
DD and reducing RS and Temp., TACQ
can be substantially reduced.
Sampling
Switch
R
IC
I leakage
± 500 nA
SS
1k
≤
R
SS
CHOLD
= DAC capacitance
= 51.2 pF
SS
V
Legend CPIN
VT
I leakage
R
SS
C
= input capacitance
= threshold voltage
= leakage cu rrent at the pin due to
various junctions
IC
= interconnect resistance
= sampling switch
HOLD
= sample/hold capacitance (from DAC)
EQUATION 9-1:ACQUISITION TIME
TACQ ==Amplifier Settling Time +
Hold Capacitor Charging Time +
Temperature Coefficient
TAMP + TC + TCOFF
TAMP = 5µS
C = - (51.2pF)(1kΩ + RSS + RS) In(1/511)
T
T
COFF = (Temp -25°C)(0.05µS/°C)
6V
5V
DD
4V
V
3V
2V
567891011
SS
R
(kΩ)
DS35008B-page 52Preliminary
1999 Microchip Technology Inc.
PIC16C62B/72A
9.2Selecting the A/D Conversion Clock
The A/D conversion time per bit is defined as TAD. The
A/D conversion re quires 9.5T
The source of the A/D conversion clock is software
selectable. The four possible options for TAD are:
OSC
•2T
•8TOSC
•32TOSC
• Internal RC oscil lator
For correct A/D conversions, the A /D co nversion clock
AD) must be sele cted t o ens ure a min imum TAD time
(T
of 1.6 µs.
The A/D module can operate during sleep mode, but
the RC oscillator must be selected as the A/D clock
source prior to the SLEEP instruction.
Table 9-1 shows the resultant T
the device operating frequencies and the A/D clock
source selected.
AD per 8-bit conversion .
AD times derived from
9.3Configuring Analog Port Pins
The ADCON1 and TRISA registers control the operation of the A/D port pins. The port pins that are desire d
as analog inputs must have their corresponding TRIS
bits set (input). If the TRIS bit is cleared (output), the
digital output level (V
The A/D operation is independent of the state of the
CHS2:CHS0 bits and the TRIS bits.
Note 1: When reading the port register, all pins
configured as analog input channels will
read as cleared (a low level). Pins configured as digital inputs, will convert an analog input. Analog levels on a digitally
configured input will not affect the conversion accuracy.
Note 2: Analog l e v el s on an y pin t hat is d efined a s
a digital input (including the AN4:AN0
pins) may cause the input buffer to consume current that is out of the devices
OH or VOL) will be converted.
specification.
TABLE 9-1TAD vs. DEVICE OPERATING FREQUENCIES
AD Clock Source (TAD)Device Frequency
OperationADCS1:ADCS020 MHz5 MHz1.25 MHz333.33 kHz
OSC00
2T
8TOSC01
100 ns
400 ns
(2)
(2)
32TOSC101.6 µs6.4 µs
RC
(5)
11
2 - 6 µs
(1,4)
2 - 6 µs
Legend: Shaded cells are outside of recommended range.
Note1: The RC source has a typical T
2: These values violate the minimum required T
AD time of 4 µs.
AD time.
3: Fo r faster conversion times, the selection of another clock source is recommended.
4: When device frequency is greater than 1 MHz, the RC A/D conversion clock source is recommended for
sleep operation only.
5: Fo r extended voltage devices (LC), please refer to Electrical Specifications section.
400 ns
(2)
1.6 µs6 µs
1.6 µs6.4 µs
25.6 µs
(1,4)
2 - 6 µs
(3)
(1,4)
24 µs
96 µs
2 - 6 µs
(3)
(3)
(1)
1999 Microchip Technology Inc.
PreliminaryDS35008B-page 53
PIC16C62B/72A
9.4A/D Conversions
GO/DONE
bit will be set, starting the A/D conversion,
and the Timer1 counter will be reset to zero. Timer1 is
Note:The GO/DONE bit should NOT be set in
the same instruction that turns on the A/D.
reset to automat icall y repe at the A/D acqui sitio n period
with minimal software overhead. The appropriate analog input channel must be selected and the minimum
9.5Use of the CCP Trigger
An A/D conv ersi on can be sta rted by the “spec ial event
trigger” of the CCP1 module. This requires that the
CCP1M3:CCP1M0 bits (CCP1CON<3:0>) be programmed as 1011 a nd that the A/D mod ule be enable d
acquisition time must pass before the “special event
trigger” sets the GO/DONE
bit (starts a conversion).
If the A/D module is not enabled (ADON is cleared),
then the “sp ecial event trigger” wi ll be ignored by the
A/D module, but will still reset the Timer1 counter.
The PIC16C62B/72A devices have a host of features
intended to maximize system r eliability, minimize cost
through elimination of external components, provide
power saving operating modes and offer code protection. These are:
• Oscillator Mode Selection
• Reset
- Power-on Reset (POR)
- Powe r-up Tim er (PWRT)
- Oscillator Start-up Timer (OST)
- Brown-out Reset (BOR)
• Interrupts
• Watchdog Timer (WDT)
• SLEEP
• Code protection
• ID locations
• In-circuit serial programming™ (ICSP)
These devices have a Watchdog Timer, which can be
shut off only through configuration bits. It runs off its
own RC oscillator for added reliability. There are two
timers that offer necessary delays on pow e r-up. One is
the Oscillator Start-up Timer (OST), intended to keep
the chip in reset un til the c rystal oscilla tor is st able . The
other is the Power-up Timer (PWRT), which pro vides a
fixed delay on power-up only and is designed to keep
the part in reset while the po w er sup ply stab iliz es . Wi th
these two timers on-chip, most applications need no
external reset circuitry.
SLEEP mode is designed to offer a very low current
power-down m ode. The user can wake-u p from SLEEP
through external reset, Watchdog Timer Wake-up, or
through an interrupt. Se v er al oscill ator opti ons are also
made available to allow the part to fit the application.
The RC oscillator option saves system cost while the
LP crystal option saves power. A set of configuration
bits are used to select various options.
Additional inf ormation on special f eatures is a vailab le in
the PICmicro™ Mid-Range Reference Manual,
(DS33023).
10.1Configuration Bits
The configurati on bits can be prog ra mmed (read as '0')
or left unprogrammed (read as '1') to select various
device configurations. These bits are mapped in program memory location 2007h.
The user will note that address 2007h is beyond the
user program memory space. In fact, it belongs to the
special test/configuration memory space (2000h 3FFFh), whic h can be ac cessed only dur ing pro gramming.
All of the CP1:CP0 pairs must be given the same value to enable the code protection scheme listed.
(2)
(1)
(1)
Register: CONFIG
Address:2007h
.
1999 Microchip Technology Inc.
PreliminaryDS35008B-page 55
PIC16C62B/72A
10.2Oscillator Configurations
10.2.1 OSCILLATOR TYPES
The PIC16CXXX can be operat ed in four diff erent oscillator modes. The user can program two configuration
bits (FOSC1 and FOSC0) to select one of these four
modes:
• LPLow Power Crystal
• XTCrystal/Resonator
• HSHigh Speed Crystal/Resonator
• RCResistor/Capacitor
10.2.2CRYSTAL OSCILLATOR/CERAMIC
RESONATORS
In XT, LP or HS modes, a crystal or ceramic resonator
is connected to the OSC1/CLKIN and OSC2/CLKOUT
pins to establish oscillation (Figure 10-2). The
PIC16CXXX oscillator design requires the use of a parallel cut crystal. Use of a series cut crystal may give a
frequency out of the crystal manufacturers specifications. When in XT, LP or HS modes, the device can use
an external clock source to drive the OSC1/CLKIN pin
(Figure 10-3).
FIGURE 10-2: CRYSTAL/CERAMIC
RESONATOR OPERATION
(HS, XT OR LP
OSC CONFIGURATION)
(1)
C1
OSC1
To
internal
logic
SLEEP
PIC16CXXX
C2
(1)
XTAL
(2)
RS
OSC2
RF
(3)
Note1: See Table 10-1 and Table 10-2 for recom-
mended values of C1 and C2.
2: A series resistor (RS) may be required for
AT strip cut crystals.
3: RF varies with the crystal chosen.
FIGURE 10-3: EXTERNAL CLOCK INPUT
OPERATION (HS, XT OR LP
OSC CONFIGURATION)
Clock from
ext. system
Open
OSC1
PIC16CXXX
OSC2
TABLE 10-1CERAMIC RESONATORS
Ranges Tested:
ModeFreqOSC1OSC2
XT455 kHz
2.0 MHz
4.0 MHz
HS8.0 MHz
16.0 MHz
These values are for design guidance only. See
notes at bottom of page.
68 - 100 pF
15 - 68 pF
15 - 68 pF
10 - 68 pF
10 - 22 pF
68 - 100 pF
15 - 68 pF
15 - 68 pF
10 - 68 pF
10 - 22 pF
Resonators Used:
455 kHzPanasonic EFO-A455K04B ± 0.3%
2.0 MHzMurata Erie CSA2.00MG± 0.5%
4.0 MHzMurata Erie CSA4.00MG± 0.5%
8.0 MHzMurata Erie CSA8.00MT± 0.5%
16.0 MHz Murata Erie CSA16.00MX± 0.5%
Resonators did not have built-in capacitors.
TABLE 10-2CAPACITOR SELECTION FOR
CRYSTAL OSCILLATOR
Osc Type
LP32 kHz33 pF33 pF
XT200 kHz47-68 pF47-68 pF
HS4 MHz15 pF15 pF
These values are for design guidance only. See
notes at bottom of page.
Note 1: Higher capacitance increases the stability of the
2: Since each resonator/crystal has its own charac-
3: Rs may be required in HS mode, as well as XT
4: Oscillator performance should be verified when
Crystal
Freq
200 kHz15 pF15 pF
1 MHz15 pF15 pF
4 MHz15 pF15 pF
8 MHz15-33 pF15-33 pF
20 MHz15-33 pF15-33 pF
oscillator, but also increases the start-up time.
teristics, the user should consult the resonator/crystal manufacturer for appropriate values of
external components.
mode, to avoid overdriving crystals with low drive
level specification.
migrating between devices (including
PIC16C62A to PIC16C62B and PIC16C72 to
PIC16C72A)
Cap. Range C1Cap. Range
C2
Crystals Used
DS35008B-page 56Preliminary
1999 Microchip Technology Inc.
PIC16C62B/72A
10.2.3RC OSCILLATOR
For timing insensitive applications, the “RC” device
option offers additional cost savings. The RC oscillator
frequency is a function of the supply voltage, the resis-
EXT) and capacitor (CEXT) values, and th e ope rat-
tor (R
ing temperature. In addition to this, the oscillator
frequency will vary from unit to unit due to normal process parameter variation. Furthermore, the difference
in lead frame capacitance between package types will
also affect the oscillation frequency, especially for low
EXT values. The user also needs to take into account
C
variation due to tolerance of external R and C components used. Figure 10-4 shows how the R/C combination is connected to the PIC16CXXX.
FIGURE 10-4: RC OSCILLATOR MODE
VDD
Rext
OSC1
Cext
VSS
Fosc/4
Recommended values: 3 kΩ ≤ Rext ≤ 100 k
OSC2/CLKOUT
Cext > 20pF
Internal
clock
PIC16CXX
Ω
10.3Reset
The PIC16CXXX differentiates between various kinds
of reset:
• Power-on Reset (POR)
•MCLR
•MCLR reset during SLEEP
• WDT Reset (during normal operation)
• WDT Wake-up (during SLEEP)
• Brown-out Reset (BOR)
Some registers are not affected in any reset condition;
their status is unkn own on PO R and unchan ged by any
other reset. Most other registers are reset to a “reset
state” on Power-on Reset (POR), on the MCLR
WDT Reset, on MCLR
Brown-out Reset (BOR). They are not affected by a
WDT Wake-up from SLEEP, which is viewed as the
resumption of normal operation. The TO
are set or cleared depending on the reset situation, as
indicated in Table 10-4. These bits are used in softw are
to determine the nature of the reset. See T able 10-6 for
a full description of reset states of all registers.
A simplified bl ock diag ram of the on-ch ip res et circui t is
shown in Figur e 10-5.
The PICmicro devices have a MCLR
MCLR
However, a valid MCLR
pulse width (TmcL, Specification #30).
No internal reset source (WDT, BOR, POR) willdrive
the MCLR
reset during normal operation
and
reset during SLEEP, and on
and PD bits
noise filter in the
reset path. The filter will ignore small pulses.
pulse must meet the minimum
pin low.
1999 Microchip Technology Inc.
PreliminaryDS35008B-page 57
PIC16C62B/72A
FIGURE 10-5: SIMPLIFIED BLOCK DIAGRAM OF ON-CHIP RESET CIRCUIT
External
Reset
MCLR
SLEEP
WDT
Time-out
Reset
Power-on Reset
BODEN
OST
10-bit Ripple counter
PWRT
10-bit Ripple counter
VDD
OSC1
WDT
Module
V
DD rise
detect
Brown-out
Reset
OST/PWRT
(1)
On-chip
RC OSC
S
Chip_Reset
R
Q
Enable PWRT
Enable OST
Note 1: This is a separate oscillator from the RC oscillator of the CLKIN pin.
DS35008B-page 58Preliminary
1999 Microchip Technology Inc.
PIC16C62B/72A
10.4Power-On Reset (POR)
A Power-on Reset pulse is generated on-chip when
DD rise is detected (in the range of 1.5V - 2.1V). To
V
take advantage of the POR, just tie the MCLR
directly (or through a resistor) to V
DD. This will elimi-
pin
nate external RC components usu ally needed to create
a Power-on Reset. A maximum rise time for VDD is
specified (SV
DD, parameter D004). For a slow rise
time, see Figure10-6.
When the device starts normal operation (exits the
reset condition), d evice operating parameters (v ol tage,
frequency , temperature ,...) must be met t o ensure operation. If these conditions are not met, the device must
be held in reset until the operating conditions are met.
Brown-out Reset ma y be used to meet the start-up conditions.
FIGURE 10-6: EXTERNAL POWER-ON
RESET CIRCUIT (FOR SLOW
DD POWER-UP)
V
V
DD
D
R
R1
MCLR
C
Note1: Exte rnal Pow er-on Reset cir cuit is required
only if V
DD power-up slope i s too slow. The
diode D helps discharge the capacitor
quickly when V
DD powers down.
2: R < 40 kΩ is recommended to make sure
that voltag e drop across R does not violate
the device’s electrical specification.
3: R1 = 100Ω to 1 kΩ will limit any current
flowing into MCLR
C in the event of MCLR/
down due to Electrostatic D ischarge
(ESD) or Electrical Overstress (EOS).
PIC16CXX
from external capacitor
VPP pin break-
10.5Power-up Timer (PWRT)
The Power-up Timer provides a fixed nominal time-out
PWRT, parameter #33) from the POR. The Power-up
(T
Timer operates on an internal RC oscil lator. The chip is
kept in reset as long as the PWRT is active. The
PWRT’s time delay allows V
DD to rise to an acceptable
level. A configuration bit is provided to enable/disable
the PWRT.
The power-up ti me dela y will v ary from chip-to-chip due
DD, temperature and process variation. See DC
to V
parameters for details.
10.6Oscillator Start-up Timer (OST)
The Oscillator Start-up Timer (OST) p rovides a dela y of
1024 oscillator cycles (from OSC1 input) after the
PWRT delay is over (T
OST, parameter #32). This
ensures that the crystal oscillator or resonator has
started and stabilized.
The OST time-out is invoked only for XT, LP and HS
modes and only on Power-on Reset or wake-up from
SLEEP.
Note:The OST delay may not occur when the
device wake s from SLEEP.
10.7Brown-Out Reset (BOR)
The configuration bit, BODEN, can enable or disable
the Brown-Out Reset circuit. If V
(parameter #35, about 100µS), the brown-out situation
will reset the device. If VDD falls below VBOR for le ss
BOR, a reset may not occur.
than T
Once the brow n-out occurs, the device will remai n in
brown-out reset until V
DD rises above VBOR. The
power-up timer then keeps the device in reset for
TPWRT (parameter #33, about 72mS). If VDD should fal l
below V
cess will restar t when V
BOR during TPWRT, the brown-out reset pro-
DD rises above VBOR with the
power-up timer reset. The power-up timer is always
enabled when the brown-out reset circuit is enabled,
regardless of the state of the PWRT
PP falls below Vbor
configuration bit.
1999 Microchip Technology Inc.
PreliminaryDS35008B-page 59
PIC16C62B/72A
10.8Time-out Sequence
When a POR reset occurs, the PWRT delay starts (if
enabled). When PWRT ends, the OST counts 1024
oscillator cycles (LP, XT, HS modes only). When OST
completes, the device comes out of reset. The total
time-out will vary based on oscillator configuration and
the status of the PWR T. For example, in RC mo de with
the PWRT disabled, there will be no time-out at all.
If MCLR
expire. Brin gi ng MCLR
diately . This is useful f or testing p urposes or to synchronize more than one PIC16CXXX device operating in
parallel.
is kept low long enough, the time-outs will
high will begin execution imme-
Table 10-5 shows the reset conditions for the STATUS,
PCON and PC registers, while Table 10-6 shows the
reset conditions for all the registers.
10.9Power Control/Status Register
The BOR bit is unknown on Power-on Reset. If the
Brown-out Reset circuit is used, the BOR
set by the user and checked on subsequent resets to
see if it was cleared, indicating a Brown-out has
occurred.
OR (Power-on Reset Status bit) is cleared on a
P
Power-on Reset and unaffected otherwise. The user
Status Register
IRPRP1RP0TOPDZDCC
PCON Register
PORBOR
TABLE 10-3TIME-OUT IN VARIOUS SITUATIONS
Oscillator Configuration
PWRTE
XT, HS, LP72 ms + 1024T
RC72 ms—72 ms —
Power-up
= 0PWRTE = 1
OSC1024TOSC72 ms + 1024TOSC1024TOSC
(PCON)
Brown-out
bit must be
Wake-up from
SLEEP
TABLE 10-4STATUS BITS AND THEIR SIGNIFICANCE
PORBORTOPD
0x11Power-on Reset
0x0xIllegal, TO
0xx0Illegal, PD is set on POR
1011Brown-out Reset
1101WDT Reset
1100WDT Wake-up
11uuMCLR
1110MCLR
is set on POR
Reset during normal operation
Reset during SLEEP or interrupt wake-up from SLEEP
TABLE 10-5RESET CONDITION FOR SPECIAL REGISTERS
Condition
Power-on Reset000h0001 1xxx---- --0x
MCLR
Reset during normal operation000h000u uuuu---- --uu
MCLR Reset during SLEEP000h0001 0uuu---- --uu
WDT Reset000h0000 1uuu---- --uu
WDT Wake-upPC + 1uuu0 0uuu---- --uu
Brown-out Reset000h0001 1uuu---- --u0
Interrupt wake-up from SLEEPPC + 1
Program
Counter
(1)
STATUS
Register
uuu1 0uuu---- --uu
PCON
Register
Legend: u = unchanged, x = unknown, - = unimplemented bit read as '0'.
Note 1: When the wake-up is due to an interrupt and the GIE bit is set, the PC is loaded with the interrupt vector (0004h).
DS35008B-page 60Preliminary
1999 Microchip Technology Inc.
PIC16C62B/72A
TABLE 10-6INITIALIZATION CONDITIONS FOR ALL REGISTERS
Legend: u = unchanged, x = unknown, - = unimplemented bit, read as ’0’, q = value depends on condition
Note 1: One or more bits in INTCON and/or PIR1 will be affected (to cause wake-up).
2: When the wake-up is due to an interrupt and the GIE bit is set, the PC is loaded with the interrupt vector (0004h).
3: See Table 10-5 for reset value for specific condition.
4: On any device reset, these pins are configured as inputs.
5: This is the value that will be in the port output latch.
62B72A---- -000---- -000---- -uuu
Power-on Reset,
Brown-out Reset
MCLR Resets
WDT Reset
000q quuu
(3)
Wake-up via WDT or
Interrupt
PC + 1
uuuq quuu
uuuu uuuu
---- uuuu
-u-- uuuu
(2)
(3)
(1)
(1)
(1)
1999 Microchip Technology Inc.
PreliminaryDS35008B-page 61
PIC16C62B/72A
10.10Interrupts
The interrupt control regist er (INTCON) records i ndividual interrupt requests in flag bits. It also has individual
and global interrupt enable bits.
Note:Individual interrupt flag bit s are se t rega rd-
less of the status of their corresponding
mask bit or the GIE bit.
A global interrupt enable bit, GIE (INTCON<7>)
enables or disables all interrupts. When bit GIE is
enabled, and an interrupt’ s fla g bit and ma sk bit are se t,
the interrupt will vector immediately. Individual interrupts can be disabled through their corresponding
enable bits in various registers . Indi vi dua l interrupt flag
bits are set regardless of the status of the GIE bit. The
GIE bit is cleared on reset.
The “return from interrupt” instruction, RETFIE, exits
the interrupt routine and sets the GIE bit, which reenables interrupts .
The RB0/INT pin interrupt, the RB port change interrupt
and the TMR0 overflow interrupt flags are contained in
the INTCON register.
FIGURE 10-7: INTERRUPT LOGIC
The peripheral interrupt flags are contained in the special function regis ters PIR1 and PI R2. T he co rrespon ding interrupt enable bits are contained in special
function registers PIE1 and PIE2, and the peripheral
interrupt enable bi t i s co nta ine d i n special funct ion re gister INTCON.
When an interrupt is responded to, the GIE bit is
cleared to disable any further interrupts, the return
address is pushed o nto the stack and the PC is loaded
with 0004h. Once in the interrupt service routine, the
source of the interrupt can be determined by polling th e
interrupt flag bits. The in terrupt flag bi t must be cleare d
in software bef ore re-enab ling interrupts to a v oid recursive interrupts.
For external interrupt events, such as the INT pin or
PORTB change interrupt, the interrupt latency will be
three or fou r instru ction cycl es , depe nding on whe n the
interrupt event occurs. The latency is the same for one
or two cycle instructions. Individual interrupt flag bits
are set regardless of the status of their corresponding
mask bit or the GIE bit
T0IF
T0IE
INTF
INTE
(1)
TMR1IF
TMR1IE
TMR2IF
TMR2IE
ADIF
(1)
ADIE
SSPIF
SSPIE
CCP1IF
CCP1IE
RBIF
RBIE
PEIE
GIE
Note 1: The A/D module is not implemented on the PIC16C62B.
Wake-up (If in SLEEP mode)
Interrupt to CPU
DS35008B-page 62Preliminary
1999 Microchip Technology Inc.
PIC16C62B/72A
10.10.1 INT INTERRUPT
The external interrupt on RB0/INT pin is edge trig-
gered: ei ther rising, if b it INTEDG (OPTION_REG<6>)
is set, or fallin g, if the INTEDG bit is clear. When a valid
edge appears on the RB0/INT pin, flag bit INTF
(INTCON<1>) is set. This interrupt can be disabled by
clearing enable bit INTE (INTCON<4>). Flag bit INTF
must be cleared in softw are i n the in terrupt service routine before re-enabling this interrupt. The INT interrupt
can wake-up the processor from SLEEP, if bit INTE was
set prior to going into SLEEP. The status of global interrupt enable bit GIE decides whether or not the processor branch es to t h e in te rrupt vector follow in g wake-u p.
See Section 10.13 for details on SLEEP mode.
10.10.2 TMR0 INTERRUPT
An overf l ow (F Fh → 00h) in the TMR0 register will set
flag bit T0IF (INTCON<2>). The interrupt can be
enabled/disabled by setting/clearing enable bit T0IE
(INTCON<5>). (Section 4.0)
10.10.3 PORTB INTCON CHANGE
An input change on PORTB<7:4> sets flag bit RBIF
(INTCON<0>). The interrupt can be enabled/disabled
by setting/clearing enable bit RBIE (INTCON<4>).
(Section 3.2)
10.11Context Saving During Interrupts
During an interrupt, only the return PC value is saved
on the stac k. Typically , use rs m a y wish to sa v e key registers during an interrupt, (i.e., W register and STATUS
register). This will have to be implemented in software.
Example 10-1 stores and restores the W and STATUS
registers. The register, W_TEMP, must be defined in
each bank and m ust be defined at the sa me offset from
the bank base address (i.e., if W_TEMP is defined at
0x20 in bank 0 , i t m u st also be defin ed at 0x A0 i n b ank
1).
The example:
a) Stores the W register.
b) Stores the STATUS register in bank 0.
c)Stores the PCLATH register.
d) Executes the interrupt service routine code
(User-generated).
e) Restores the STATUS register (and bank select
bit).
f)Restores the W and PCLATH registers.
EXAMPLE 10-1: SAVING STATUS, W, AND PCLATH REGISTERS IN RAM
MOVWF W_TEMP ;Copy W to TEMP register, could be bank one or zero
SWAPF STATUS,W ;Swap status to be saved into W
CLRF STATUS ;bank 0, regardless of current bank, Clears IRP,RP1,RP0
MOVWF STATUS_TEMP ;Save status to bank zero STATUS_TEMP register
:
:(ISR)
:
SWAPF STATUS_TEMP,W ;Swap STATUS_TEMP register into W
;(sets bank to original state)
MOVWF STATUS ;Move W into STATUS register
SWAPF W_TEMP,F ;Swap W_TEMP
SWAPF W_TEMP,W ;Swap W_TEMP into W
1999 Microchip Technology Inc.
PreliminaryDS35008B-page 63
PIC16C62B/72A
10.12Watchdog Timer (WDT)
The Watchd og Timer is a free running on-chip RC oscillator whic h do es no t re qu i re any exte rnal compo n en ts.
This RC oscillator is separate from the RC oscillator of
the OSC1/CLKIN pin. The WDT will run, even if the
clock on the OSC1/CLKIN and OSC2/CLKOUT pins of
the device ha s been stopped, f or e xample, b y ex ecution
of a SLEEP instruction.
During normal operation, a WDT time-out generates a
device RESET (W atchdog Timer Reset). If the de vice is
in SLEEP mode, a WDT time-out causes the device to
wake-up and continue with normal operation (Watchdog Timer Wa ke-up). The T O
bit in the STA TUS register
will be cleared upon a Watchdog Timer time-out.
The WDT can be permanently disabled by clearing
configuration bit WDTE (Section 10.1).
FIGURE 10-8: WATCHDOG TIMER BLOCK DIAGRAM
From TMR0 Clock Source
(Figure 4-2)
0
M
1
WDT Timer
U
X
The WDT time-out period (T
WDT, parameter #31) is
multiplied by the prescaler ratio, when the prescaler is
assigned to the WDT. The prescaler assignment
(assigned to either the WDT or Timer0) and prescaler
ratio are set in the OPTION_REG register.
Note:The CLRWDT and SLEEP instructions clear
the WDT and the p ost sc al er, if assigned to
the WDT, and prevent it from timing out an d
generating a device RESET condition.
.
Note:When a CLRWDT instruction is executed
and the prescaler is assigned to the WDT,
the prescaler count will be cleared, but the
prescaler assignme nt is not chang ed.
Postscaler
8
WDT
Enable Bit
Note: PSA and PS2:PS0 are bits in the OPTION_REG register.
Legend: Shaded cells are not used by the Watchdog Timer.
CP1CP0
PWRTE
WDTEFOSC1FOSC0
DS35008B-page 64Preliminary
1999 Microchip Technology Inc.
PIC16C62B/72A
10.13Power-down Mode (SLEEP)
Power-down mode is entered by executing a SLEEP
instruction.
If enabled, the Watchdog Timer will be cleared but
keeps running, the PD
(STATUS<4>) bit is set, and the oscillator driver is
TO
turned of f. The I/O po r ts ma intain the sta tus they had ,
before the SLEEP instruction was executed (driving
high, low or hi-impedance).
For lowest current consumption in this mode, place all
I/O pins at e ither V
cuitry is drawing current from the I/O pin, power-down
the A/D and disable external clocks. Pull all I/O pins
that are hi-impedance inputs, high or low externally, to
avoid switching curre nts caused by floati ng inp uts. The
T0CKI input should also be at V
current consumption. The contribution from on-chip
pull-ups on PORTB should be considered.
The MCLR
parameter D042).
10.13.1 WAKE-UP FROM SLEEP
The device can wake up from SLEEP through one of
the following events:
1.External reset input on MCLR
2.Watchdog Timer Wake-up (if WDT was
3.Interrupt from INT pin, RB port change, or some
External MCLR
other events are considered a continuation of program
execution and cause a "wake-up". The TO
in the STATUS register can be used to determine the
cause of device reset. The PD bit, which is set on
power-up, is cleared when SLEEP is invoked. The TO
bit is cleared if a WDT time-out occurred (and caused
wake-up ) .
The following peripheral interrupts can wake the device
from SLEEP:
1.TMR1 interrupt. Timer1 must be operating as
2.CCP capture mode interrupt.
3.Special event trigger (Timer1 in asynchronous
4.SSP (Start/Stop) bit detect interrupt.
5.SSP transmit or receive in sla ve mode (SPI/I
6.USART RX or TX (synchronous slave mode).
Other peripherals c annot gener ate interrupts s ince dur-
ing SLEEP, no on-chip clocks are present.
When the SLEEP inst ruction is being e xe cuted, the n ext
instruction (PC + 1) is pre-fetched. For the device to
wake-up through an interrupt event, the corresponding
interrupt enable bit must be set (enabled). Wake-up is
pin must be at a logic high level (VIHMC,
enabled).
Peripheral Interrupts.
an asynchronous counter.
mode using an exter nal clock. CC P1 is in compare mode).
bit (STATU S< 3>) i s cl ea red, th e
DD or VSS, ensure no external cir-
DD or VSS for l owest
pin.
Reset will cause a device reset. All
and PD bits
2
C).
regardless of the state of the GIE bit. If the GIE bit is
clear (disabled), the device resumes execution at the
instruction after the SLEEP instruction. If the GIE bit is
set (enabled), the device executes the instruction after
the SLEEP instruction and then branches to the interrupt addre ss (0 004 h). I n case s wher e the execution of
the instruction f ollowing SLEEP is not d esi rable, a NOP
should follow the SLEEP instruction.
10.13.2 WAKE-UP USING INTERRUPTS
When global interrupts are disabled (GIE cleared) and
any interrupt source has both its interrupt enable bit
and interrupt flag bit se t, one o f the f o llo win g will o ccur:
• If the interrupt occurs before the execution of a SLEEP instruction, the SLEEP instruction will complete as a NOP. Therefore, the WDT and WDT
postscaler will not be cleared, the TO
be set and PD
• If the interrupt occurs during or after the execu-
tion of a SLEEP instruction, the device will immediately wak e up from sl eep . The SLEEP instruction
will be completely executed before the wake-up.
Therefore, the WDT and WDT postscaler will be
cleared, the TO
be cleared.
Even if the flag bits were checked before executing a
SLEEP instruction, it may be possible for flag bits to
become set bef ore the SLEEP inst ruction complete s. To
determine whether a SLEEP instruction executed, te st
bit. If the PD bit is set, the SLEEP instruction
the PD
was executed as a NOP.
To ensure that the WDT is cleared, a CLRWDT instruction should be executed before a SLEEP instruction.
bits will not be cleared.
bit will be set and the PD bit will
bit will not
1999 Microchip Technology Inc.
PreliminaryDS35008B-page 65
PIC16C62B/72A
FIGURE 10-10: WAKE-UP FROM SLEEP THROUGH INTERRUPT
OST = 1024TOSC (drawing not to scale) This delay will not be there for RC osc mode.
2: T
3: GIE = ’1’ assumed. In this case after wake- up, the processor jumps to the interrupt routine. If GIE = ’0’, execution will continue in-line.
4: CLKOUT is not availab le in these osc modes , but shown here for timing refere nce.
10.14Program Verification/Code Protection
If the code protection bits have not been programmed,
the on-chip program m emory can be read out f o r v erification purposes.
Note:Microchip does not recommend code pro-
tecting windowed devices.
10.15ID Locations
Four memory locations (2000h - 2003h) are desig nated
as ID locations where the user can store checksum or
other code-identification numbers. These locations are
not accessible during normal execution, but are readable and writable during program/verify. It is recommended that only the 4 least significant bits of the ID
location are used.
For ROM devices, these values are submitted along
with the ROM code.
10.16 In-Circuit Serial Programming™
PIC16CXXX microcontrollers can be serially programmed while in the end application circuit. This is
simply done wit h two lin es f or cloc k a nd data, a nd three
more lines for po wer , ground and the programmin g voltage. This al lows c ustomers to manuf ac ture boards with
unprogrammed devices, and then program the microcontroller just before shipping the product. This also
allows the most recent firmware or a custom firmware
to be programmed.
For complete details of serial programming, please
refer to the In-Circuit Serial Programming (ICSP™)
Guide, DS30277.
DS35008B-page 66Preliminary
1999 Microchip Technology Inc.
PIC16C62B/72A
11.0INSTRUCTION SET SUMMARY
Each PIC16CXXX instruction is a 14-bit word divided
into an OPCODE which specifies the instruction type
and one or more operands which further specify the
operation of the instruction. The PIC 16CXX ins tructio n
set summary in Table 11-2 lists byte-oriented, bit-ori-ented, and literal and control operations. Table 11-1
shows the opcode field descriptions.
For byte-oriented instructions, ’f’ represents a file register designator and ’d’ represents a destination designator. The file register designator specifies which file
register is to be used by the instruction.
The destination des ignator specifies w here the result of
the operation is to be placed. If ’d’ is zero, the result is
placed in the W registe r . If ’d ’ is one , the result is pl aced
in the file register specified in the instruction.
For bit-oriented instructions, ’b’ represents a bit field
designator which s el ec ts the number of th e b it a ffected
by the operation, while ’f’ represents the number of the
file in which the bit is located.
For literal and control operations, ’k’ represents an
eight or eleven bit constant or literal value.
TABLE 11-1OPCODE FIELD
DESCRIPTIONS
FieldDescription
fRegister file address (0x00 to 0x7F)
WWorking register (accumulator)
bBit address within an 8-bit file register
kLiteral field, constant data or label
xDon’t care location (= 0 or 1)
The assembler will generate code with x = 0. It is the
recommended form of use for compatibility with all
Microchip software tools.
dDestination select; d = 0: store result in W,
d = 1: store result in file register f.
Default is d = 1
PCProgram Counter
Time-out bit
TO
Power-down bit
PD
ZZero bit
DCDigit Carry bit
CCarry bit
The instr uc tio n se t is hig hl y orthog ona l an d is grou p ed
into three basic categories:
• Byte-oriented operations
• Bit-oriented operations
• Literal and control operations
All instructions are executed within one single instruc-
tion cycle, unl ess a conditiona l test is tru e or the program counter is changed as a result of an instruction.
In this case, the execution t akes two ins tr ucti on cy cles
with the second cycle executed as a NOP. One instruction cycle consists of four oscillator periods. Thus, for
an oscillator frequ ency of 4 MHz, the normal instructio n
ex ecutio n time i s 1 µs . If a con dition al test is true or the
program counter is changed as a result of an instruction, the instruction execution time is 2 µs.
Table 11-2 lists the instructions recognized by the
MPASM assembler.
Figure 11-1 shows the genera l fo rmats that the instructions can have.
Note:To maintain upward compatibility with
future PIC16CXXX products, do not use
the OPTION and TRIS instru ctions.
All examples us e the following for mat to represent a
hexadecimal number:
0xhh
where h signifies a hexadecimal digit.
FIGURE 11-1: GENERAL FORMAT FOR
INSTRUCTIONS
Byte-oriented file register operations
13 8 7 6 0
OPCODE d f (FILE #)
d = 0 for destination W
d = 1 for destination f
f = 7-bit file register address
Bit-oriented file register operations
13 10 9 7 6 0
OPCODE b (BIT #) f (FILE #)
b = 3-bit bit address
f = 7-bit file register address
Literal and control operations
General
13 8 7 0
OPCODE k (literal)
k = 8-bit immediate value
CALL and GOTO instructions only
13 11 10 0
OPCODE k (literal)
k = 11-bit immediate value
A description of each instruction is available in the
PICmicro™ Mid-Range Reference Manual,
(DS33023).
Note 1: When an I/O register is modified as a function of itself ( e.g., MOVF PORTB, 1), the value used will be that value present
on the pins themselves. For example, if the data latch is ’1’ for a pin configured as input and is driven low by an external
device, the data will be written back with a ’0’ .
2: If this instruction is executed on the TMR0 register (and, where applicable, d = 1), the prescaler will be cleared if assigned
to the Timer0 Module.
3: If Program Counter (PC) is modified or a conditional test is true, the instruction requires two cycles. The second cycle is
] ADDLW k
Operands:0 ≤ k ≤ 255
Operation:(W) + k → (W)
Status Affected:C, DC, Z
Description:
The contents of the W register are
added to the eight bit literal ’k’ and the
result is placed in the W register
ADDWFAdd W and f
label
Syntax:[
] ADDWF f,d
Operands:0 ≤ f ≤ 127
d ∈ [0,1]
Operation:(W) + (f) → (destination)
Status Affected:C, DC, Z
Description:
Add the contents of the W register
with register ’f’. If ’d’ is 0, the result is
stored in the W register. If ’d’ is 1, the
result is stored back in register ’f’
ANDWFAND W with f
label
Syntax:[
] ANDWF f,d
Operands:0 ≤ f ≤ 127
d ∈ [0,1]
Operation:(W) .AND. (f) → (destination)
Status Affected:Z
.
Description:
AND the W register with register 'f'. If
'd' is 0, the result is stored in the W
register. If 'd' is 1, the result is stored
back in register 'f'
.
BCFBit Clear f
Syntax:[
label
] BCF f,b
Operands:0 ≤ f ≤ 127
0 ≤ b ≤ 7
Operation:0 → (f<b>)
Status Affected:None
Description:
Bit 'b' in register 'f' is cleared.
.
ANDLWAND Literal with W
label
Syntax:[
] ANDLW k
Operands:0 ≤ k ≤ 255
Operation:(W) .AND. (k) → (W)
Status Affected:Z
Description:
The contents of W register are
AND’ed with the eight bit literal 'k'.
The result is placed in the W register
BSFBit Set f
label
Syntax:[
] BSF f,b
Operands:0 ≤ f ≤ 127
0 ≤ b ≤ 7
Operation:1 → (f<b>)
Status Affected:None
Description:
Bit 'b' in register 'f' is set.
.
1999 Microchip Technology Inc.
PreliminaryDS35008B-page 69
PIC16C62B/72A
BTFSSBit Test f, Skip if Set
label
Syntax:[
] BTFSS f,b
Operands:0 ≤ f ≤ 127
0 ≤ b < 7
Operation:skip if (f<b>) = 1
Status Affected: None
Description:
If bit ’b’ in register ’ f’ is ’0’, then the next
instruction is executed.
If bit ’b’ is ’1’, then the next instruction
is discarded and a NOP is executed
instead, making this a 2T
tion.
BTFSCBit Test, Skip if Clear
label
Syntax:[
] BTFSC f,b
Operands:0 ≤ f ≤ 127
0 ≤ b ≤ 7
Operation:skip if (f<b>) = 0
Status Affected: None
Description:
If bit ’b’ in register ’ f’ i s ’1’ , then the ne xt
instruction is executed.
If bit ’b’ in register ’ f’ is ’ 0’ , then the ne xt
instruction is discarded, and a NOP is
executed instead, making this a 2T
instruction
.
CY instruc-
CY
CLRFClear f
label
Syntax:[
] CLRF f
Operands:0 ≤ f ≤ 127
Operation:00h → (f)
1 → Z
Status Affected:Z
Description:
The contents of register ’f’ are cleared
and the Z bit is set.
CLRWClear W
label
Syntax:[
] CLRW
Operands:None
Operation:00h → (W)
1 → Z
Status Affected:Z
Description:
W register is cleared. Zero bit (Z) is
set.
CALLCall Subroutine
label
Syntax:[
] CALL k
Operands:0 ≤ k ≤ 2047
Operation:(PC)+ 1→ TOS,
k → PC<10:0>,
(PCLATH<4:3>) → PC<12:11>
Status Affected:None
Description:
DS35008B-page 70Preliminary
Call Subroutine. First, return address
(PC+1) is pushed onto the stack. The
eleven bit immediate address is loaded
into PC bits <10:0>. The upper bits of
the PC are loaded from PCLATH.
CALL is a two cycle instruction.
CLRWDTClear Watchdog Timer
Syntax:[
label
Operands:None
Operation:00h → WDT
0 → WDT prescaler,
1 → TO
1 → PD
Status Affected:TO, PD
Description:
CLRWDT instruction resets the Watch-
dog Timer. It also resets the prescaler
of the WDT. Status bits TO
are set.
] CLRWDT
and PD
1999 Microchip Technology Inc.
PIC16C62B/72A
COMFComplement f
label
Syntax:[
] COMF f,d
Operands:0 ≤ f ≤ 127
d ∈ [0,1]
Operation:(f
) → (destination)
Status Affected:Z
Description:
The contents of register ’f’ are complemented. If ’d’ is 0, the result is stored
in W. If ’d’ is 1, the result is stored
back in register ’f’.
DECFDecrement f
label
Syntax:[
] DECF f,d
Operands:0 ≤ f ≤ 127
d ∈ [0,1]
Operation:(f) - 1 → (destination)
Status Affected:Z
Description:
Decrement register ’f’. If ’d’ is 0, the
result is stored in the W register. If ’d’
is 1, the result is stored back in regis-
.
ter ’f’
GOTOUnconditional Branch
label
Syntax:[
] GOTO k
Operands:0 ≤ k ≤ 2047
Operation:k → PC<10:0>
PCLATH<4:3> → PC<12:11>
Status Affected: None
Description:
GOTO is an unconditional branch. The
eleven bit immediate value is loaded
into PC bits <10:0>. The upper bits of
PC are loaded from PCLATH<4:3>.
GOTO is a two cycle instruction.
INCFIncrement f
label
Syntax:[
] INCF f,d
Operands:0 ≤ f ≤ 127
d ∈ [0,1]
Operation:(f) + 1 → (destination)
Status Affected:Z
Description:
The contents of register ’f’ are incre-
mented. If ’d’ is 0, the result is placed
in the W register. If ’ d’ i s 1, the result is
placed back in register ’f’.
DECFSZDecrement f, Skip if 0
label
Syntax:[
] DECFSZ f,d
Operands:0 ≤ f ≤ 127
d ∈ [0,1]
Operation:(f) - 1 → (destination);
skip if result = 0
Status Affected:None
Description:
The contents of register ’f’ are decre-
mented. If ’d’ is 0, the result is plac ed in
the W register. If ’d’ is 1, the result is
placed back in register ’f’.
If the result is 1, the next instruction, is
executed. If the result is 0, then a NOP is
executed instead making it a 2T
instruction.
CY
INCFSZIncrement f, Skip if 0
label
Syntax:[
] INCFSZ f,d
Operands:0 ≤ f ≤ 127
d ∈ [0,1]
Operation:(f) + 1 → (destination),
skip if result = 0
Status Affected: None
Description:
The contents of register ’f’ are incre-
mented. If ’d’ is 0, the result is placed
in the W register. If ’ d’ is 1, the result is
placed back in register ’f’.
If the result is 1, the next instruction is
executed. If the result is 0, a NOP is
executed instead making it a 2T
instruction
.
CY
1999 Microchip Technology Inc.
PreliminaryDS35008B-page 71
PIC16C62B/72A
IORLWInclusive OR Literal with W
label
Syntax:[
] IORLW k
Operands:0 ≤ k ≤ 255
Operation:(W) .OR. k → (W)
Status Affected:Z
Description:
The contents of the W register is
OR’ed with the eight bit literal 'k'. The
result is placed in the W register
IORWFInclusive OR W with f
label
Syntax:[
] IORWF f,d
Operands:0 ≤ f ≤ 127
d ∈ [0,1]
Operation:(W) .OR. (f) → (destination)
Status Affected:Z
Description:
Inclusive OR the W register with regis-
ter 'f'. If 'd' is 0, the result is placed in
the W register. If 'd' is 1, the result is
placed back in register 'f'.
MOVLWMove Literal to W
label
Syntax:[
] MOVLW k
Operands:0 ≤ k ≤ 255
Operation:k → (W)
Status Affected:None
Description:
.
The eight bit literal 'k' is loaded into W
. The don’t cares will assem-
register
ble as 0’s.
MOVWFMove W to f
label
Syntax:[
] MOVWF f
Operands:0 ≤ f ≤ 127
Operation:(W) → (f)
Status Affected:None
Description:
Move data from W register to register
.
'f'
MOVFMove f
label
Syntax:[
] MOVF f,d
Operands:0 ≤ f ≤ 127
d ∈ [0,1]
Operation:(f) → (destination)
Status Affected:Z
Description:
The contents of register f is moved to
a destination dependant upon the sta-
tus of d. If d = 0, destination is W reg-
ister. If d = 1, the destination is file
register f itself. d = 1 is useful to test a
file register since status flag Z is
affected.
NOPNo Operation
label
Syntax:[
] NOP
Operands:None
Operation:No operation
Status Affected:None
Description:
No operation.
DS35008B-page 72Preliminary
1999 Microchip Technology Inc.
PIC16C62B/72A
RETFIEReturn from Interrupt
label
Syntax:[
] RETFIE
Operands:None
Operation:TOS → PC,
1 → GIE
Status Affected:None
RETLWReturn with Literal in W
label
Syntax:[
] RETLW k
Operands:0 ≤ k ≤ 255
Operation:k → (W);
TOS → PC
Status Affected:None
Description:
The W register is loaded with the eight
bit literal ’k’. The program counter is
loaded from the top of the stack (the
return address). This is a two cycle
instruction.
RLFRotate Left f through Carry
label
Syntax:[
]RLF f,d
Operands:0 ≤ f ≤ 127
d ∈ [0,1]
Operation:See descr iption below
Status Affected:C
Description:
The contents of register ’f’ are rotated
one bit to the left through the Carry
Flag. If ’d’ is 0, the result is placed in
the W register. If ’d’ is 1, the result is
stored back in register ’f’.
Register fC
RRFRotate Right f through Carry
label
Syntax:[
] RRF f,d
Operands:0 ≤ f ≤ 127
d ∈ [0,1]
Operation:See description below
Status Affected:C
Description:
The contents of register ’f’ are rotated
one bit to the right through the Carry
Flag. If ’d’ is 0, the result is placed in
the W register. If ’d’ is 1, the result is
placed back in register ’f’.
Register fC
RETURNReturn from Subroutine
label
Syntax:[
] RETURN
Operands:None
Operation:TOS → PC
Status Affected:None
Description:
1999 Microchip Technology Inc.
Return from subroutine. The stack is
POPed and the top of the stack (TOS)
is loaded into the program counter.
This is a two cycle instruction.
SLEEP
Syntax:[
label
] SLEEP
Operands:None
Operation:00h → WDT,
0 → WDT prescaler,
1 → TO
,
0 → PD
Status Affected:TO, PD
Description :
The power-down status bit, PD is
cleared. Time-out status bit, TO
set. Watchdog Timer and its pres-
caler are cleared.
The processor is put into SLEEP
mode with the oscillator stopped.
See Section 10.13 for more details.
is
PreliminaryDS35008B-page 73
PIC16C62B/72A
SUBLWSubtract W from Literal
Syntax:[
label
]SUBLW k
Operands:0 ≤ k ≤ 255
Operation:k - (W) → (W)
Status Affected: C, DC, Z
Description:
The W register is subtracted (2’s complement method) from the eight bit literal 'k'. The result is placed in the W
register.
SUBWFSubtract W from f
Syntax:[
label
]SUBWF f,d
Operands:0 ≤ f ≤ 127
d ∈ [0,1]
Operation:(f) - (W) → (destination)
Status
C, DC, Z
Affected:
Description:
Subtract (2’s complement method) W
register from register 'f'. If 'd' is 0, the
result is stored in the W register. If 'd' is
1, the result is stored back in register 'f'.
XORLWExclusive OR Literal with W
Syntax:[
label
]XORLW k
Operands:0 ≤ k ≤ 255
Operation:( W) .XOR. k → (W)
Status Affected:Z
Description:
The contents of the W register are
XOR’ed with the eight bit literal 'k'.
The result is placed in the W register.
XORWFExclusive OR W with f
label
Syntax:[
]XORWF f,d
Operands:0 ≤ f ≤ 127
d ∈ [0,1]
Operation:(W) .XOR. (f) → (destination)
Status Affected:Z
Description:
Exclusive OR the contents of the W
register with register 'f'. If 'd' is 0, the
result is stored in the W register. If 'd'
is 1, the result is stored back in regis-
ter 'f'.
SWAPFSwap Nibbles in f
label
Syntax:[
] SWAPF f,d
Operands:0 ≤ f ≤ 127
d ∈ [0,1]
Operation:(f<3:0>) → (destination<7:4>),
(f<7:4>) → (destination<3:0>)
Status Affected:None
Description:
The upper and lower nibbles of regis-
ter 'f' are exchanged. If 'd' is 0, the
result is placed in W register. If 'd' is 1,
the result is placed in register 'f'.
DS35008B-page 74Preliminary
1999 Microchip Technology Inc.
PIC16C62B/72A
12.0DEVELOPMENT SUPPORT
The PICmicro® microcontrollers are supported with a
full range of hardw are and softw are de velopment to ols:
• Integrated Development Environment
- MPLAB™ IDE Software
• Assemblers/Compilers/Linkers
- MPASM Assembler
- MPLAB-C17 and MPLAB-C18 C Compilers
- MPLINK/MPLIB Linker/Librarian
• Simulators
- MPLAB-SIM Software Simulator
•Emulators
- MPLAB-ICE Real-Time In-Circuit Emulator
- PICMASTER
Emulator
- ICEPIC™
• In-Circuit Debugger
- MPLAB-ICD for PIC16F877
• Device Programmers
-PRO MATE
- PICSTART Plus Entry-Level Prototype
Programmer
• Low-Cost Demonstration Boards
- SIMICE
- PICDEM-1
- PICDEM-2
- PICDEM-3
- PICDEM-17
- SEEVAL
-KEELOQ
12.1MPLAB Integrated Development
Environment Software
- The MPLAB IDE software brings an ease of
software development previously unseen in
the 8-bit microcontr oller market. MPLAB is a
Windows
• Multiple functionality
-editor
- simulator
- programmer (sold separately)
- emulator (sold separately)
• A full featured editor
• A project manager
• Customizable tool bar and key mapping
• A status bar
• On-line help
®
/PICMASTER-CE In-Circuit
II Universal Programmer
-based application which contains:
MPLAB allows you to:
• Edit your source files (either assembly or ‘C’)
• One touch assemble (or compile) and download
to PICmicro tools (automatically updates all
project information)
• Debug using :
- source files
- absolute listing file
- object code
The ability to use MPLAB with Microchip’s simulator,
MPLAB-SIM, allows a c on si stent pl atform and the ability to easily switch from the cost-effective simulator to
the full featured emulator with minimal retraining.
12.2MPASM Assembler
MPASM is a full featured un iversa l macro assem bler f or
all PICmicro MCU’s. It can produce absolute code
directly in the form of HEX files for device programmers, or it can generate relocatable objects for
MPLINK.
MPASM has a command line interface and a Windows
shell and can be u sed a s a stand alone appli cat ion o n a
Windows 3.x or greater system. MPASM generates
relocatable object files, Intel standard HEX files, MAP
files to detail memory usage and symbol reference, an
absolute LST file w hi ch con tains source lines and generated machine code, and a COD file for MPLAB
debugging.
MPASM features include:
• MPASM and MPLINK are integrated into MPLAB
projects.
• MP ASM allows user defined macros to be created
for streamlined assembly.
• MPASM allows conditional assembly for multi purpose source files.
• MPASM directives allow c omplete c ontrol o ve r the
assembly process .
12.3MPLAB-C17 and MPLAB-C18
C Compilers
The MPLAB-C17 and MPLAB-C18 Code De v elop ment
Systems are complete ANSI ‘C’ compilers and integrated development environments for Microchip’s
PIC17CXXX and PIC18CXXX family of microcontrollers, respectively. These compilers provide powerful
integration capabilities and ease of use not found with
other compilers.
For easier source level debugging, the compilers provide symbol information that is compatible with the
MPLAB IDE memory display.
1999 Microchip Technology Inc.
PreliminaryDS35008B-page 75
PIC16C62B/72A
12.4MPLINK/MPLIB Linker/Librarian
MPLINK is a relocatable linker for MPASM and
MPLAB-C17 and MPLAB-C18. It can link relocatable
objects from assembly or C source files along with precompiled libraries using directives from a linker script.
MPLIB is a librarian for pre-compiled code to be used
with MPLINK. When a routine from a library is called
from another source file, only th e modules that cont ains
that routine will be linked in with the application. This
allows large li braries to be u se d eff i ci ent l y i n many di f ferent applications. MPLIB manages the creation and
modification of library files.
MPLINK feature s includ e:
• MPLINK works with MPASM and MPLAB-C17
and MPLAB-C18.
• MPLINK allows all memory areas to be defined as
sections to provide link-time flexibility.
MPLIB features include:
• MPLIB makes link ing easier because sin gl e libraries can be included instead of many smaller files.
• MPLIB helps kee p code main tainab l e b y g roupin g
related modules together.
• MPLIB commands allow libraries to be created
and modules to be added, listed, replaced,
deleted, or extracted.
Interchangeable processor modules allow the system
to be easily reconfigured for emulation of different processors. The universal architecture of the MPLAB-ICE
allows expansion to support new PICmicro microcontrollers.
The MPLAB-ICE Emulator System has been designed
as a real-time emulation system with advanced features that are generally found on more expensive development tools. The PC platform and Microsoft
3.x/95/98 en vironment were chosen to bes t make thes e
features available to you, the end user.
MPLAB-ICE 2000 is a full-featured emulator system
with enhanced trace, trigger, and data monitoring features. Both systems use the same processor modules
and will operate across the full operating speed range
of the PICmicro MCU.
®
Windows
12.7PICMASTER/PICMASTER CE
The PICMASTER system from Microchip Technology i s
a full-featured, professional quality emulator system.
This flexible in-circuit emulator provides a high-quality,
universal platform for emulating Microchip 8-bit
PICmicro microcontrollers (MCUs). PICMASTER systems are sold worldwide, with a CE compliant model
available for European Union (EU) countries.
12.8ICEPIC
12.5MPLAB-SIM Software Simulator
The MPLAB-SIM Software Simulator allows code
development in a PC host environment by simulating
the PICmicro series microcontrollers on an instruction
level. On any given instr uction , the data are as can be
examined or modified and stimuli can be applied from
a file or user-defined key press to any of the pins. The
ex ecution can be perf ormed in single ste p, e xecute until
break, or trace mode.
MPLAB-SIM fully supports symbolic debugging using
MPLAB-C17 and MPLAB-C18 and MPASM. The Software Simulator offers the flexibility to develop and
debug code o utside of the lab oratory environm ent making it an excellen t multi-project software development
tool.
12.6MPLAB-ICE High Performance
Universal In-Circuit Emulator with
MPLAB IDE
The MPLAB-ICE Universal In-Circuit Emulator is
intended t o provid e the prod uct d evelopment engi nee r
with a complete microcontroller design tool set for
PICmicro microcontrollers (MCUs). Software control of
MPLAB-ICE is provided by the MPLAB Integrated
Development Environment (IDE), which allows editing,
“make” and download, and source debugging from a
single environment.
ICEPIC is a low-cost in-circuit emula tion solution for the
Microchip Technology PIC16C5X, PIC16C6X,
PIC16C7X, and PIC16CXXX families of 8-bit one-timeprogrammable (OTP) microcontrollers. The modular
system can support different subsets of PIC16C5X or
PIC16CXXX products through the use of
interchangeable personality modules or daughter
boards. The emulator is capable of em ulatin g without
target application circuitry being present.
12.9MPLAB-ICD In-Circuit Debugger
Microchip’s In-Circuit Deb ugger , MPLAB-ICD, is a powerful, low-cost run-time development tool. This tool is
based on the flash PIC16F877 and can be used to
develop for this and other PICmicro microcontrollers
from the PIC16CXXX family. MPLAB-ICD utilizes the
In-Circuit Debugging capability built into the
PIC16F87X. This f eature, alon g with Microchi p’s In -Circuit Serial Programming protocol, offers cost-effective
in-circuit flash programming and debugging from the
graphical user interface of the MPLAB Integrated
Development Environment. This enables a designer to
dev elop an d deb ug so urce c ode b y w atchi ng v aria bl es ,
single-stepping and setting break points. Running at
full speed enables testing hardware in real-time. The
MPLAB-ICD is also a programmer for the flash
PIC16F87X family.
DS35008B-page 76Preliminary
1999 Microchip Technology Inc.
PIC16C62B/72A
12.10PRO MATE II Universal Programmer
The PRO MATE II Universal Programmer is a full-featured programme r capable of op erati ng in stand -alo ne
mode as well as PC-hosted mode. PRO MATE II is CE
compliant.
The PRO MATE II has programmable V
supplies which allows it to verify programmed memory
at V
DD min and VDD max for maximum reliability. It has
an LCD display for instructions and error messages,
keys to enter commands and a modular detachable
socket assembly to support various package types. In
stand-alone mode the PRO MATE II can read, verify or
program PICmicro devices. It can also set code-protect
bits in this mode.
DD and VPP
12.11PICSTART Plus Entry Level
Development System
The PICSTART programmer is an easy-to-use, lowcost protot ype programme r. It connects to the PC via
one of the COM (RS-232) ports. MPLAB Integrated
Development Environmen t software makes using the
programmer simple and efficient.
PICSTART Plus suppor ts all PI Cmi cro devices wi t h up
to 40 pins. Larger pin count devices such as the
PIC16C92X, and PIC17C76X may be supported with
an adapter socket. PICSTART Plus is CE compliant.
12.12SIMICE Entry-Level
Hardware Simulator
SIMICE is an entry-level hardware development system designed to operate in a PC-based environment
with Microchip’s simulator MPLAB-SIM. Both SIMICE
and MPLAB-SIM run under Microchip Technology’s
MPLAB Integrated Development Environment (IDE)
software. Specifically, SIMICE provides hardware simulation for Mi crochip’s PIC1 2C 5XX, PIC12C E5 XX, an d
PIC16C5X families of PICmicro 8-bit microcontrollers.
SIMICE works in conjunction with MPLAB-SIM to provide non-real-time I/O port emulation. SIMICE enables
a developer to run simulator code for driving the target
system. In addition, the target sys tem can pro vide input
to the simulator code. This capability allows for simple
and interactive debugging without having to manually
generate MPLAB-SIM stimulus files. SIMICE is a valuable debugging tool for entry-level system development.
The PICDEM-1 is a simple board which demonstrates
the capabilities of several of Microchip’s microcontrollers. The microcontrollers supported are: PIC16C5X
(PIC16C54 to PIC16C58A), PIC16C61, PIC16C62X,
PIC16C71, PIC16C8X, PIC17C42, PIC17C43 and
PIC17C44. All necessary hardware and software is
included to run basic demo programs. The users can
program the sample microcontrollers provided with
the PICDEM-1 board, on a PRO MATE II or
PICSTART-Plus programmer, and easily test firmware. The user can also connect the PICDEM-1
board to the MPLAB-ICE emulator and downl o ad th e
firmware to the emulator for testing. Additional prototype area is available for the user to build some additional hardware and connect it to the microcontroller
socket(s). Some of the features include an RS-232
interface, a potentiometer for simulated analog input,
push-button switches and eight LEDs connected to
PORTB.
The PICDEM-2 is a simple demonstration board that
supports the PIC16C62, PIC16C64, PIC16C65,
PIC16C73 and PIC16C74 microcontrollers. All the
necessary hardware and software is included to
run the basic demonstration programs. The user
can program the sample microcontrollers provided
with the PICDEM-2 board, on a PRO MATE II programmer or PICSTART-Plus, and easily test firmware.
The MPLAB-ICE emulator may also be used with the
PICDEM-2 board to test firmware. Additional prototype
area has been provided to the user for adding additional hardware and connectin g it to the microc ontroller
socket( s). Some of th e f eatures inc lude a R S-232 interface, push-button switches, a potentiometer for simulated analog input, a Serial EEPROM to demonstrate
usage of the I
tion to an LCD module and a keypad.
The PICDEM-3 is a simple demonstration board that
supports the PIC16C923 and PIC16C924 in the PLCC
package. It will also support future 44-pin PLCC
microcontrollers wi th a LCD Mo dul e . Al l the necessary hardware and software is included to run the
basic demonstration programs. The user can program the sample microcontrollers provided with
the PI CDE M-3 bo ar d, on a PRO MATE II programmer o r PICSTART Plus with an adapter socket, and
easily test firmware. The MPLAB-ICE emulator may
also be used with the PICDEM-3 board to test firmware. Additional prototype area h as bee n pr ovided t o
the user for adding hard ware and con nec ting it to the
microcontroller socket(s). Some of the feat ures includ e
an RS-232 interface, push-button switches, a potentiometer for simulated analog input, a thermistor and
separate headers for connection to an external LCD
module and a ke y pad. Als o pro vide d on th e PICDEM -3
board is an LCD panel, with 4 commons and 12 segments, that is capable of displaying time, temperature
and day o f t he week. The PI CD EM-3 provides an add itional RS-232 interface and Windows 3.1 software for
showing the dem ultiplex ed LCD si gnals on a PC . A simple serial interface allows the user to construct a hardware demultiplexer for the LCD signals.
1999 Microchip Technology Inc.
PreliminaryDS35008B-page 77
PIC16C62B/72A
12.16PICDEM-17
The PICDEM-17 is an evaluation board that demonstrates the capabilities of several Microchip microcontrollers, including PIC17C752, PIC17C756,
PIC17C762, and PIC17C766. All necessary hardware
is included to run bas ic demo prog rams , which ar e supplied on a 3.5-inch disk. A programmed sample is
included, and the us er ma y eras e it an d prog r am it wi th
the other sample programs using the PRO MATE II or
PICST AR T Plus device programmers and easily debug
and test the sample c ode. In add ition, PICDEM-17 su pports down-loading of prog rams to and e x ecuting out of
external FLASH memory on board. The PICDEM -17 i s
also usable with the MPLAB-ICE or PI CMASTER em ulator, and all of the sample programs can be run and
modified using either emulator. Additionally, a generous prototype area is available for user hardware.
12.17SEEV AL Evaluation and Programming
System
The SEEVAL SEEPROM Designer’s Kit supports all
Microchip 2-wire and 3-wire Serial EEPROMs. The kit
includes ever ything necessary to read, write, erase or
program special features of any Microchip SEEPROM
product including Smart Serials and secure serials.
The Total Endurance Disk is included to aid in tradeoff analysis and relia bility calc ulatio ns . The tota l kit ca n
significantly reduce time-to-market and result in an
optimized syste m .
12.18KEELOQ Evaluation and
Programming Tools
KEELOQ evaluation and programming tools support
Microchips HCS Secure Dat a Products . The HCS e v aluation kit includes an LCD display to show changing
codes, a decoder to decode transmissions, and a programming interface to program test transmitters.
* Contact the Microchip Technology Inc. web site at www.microchip.com for information on how to use the MPLAB-ICD In-Circuit Debugger (DV164001) with PIC16C62, 63, 64, 65, 72, 73, 74, 76, 77
Development tool is available on select devices.
†
** Contact Microchip Technology Inc. for availability date.
PreliminaryDS35008B-page 79
PIC16C62B/72A
NOTES:
DS35008B-page 80Preliminary
1999 Microchip Technology Inc.
PIC16C62B/72A
13.0ELECTRICAL CHARACTERISTICS
Absolute Maximum Ratings
Ambient temperature under bias.............................................................................................................-55°C to +125°C
Storage temperature.............................................................................................................................. -65°C to +150°C
Voltage on any pin with respect to V
Voltage on V
Voltage on MCLR
DD with respect to VSS ......................................................................................................... -0.3V to +7.5V
with respect to VSS (Note 2)..........................................................................................0V to +13.25V
Voltage on RA4 with respect to Vss............................................................................................................... 0V to +8.5V
Total power dissipation (Note 1)................................................................................................................................1.0W
Maximum current out of V
Maximum current into V
Input clamp current, I
IK (VI < 0 or VI > VDD)......................................................................................................................±20 mA
Output clamp current, I
Maximum output current su nk by any I/O pin............................................. ..... ...... ............................. .....................25 mA
Maximum output current so urc ed b y an y I/O pin.................................................. ................................ ..................25 mA
Maximum current sunk by PORTA and PORTB (combined).................................................................................200 mA
Maximum current sourced by PORTA and PORTB (combined)............................................................................200 mA
Maximum current sunk by PORTC........................................................................................................................200 mA
Maximum current sourced by PORTC..................................................................................................................200 mA
Note 1: Power dissipation is calculated as follows: Pdis = V
2: Voltage spikes below V
Thus, a series resistor of 50-100Ω should be used when applying a “low” level to the MCLR/
than pulling this pin directly to V
† NOTICE: Stresses above those listed under “Absolute Maximum Ratings” may cause permanent damage to the
device. Th is is a s tress r ating o nly and functio nal ope ratio n of the device at those or any other conditions abo v e thos e
indicated in the operation listings of this specification is not implied. Exposure to maximum rating conditions for
extended periods may affect device reliability.
(†)
SS (except VDD, MCLR, and RA4)..........................................-0.3V to (VDD + 0.3V)
SS pin...........................................................................................................................300 mA
DD pin..............................................................................................................................250 mA
OK (VO < 0 or VO > VDD)..............................................................................................................±20 mA
DD x {IDD - ∑ IOH} + ∑ {(VDD-VOH) x IOH} + ∑(VOl x IOL)
SS at the MCLR/VPP pin, in duc in g c urren ts greater than 80 m A, may cause latch-up.
Standard Operating Conditions (unless otherwise stated)
DC CHARACTERISTICS
Param
SymCharacteristicMinTyp† Max UnitsConditions
No.
D001
V
DDSupply Voltage4.0
D001A
D002*V
DRRAM Data Retention
Voltage (Note 1)
D003V
PORVDD Start Voltage to
ensure int ernal
Power-on Reset signal
D004*
D004A*
SVDDVDD Rise Rate to
ensure int ernal
Power-on Reset signal
D005V
BORBrown-out Reset
voltage trip point
D010
I
DDSupply Current
(Note 2, 5)
Operating temperature0°C ≤ T
-40°C ≤ T
-40°C ≤ T
-
4.5
BOR*
V
5.5
-
5.5
-
5.5
V
V
V
-1.5-V
-VSS-VSee section on Power-on Reset for details
0.05
--V/ms PWRT enabled (PWRTE bit clear)
TBD--
3.65-4.35VBODEN bit set
-
2.7
A ≤ +70°C for commercial
A ≤ +85°C for industrial
A ≤+125°C for extended
XT, RC and LP osc mode
HS osc mode
BOR enabled (Note 7)
PWRT disabled (PWRTE
bit set)
See section on Power-on Reset for details
XT, RC osc modes
OSC = 4 MHz, VDD = 5.5V (Note 4)
F
D013
D020
D021
D021B
I
PDPower-down Current
(Note 3, 5)
-
10520mAmA
-
10.5
-
1.5
-
1.5
-
2.5
42
16
19
19
HS osc mode
OSC = 20 MHz, VDD = 5.5V
F
µA
VDD = 4.0V, WDT enabled,-40°C to +85°C
DD = 4.0V, WDT disabled, 0°C to +70°C
µA
V
DD = 4.0V, WDT disabled,-40°C to +85°C
V
µA
V
DD = 4.0V, WDT disabled,-40°C to +125°C
µA
Module Differential
Current (Note 6)
D022*
D022A*
∆IWDT
∆IBOR
Watchdog Timer
Brown-out Reset
-
6.0
-
TBD20200µAµA
WDTE BITSET, VDD = 4.0V
BODEN bit set, V
DD = 5.0V
* These parameters are characterized but not tested.
† Data in "Typ" column is at 5V, 25°C unless otherwise stated. These parameters are for design guidance only
and are not tested.
Note 1: This is the limit to which V
DD can be lowered without losing RAM data.
2: The supply c urrent is ma inl y a function of the ope ratin g v olta ge an d freque ncy. Other factors suc h as I/O p in
loading and switching rate, oscillator type, internal code execution pattern, and temperature also have an
impact on the current consumption.
The test conditions for all IDD measurements in active operation mode are:
OSC1 = external square wave, from rail to rail; all I/O pins tristated, pulled to V
= VDD; WDT enabled/disabled as specified.
MCLR
DD,
3: The power-down current in SLEEP mode does not depend on the oscillator type. Power-down current is
measured with the part in SLEEP mode, with all I/O pins in hi-impedance state and tied to VDD and VSS.
4: For RC osc mode , curren t throug h Re xt is not included . The curren t through th e resisto r can be es timated by
the formula Ir = VDD/2Rext (mA) with Rext in kOhm.
5: Timer1 oscillator (when enabled) adds approximately 20 µA to the specification. This value is from charac-
terization and is for design guidance only. This is not tested.
6: The ∆ current is the additional current consumed when this peripheral is enabled. This current should be
added to the base I
DD or IPD measurement.
7: This is the voltage where the device enters the Brown-out Reset. When BOR is enabled, the device will
perform a brown-out reset when VDD falls below VBOR.
DS35008B-page 84Preliminary
1998 Microchip Technology Inc.
PIC16C62B/72A
13.2 DC Characteristics:PIC16LC62B/72A-04 (Commercial, Industrial)
Standard Operating Conditions (unless otherwise stated)
DC CHARACTERISTICS
Param
SymCharacteristicM inTyp† Max UnitsConditions
No.
D001V
D002*V
DDSupply Voltage2.5
DRRAM Data Retention
Voltage (Note 1)
D003V
PORVDD Start Voltage to
ensure int ernal
Power-on Reset signal
D004*
D004A*
SVDDVDD Rise Rate to
ensure int ernal
Power-on Reset signal
D005V
BORBrown-out Reset
voltage trip point
D010
I
DDSupply Current
(Note 2, 5)
Operating temperature0°C ≤ TA ≤ +70°C for commercial
* These parameters are characterized but not tested.
† Data in "Typ" column is at 5V, 25°C unless otherwise stated. These parameters are for design guidance only
and are not tested.
Note 1: This is the limit to which V
DD can be lowered without losing RAM data.
2: The supply c urrent is ma inl y a function of the ope ratin g v olta ge an d freque ncy. Other factors suc h as I/O p in
loading and switching rate, oscillator type, internal code execution pattern, and temperature also have an
impact on the current consumption.
The test conditions for all I
OSC1 = external square wave, from rail to rail; all I/O pins tristated, pulled to V
= VDD; WDT enabled/disabled as specified.
MCLR
DD measurements in active operation mode are:
DD,
3: The power-down current in SLEEP mode does not depend on the oscillator type. Power-down current is
measured with the part in SLEEP mode, with all I/O pins in hi-impedance state and tied to VDD and VSS.
4: For RC osc mode , curren t throug h Re xt is not included . The curren t through th e resisto r can be es timated by
the formula Ir = V
DD/2Rext (mA) with Rext in kOhm.
5: Timer1 oscillator (when enabled) adds approximately 20 µA to the specification. This value is from charac-
terization and is for design guidance only. This is not tested.
6: The ∆ current is the additional current consumed when this peripheral is enabled. This current should be
added to the base IDD or IPD measurement.
7: This is the voltage where the device enters the Brown-out Reset. When BOR is enabled, the device will
* These parameters are characterized but not tested.
† Data in “Typ” column is at 5V, 25°C unless otherwise stated. These parameters are for design guidance only
and are not tested.
Note 1: In RC oscillator mode, the OSC1/CLKIN pin is a Schmitt Trigger input. It is not recommended that the
device be driven with external clock in RC mode.
2: The leakage current on the MCLR
/VPP pin is strongly dependent on the applied voltage level. The specified
levels represent normal operating conditions. Higher leakage current may be measured at different input voltages.
3: Negative current is defined as current sourced by the pin.
A ≤ +70°C for commercial
A ≤ +85°C for industrial
A ≤+125°C for extended
-40°C to +125°C
OL = 1.6 mA, VDD = 4.5V,
-40°C to +85°C
OL = 1.2 mA, VDD = 4.5V,
-40°C to +125°C
-40°C to +85°C
-40°C to +125°C
-40°C to +85°C
-40°C to +125°C
external cl ock is used to drive
OSC1.
1998 Microchip Technology Inc.
PreliminaryDS35008B-page 87
PIC16C62B/72A
13.4AC (Timing) Characteristics
13.4.1TIMING PARAMETER SYMBOLOGY
The timing parameter symbols have been created fol-
lowing one of the following formats:
1. TppS2ppS3. T
2. TppS4. Ts (I2C specifications only)
T
FFrequencyTTime
Lowercase letters (pp) and their meanings:
pp
ccCCP1oscOSC1
ckCLKOUTrdRD
csCSrwRD or WR
diSDIscSCK
doSDOssSS
dtData int0T0CKI
ioI/O portt1T1CKI
mcMCLRwrWR
Uppercase le tters and their meanings:
13.4.2TIMING CONDITIONS
The temperatu re and voltages specif ied in Table 13-1
apply to all timing specifications unless otherwise
noted. Figure 13-4 specifies the load conditions for the
timing specificati on s .
TABLE 13-1:TEMPERATURE AND VOLTAGE SPECIFICATIONS - AC
AC CHARACTERISTICSStandard Operating Conditions (unless otherwise stated)
Operating temperature0°C ≤ T
-40°C ≤ T
-40°C ≤ T
Operating v oltage V
LC parts operate for commercial/industrial temp’s only.
DD range as des cribed i n DC spec Secti on 13.1 and Section 13.2.
FIGURE 13-4: LOAD CONDITIONS FOR DEVICE TIMING SPECIFICATIONS
A ≤ +70°C for commercial
A ≤ +85°C for industrial
A ≤+125°C for extended
Load condition 1
Pin
VDD/2
VSS
RL
CL
Load condition 2
Pin
RL =464Ω
L = 50 pFfor all pins except OSC2/CLKOUT
C
15 pFfor OSC2 output
CL
VSS
1998 Microchip Technology Inc.
PreliminaryDS35008B-page 89
PIC16C62B/72A
13.4.3TIMING DIAGRAMS AND SPECIFICATIONS
FIGURE 13-5: EXTERNAL CLOCK TIMING
Q4
OSC1
Q1Q2Q3Q4
Q1
CLKOUT
1
3
2
3
4
4
TABLE 13-2:EXTERNAL CLOCK TIMING REQUIREMENTS
Param
No.
1AFoscE xternal CLKIN Frequency
1
2
3*
4*
Note 1: Instruct ion cy cle pe riod (T
SymCharacteristicMinTyp†MaxUnitsConditions
DC—4MHz RC and XT osc modes
(Note 1)
Oscillator F r e que nc y
(Note 1)
ToscExternal CLKIN Period
(Note 1)
Oscillator P eriod
(Note 1)
TCYInstruction Cycle Time (Note 1)200 —DCnsTCY = 4/FOSC
TosL,
TosH
TosR,
TosF
* These parameters are characterized but not tested.
† Data in "Typ" column is at 5V, 25°C unless otherwise stated. These parameters are for design guidance only
and are not tested.
based on characte rization da ta f or that particular oscil lator type u nder stand ard opera ting cond itions with the
device execu ting c ode . Exc eeding these spec ified l imits m a y res ult i n an un stable oscillat or oper ation and/or
higher than e xpected curre nt consum ption. All dev ices are test ed to oper ate at "m in." v alues wi th an e xternal
clock applied to the OSC1/CLKIN pin.
When an external clock input is used, the "Max." cycle time limit is "DC" (no clock) for all devices.
External Clock in (OSC1) High
or Low Time
External Clock in (OSC1) Rise
or Fall Time
CY) equals four ti mes t he inpu t osci llator ti me-ba se period. Al l spec ified v alues are
Note 1: Measurements are taken in RC Mode where CLKOUT output is 4 x TOSC.
SymCharacteristicMinTyp†MaxUnits Conditions
No.
10*
TosH2ckL OSC1↑ to CLKOUT↓ —75200nsNote 1
11*
TosH2ckH OSC1↑ to CLKOUT↑—75200nsNote 1
12*
TckRCLKOUT rise time —3 5100nsNote 1
13*
TckFCLKOUT fall time —35100nsNote 1
14*
TckL2ioV CLKOUT ↓ to Port out valid ——0.5TCY + 20nsNote 1
15*
TioV2ckH Port in valid bef ore C LKOUT ↑Tosc + 200——ns Note 1
16*
TckH2ioIPort in hold after CLKOUT ↑ 0——nsNote 1
17*
TosH2ioV OSC1↑ (Q1 cycle) to Port out valid—50150ns
18*
TosH2ioIOSC1↑ (Q2 cycle) to Port
18A*
input invalid (I/O in hold
time)
19*
TioV2osH Por t input valid to OSC1↑ (I/O in setup time)0——ns
20*
TioRPort output rise time PIC16CXX—1040 ns
20A*
21*
TioFPort output fall timePIC16CXX—1040 ns
21A*
PIC16CXX100——ns
PIC16LCXX200——ns
PIC16LCXX——80ns
PIC16LCXX——80ns
TinpINT pin high or low timeTCY——ns
TrbpRB7:RB4 change INT high or low timeTCY——ns
* These parameters are characterized but not tested.
† Data in "Typ" column is at 5V, 25°C unless otherwise stated. These parameters are for design guidance only and
are not tes ted.
††These parameters are asynchronous events not related to any internal clock edge.
1998 Microchip Technology Inc.
PreliminaryDS35008B-page 91
PIC16C62B/72A
FIGURE 13-7: RESET, WATCHDOG TIMER, OSCILLATOR START-UP TIMER AND POWER-UP
* These parameters are characterized but not tested.
† Data in "Typ" column is at 5V, 25°C unless otherwise stated. These parameters are for design guidance only
and are not tested.
1998 Microchip Technology Inc.
PIC16C62B/72A
FIGURE 13-9: TIMER0 AND TIMER1 EXTERNAL CLOCK TIMINGS
T0CKI
40
41
42
T1OSO/T1CKI
45
47
46
48
TMR0 or
TMR1
Note: Refer to Figure 13-4 for load conditions.
TABLE 13-5:TIMER0 AND TIMER1 EXTERNAL CLOCK REQUIREMENTS
Param
No.
40*Tt0HT0CKI High Pulse WidthNo Prescaler0.5T
41*Tt0LT0CKI Low Pulse WidthNo Prescaler0.5T
42*Tt0PT0CKI PeriodNo PrescalerT
45*Tt1HT1CKI High TimeSynchronous, Prescaler = 10.5T
48TCKEZtmr1 Delay from external clock edge to timer increment2Tosc—7Tosc—
* These parameters are characterized but not tested.
† Data in "Typ" column is at 5V, 25°C unless otherwise stated. These parameters are for design guidance only and are not tested.
SymCharacteristicMinTyp† Max UnitsConditions
CY + 20——nsMust also meet
With Prescaler10——ns
CY + 20——nsMust also meet
With Prescaler10——ns
CY + 40——ns
——nsN = prescale value
——nsN = prescale value
Synchronous,
Prescaler =
2,4,8
AsynchronousPIC16CXX30——ns
Synchronous,
Prescaler =
2,4,8
AsynchronousPIC16CXX30——ns
AsynchronousPIC16CXX60——ns
Ft1Timer1 oscillator input frequency range
(oscillator enabled by setting bit T1OSCEN)
With PrescalerGreater of:
PIC16CXX15——ns
PIC16LCXX25——ns
PIC16LCXX50——ns
PIC16CXX15——ns
PIC16LCXX25——ns
PIC16LCXX50——ns
PIC16LCXXG
PIC16LCXX100——ns
CY + 40
20 or T
N
CY + 20——nsMust also meet
CY + 20——nsMust also meet
REATER OF:
OR TCY + 40
30
N
REATER OF:
OR TCY + 40
50
N
DC— 200kHz
parameter 42
parameter 42
(2, 4,..., 256)
parameter 47
parameter 47
(1, 2, 4, 8)
N = prescale value
(1, 2, 4, 8)
1998 Microchip Technology Inc.
PreliminaryDS35008B-page 93
PIC16C62B/72A
FIGURE 13-10: CAPTURE/COMPARE/PWM TIMINGS
(Capture Mode)
(Compare or PWM Mode)
Note: Refer to Figure 13-4 for load conditions.
CCP1
CCP1
53
5051
52
54
TABLE 13-6:CAPTURE/COMPARE/PWM REQUIREMENTS
Param
50*TccLCCP1 input low
51*TccHCCP1 input high
52*TccPCCP1 input period3T
53*TccRCCP1 output rise timePIC16CXX—1025ns
54*TccFCCP1 output fall timePIC16CXX—1025ns
SymCharacteristicMinTyp† Max UnitsConditions
No.
No Prescaler0.5TCY + 20——ns
time
time
* These parameters are characterized but not tested.
† Data in "Typ" column is at 5V, 25°C unless otherwise stated. These parameters are for design guidance only and are not
tested.
With Prescaler PIC16CXX10——ns
PIC16LCXX20——ns
No Prescaler0.5T
With Prescaler PIC16CXX10——ns
PIC16LCXX20——ns
PIC16LCXX—2545ns
PIC16LCXX—2545ns
CY + 20——ns
CY + 40
N
——nsN = prescale
value (1,4, or 16)
DS35008B-page 94Preliminary
1998 Microchip Technology Inc.
PIC16C62B/72A
FIGURE 13-11: EXAMPLE SPI MASTER MODE TIMING (CKE = 0)
Note 1: Specification 73A is only required if specifications 71A and 72A are used.
SymbolCharacteristicMinTyp† Max UnitsConditions
TssL2scH,
SS↓ to SCK↓ or SCK↑ inputTCY——ns
TssL2scL
TscHSCK input high time
(slave mode)
TscLSCK input low time
(slave mode)
TdiV2scH,
Setup time of SDI data input to SCK edge100——ns
Continuous1.25TCY + 30——ns
Single Byte40——nsNote 1
Continuous1.25TCY + 30——ns
Single Byte40——nsNote 1
TdiV2scL
TB2BLast clock edge of Byte1 to the 1st clock
1.5TCY + 40——nsNote 1
edge of Byte2
TscH2diL,
Hold time of SDI data input to SCK edge100——ns
TscL2diL
TdoRSDO data output rise time
PIC16CXX
PIC16LCXX
—1025ns
2045ns
TdoFSDO data output fall time—1025ns
TssH2doZ SS↑ to SDO output hi-impedance 10—50ns
TscRSCK output rise time
(master mode)
PIC16CXX
PIC16LCXX
—1025ns
2045ns
TscFSCK output fall time (master mode)—1025ns
TscH2doV,
TscL2doV
TscH2ssH,
SDO data output valid
after SCK edge
SS ↑ after SCK edge1.5TCY + 40——ns
PIC16CXX
PIC16LCXX
——50ns
—100ns
TscL2ssH
† Data in “Typ” column is at 5V, 25°C unless otherwise stated. These parameters are for design guidance only
and are not tested.
1998 Microchip Technology Inc.
PreliminaryDS35008B-page 97
PIC16C62B/72A
FIGURE 13-14: EXAMPLE SPI SLAVE MODE TIMING (CKE = 1)
82
SS
SCK
(CKP = 0)
SCK
(CKP = 1)
SDO
SDI
SDI
NOTE: Refer to Figure 13-4 for load conditions.
TABLE 13-10: EXAMPLE SPI SLAVE MODE REQUIREMENTS (CKE = 1)
Param.
SymbolCharacteristicMinTyp† Max UnitsConditions
70
7172
80
MSbBIT6 - - - - - -1LSb
75, 76
MSb INBIT6 - - - -1LSb IN
74
83
77
No.
70
TssL2scH,
SS↓ to SCK↓ or SCK↑ inputTCY——ns
TssL2scL
71
71A
72
72A
73A
TscHSCK input high time
(slave mode)
TscLSCK input low time
(slave mode)
Continuous1.25TCY + 30——ns
Single Byte40——nsNote 1
Continuous1.25TCY + 30——ns
Single Byte40——nsNote 1
TB2BLast clock edge of Byte1 to the 1s t cloc k
1.5TCY + 40——nsNote 1
edge of Byte2
74
TscH2diL,
Hold time of SDI data input to SCK edge100——ns
TscL2diL
75
76
77
78
79
80
82
83
TdoRSDO data output rise
time
TdoFSDO data output fall time—1025ns
TssH2doZSS↑ to SDO output hi-impedance 10—50ns
TscRSCK output rise time
(master mode)
TscFSCK output fall time (master mode)—1025ns
TscH2doV,
TscL2doV
SDO data output valid
after SCK edge
TssL2doVSDO data output valid
↓ edge
TscH2ssH,
after SS
SS ↑ after SCK edge1.5TCY + 40——ns
PIC16CXX
PIC16LCXX
PIC16CXX
PIC16LCXX
PIC16CXX
PIC16LCXX
PIC16CXX
PIC16LCXX
—1025ns
2045ns
—1025ns
—2045ns
——50ns
——100ns
——50ns
——100ns
TscL2ssH
† Data in “Typ” column is at 5V, 25°C unless otherwise stated. These parameters are for design guidance only
and are not tested.
Note 1: Specification 73A is only required if specifications 71A and 72A are used.
DS35008B-page 98Preliminary
1998 Microchip Technology Inc.
FIGURE 13-15: I2C BUS START/STOP BITS TIMING
PIC16C62B/72A
SCL
90
SDA
START
Condition
Note:Refer to Figure 13-4 for load conditions.
2
TABLE 13-11: I
Parameter
No.
90*
91*
92*
93
* These parameters are characterized but not tested.
C BUS START/STOP BITS REQUIREMENTS
SymCharacteristicMinTypMax Unit
TSU:STASTART condition 100 kHz mode4700 ——nsOnly relevant for repeated
Setup time400 kHz mode600——
THD:STASTART condition 100 kHz mode4000 ——nsAfter this period the first clock
Hold time400 kHz mode600——
TSU:STOSTOP condition100 kHz mode4700——ns
Setup time400 kHz mode600——
THD:STOSTOP condition100 kHz mode 4000 ——ns
Hold time400 kHz mode600——
91
92
STOP
Condition
s
START condition
pulse is generated
93
Conditions
1998 Microchip Technology Inc.
PreliminaryDS35008B-page 99
PIC16C62B/72A
FIGURE 13-16: I2C BUS DATA TIMING
103
100
101
SCL
90
106
107
9192
SDA
In
109
109
SDA
Out
Note:Refer to Figure13-4 for load conditions.
2
TABLE 13-12: I
Param.
No.
100*T
101*T
102*T
103*T
90*T
91*T
106*T
107*T
92*T
109*T
110*T
CbBus capacitive loading— 400pF
* These parameters are characterized but not tested.
Note 1:As a transmitter, the device must provide this internal minimum delay time to bridge the undefined region (min. 300 ns) of the fall-
ing edge of SCL to avoid unintended gener ation of START or STOP conditions.
2: A fast-mode (400 kHz) I
250 ns must then be met. This will automatically be the case if the device does not stretch the LOW period of the SCL signal. I f
such a device does stretch the LOW period of the SCL signal, it must outp ut the next data bit to t he SDA line T
max.+tsu;DAT = 1000 + 250 = 1250 ns (according to the standard-mode I
C BUS DATA REQUIREMENTS
SymCharacteristicMinMaxUnitsConditions
HIGHClock high time100 kHz mode4.0—
400 kHz mode0.6—
SSP Module1.5T
LOWClock low time100 kHz mode4.7—
CY—
400 kHz mode1.3—
SSP Module1.5T
RSDA and SCL rise
time
FSDA and SCL fall
time
SU:STASTART condition
setup time
HD:STASTART condition hold
time
HD:DATData input hold time100 kHz mode 0—ns
100 kHz mode —1000ns
400 kHz mode20 + 0.1Cb300nsCb is specified to be from
100 kHz mode —300ns
400 kHz mode20 + 0.1Cb300nsCb is specified to be from