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.