1.0 General Description ..................................................................................................................................................................... 5
5.0 Self-Writable Flash Data Memory Control................................................................................................................................. 25
6.0 I/O Port ...................................................................................................................................................................................... 29
7.0 Timer0 Module and TMR0 Register .......................................................................................................................................... 35
8.0 Special Features of the CPU..................................................................................................................................................... 41
13.0 Instruction Set Summary........................................................................................................................................................... 75
14.0 Development Support................................................................................................................................................................ 83
16.0 DC and AC Characteristics Graphs and Charts ...................................................................................................................... 105
The Microchip Web Site.................................................................................................................................................................... 131
Customer Change Notification Service ............................................................................................................................................. 131
Customer Support ............................................................................................................................................................................. 131
It is our intention to provide our valued customers with the best documentation possible to ensure successful use of your Microchip
products. To this end, we will continue to improve our publications to better suit your needs. Our publications will be refined and
enhanced as new volumes and updates are introduced.
If you have any questions or comments regarding this publication, please contact the Marketing Communications Department via
E-mail at docerrors@microchip.com. We welcome your feedback.
Most Current Data Sheet
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., DS30000000A is version A of document DS30000000).
Errata
An errata sheet, describing minor operational differences from the data sheet and recommended workarounds, may exist for current
devices. As device/documentation issues become known to us, we will publish an errata sheet. The errata will specify the revision
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)
When contacting a sales office, please specify which device, revision of silicon and data sheet (include literature number) you are
using.
Customer Notification System
Register on our web site at www.microchip.com to receive the most current information on all of our products.
DS40001652B-page 4 2012-2013 Microchip Technology Inc.
PIC16F527
1.0GENERAL DESCRIPTION
The PIC16F527 device from Microchip Technology is a
low-cost, high-performance, 8-bit, fully-static, Flashbased CMOS microcontroller. It employs a RISC
architecture with only 36 single-word/single-cycle
instructions. All instructions are single cycle except for
program branches, which take two cycles. The
PIC16F527 device delivers performance an order of
magnitude higher than its competitors in the same price
category. The 12-bit wide instructions are highly
symmetrical, resulting in a typical 2:1 code
compression over other 8-bit microcontrollers in its
class. The easy-to-use and easy to remember
instruction set reduces development time significantly.
The PIC16F527 product is equipped with special
features that reduce system cost and power
requirements. The Power-on Reset (POR) and Device
Reset Timer (DRT) eliminate the need for external
Reset circuitry. There are several oscillator
configurations to choose from, including INTRC
Internal Oscillator mode and the power-saving LP
(Low-Power) Oscillator mode. Power-Saving Sleep
mode, Watchdog Timer and code protection features
improve system cost, power and reliability.
The PIC16F527 device is available in the cost-effective
Flash programmable version, which is suitable for
production in any volume. The customer can take full
advantage of Microchip’s price leadership in Flash
programmable microcontrollers, while benefiting from
the Flash programmable flexibility.
The PIC16F527 product is supported by a full-featured
macro assembler, a software simulator, an in-circuit
emulator, a ‘C’ compiler, a low-cost development
programmer and a full-featured programmer. All the
tools are supported on IBM
machines.
®
PC and compatible
1.1Applications
The PIC16F527 device fits in applications ranging from
personal care appliances and security systems to lowpower remote transmitters/receivers. The Flash
technology makes customizing application programs
(transmitter codes, appliance settings, receiver
frequencies, etc.) extremely fast and convenient. The
small footprint packages, for through hole or surface
mounting, make these microcontrollers perfect for
applications with space limitations. Low cost, low
power, high performance, ease of use and I/O flexibility
make the PIC16F527 device very versatile, even in
areas where no microcontroller use has been
considered before (e.g., timer functions, logic and
PLDs in larger systems and coprocessor applications).
DS40001652B-page 6 2012-2013 Microchip Technology Inc.
PIC16F527
2.0PIC16F527 DEVICE VARIETIES
A variety of packaging options are available.
Depending on application and production
requirements, the proper device option can be selected
using the information in this section. When placing
orders, please use the PIC16F527 Product
Identification System at the back of this data sheet to
specify the correct part number.
2.1Quick Turn Programming (QTP)
Devices
Microchip offers a QTP programming service for
factory production orders. This service is made
available for users who choose not to program
medium-to-high quantity units and whose code
patterns have stabilized. The devices are identical to
the Flash devices but with all Flash locations and fuse
options already programmed by the factory. Certain
code and prototype verification procedures do apply
before production shipments are available. Please
contact your local Microchip Technology sales office for
more details.
2.2Serialized Quick Turn
Programming
Microchip offers a unique programming service, where
a few user-defined locations in each device are
programmed with different serial numbers. The serial
numbers may be random, pseudo-random or
sequential.
Serial programming allows each device to have a
unique number, which can serve as an entry code,
password or ID number.
DS40001652B-page 8 2012-2013 Microchip Technology Inc.
PIC16F527
3.0 ARCHITECTURAL OVERVIEW
The high performance of the PIC16F527 device can
be attributed to a number of architectural features
commonly found in RISC microprocessors. To begin
with, the PIC16F527 device uses a Harvard
architecture in which program and data are accessed
on separate buses. This improves bandwidth over
traditional von Neumann architectures where program
and data are fetched on the same bus. Separating
program and data memory further allows instructions
to be sized differently than the 8-bit wide data word.
Instruction opcodes are 12 bits wide, making it
possible to have all single-word instructions. A 12-bit
wide program memory access bus fetches a 12-bit
instruction in a single cycle. A two-stage pipeline
overlaps fetch and execution of instructions.
Consequently, all instructions execute in a single
cycle (200 ns @ 20 MHz, 1 s @ 4 MHz) except for
program branches.
Table 3-1 below lists memory supported by the
PIC16F527 device.
TABLE 3-1:PIC16F527 MEMORY
Program
Memory
Device
Flash
(words)
PIC16F52710246864
The PIC16F527 device can directly or indirectly
address its register files and data memory. All Special
Function Registers (SFR), including the PC, are
mapped in the data memory. The PIC16F527 device
has a highly orthogonal (symmetrical) instruction set
that makes it possible to carry out any operation, on
any register, using any Addressing mode. This symmetrical nature and lack of “special optimal situations”
make programming with the PIC16F527 device simple,
yet efficient. In addition, the learning curve is reduced
significantly.
Data Memory
SRAM
(bytes)
Flash
(bytes)
The PIC16F527 device contains an 8-bit ALU and
working register. The ALU is a general purpose arithmetic unit. It performs arithmetic and Boolean functions
between data in the working register and any register
file.
The ALU is eight bits wide and capable of addition, subtraction, shift and logical operations. Unless otherwise
mentioned, arithmetic operations are two’s complement in nature. In two-operand instructions, one
operand is typically the W (working) register. The other
operand is either a file register or an immediate
constant. In single operand instructions, the operand is
either the W register or a file register.
The W register is an 8-bit working register used for ALU
operations. It is not an addressable register.
Depending on the instruction executed, the ALU may
affect the values of the Carry (C), Digit Carry (DC) and
Zero (Z) bits in the STATUS register. The C and DC bits
operate as a borrow
respectively, in subtraction. See the SUBWF and ADDWF
instructions for examples.
A simplified block diagram is shown in Figure 3-2, with
the corresponding device pins described in Tabl e 3 - 2.
Legend:I = Input, O = Output, I/O = Input/Output, P = Power, — = Not Used, TTL = TTL input, ST = Schmitt Trigger input,
HV = High Voltage, AN = Analog Voltage
DS40001652B-page 12 2012-2013 Microchip Technology Inc.
PIC16F527
Q1
Q2Q3Q4
Q1
Q2Q3Q4
Q1
Q2Q3Q4
OSC1
Q1
Q2
Q3
Q4
PC
PC
PC + 1PC + 2
Fetch INST (PC)
Execute INST (PC – 1)
Fetch INST (PC + 1)
Execute INST (PC) Fetch INST (PC + 2)
Execute INST (PC + 1)
Internal
Phase
Clock
All instructions are single cycle, except for any program branches. These take two cycles, since the fetch instruction
is “flushed” from the pipeline, while the new instruction is being fetched and then executed.
1. MOVLW 03H
Fetch 1Execute 1
2. MOVWF PORTB
Fetch 2Execute 2
3. CALL SUB_1
Fetch 3Execute 3
4. BSF PORTB, BIT1
Fetch 4Flush
Fetch SUB_1 Execute SUB_1
3.1Clocking Scheme/Instruction
Cycle
The clock input (OSC1/CLKIN pin) is internally divided
by four to generate four non-overlapping quadrature
clocks, namely Q1, Q2, Q3 and Q4. Internally, the PC
is incremented every Q1 and the instruction is fetched
from program memory and latched into the instruction
register in Q4. It is decoded and executed during the
following Q1 through Q4. The clocks and instruction
execution flow is shown in Figure 3-2 and Example 3-1.
FIGURE 3-2:CLOCK/INSTRUCTION CYCLE
3.2Instruction Flow/Pipelining
An instruction cycle consists of four Q cycles (Q1, Q2,
Q3 and Q4). The instruction fetch and execute are
pipelined such that fetch takes one instruction cycle,
while decode and execute take another instruction
cycle. However, due to the pipelining, each instruction
effectively executes in one cycle. If an instruction
causes the PC to change (e.g., GOTO or an interrupt),
then two cycles are required to complete the instruction
(see Example 3-1).
A fetch cycle begins with the PC incrementing in Q1.
In the execution cycle, the fetched instruction is latched
into the Instruction Register (IR) in cycle Q1. This
instruction is then decoded and executed during the
Q2, Q3 and Q4 cycles. Data memory is read during Q2
(operand read) and written during Q4 (destination
write).
DS40001652B-page 14 2012-2013 Microchip Technology Inc.
PIC16F527
005h
1FFh
Reset Vector
On-chip User
Program
Memory (Page 0)
200h
3FFh
3FEh
User ID Locations
Reserved
Configuration Word
400h
443h
444h
7FEh
7FFh
43Fh
440h
Unimplemented
On-chip User
Program
Memory (Page 1)
Data Memory
Self-writable
448h
49Fh
Backup OSCCAL
Locations
447h
4A0h
Configuration Memory
Space
Space
User Memory
Space
Flash Data Memory
Interrupt Vector
000h
004h
4.0MEMORY ORGANIZATION
FIGURE 4-1:MEMORY MAP
The PIC16F527 memories are organized into program
memory and data memory (SRAM).The self-writable
portion of the program memory called self-writable
Flash data memory is located at addresses 400h-43Fh.
All program mode commands that work on the normal
Flash memory, work on the Flash data memory. This
includes bulk erase, row/column/cycling toggles, Load
and Read data commands (Refer to Section 5.0 “Self-
Writable Flash Data Memory Control” for more
details). For devices with more than 512 bytes of
program memory, a paging scheme is used. Program
memory pages are accessed using one STATUS
register bit. For the PIC16F527, with data memory
register files of more than 32 registers, a banking
scheme is used. Data memory banks are accessed
using the File Select Register (FSR).
4.1Program Memory Organization for
PIC16F527
The PIC16F527 device has an 11-bit Program Counter
(PC) capable of addressing a 2K x 12 program memory
space. Program memory is partitioned into user memory,
data memory and configuration memory spaces.
The user memory space is the on-chip user program
memory. As shown in Figure 4-1, it extends from 0x000
to 0x3FF and partitions into pages, including an
Interrupt vector at address 0x004 and a Reset vector at
address 0x3FF.
The data memory space is the self-writable Flash data
memory block and is located at addresses PC = 400h43Fh. All program mode commands that work on the
normal Flash memory, work on the Flash data memory
block. This includes bulk erase, Load and Read data
commands.
The configuration memory space extends from 0x440
to 0x7FF. Locations from 0x448 through 0x49F are
reserved. The user ID locations extend from 0x440
through 0x443. The Backup OSCCAL locations extend
from 0x444 through 0x447. The Configuration Word is
physically located at 0x7FF.
Refer to “PIC16F527 Memory ProgrammingSpecification” (DS41640) for more details.
Note 1: Not a physical register. See Section 4.8 “Direct and Indirect Addressing”.
BSR<1:0>00011011
2Fh4Fh6Fh
PORTC
INTCON0
09h
0Ah
0Bh
ADRES
ADCON0
0Ch
0Fh
INDF
(1)
EECON
PCL
STATUS
FSR
EEDATA
EEADR
CM2CON0
INTCON0
ANSEL
VRCON
INDF
(1)
TMR0
PCL
STATUS
FSR
OSCCAL
PORTA
PORTB
ADRES
ADCON0
INDF
(1)
IW
PCL
STATUS
FSR
INTCON1
ISTATUS
ANSEL
OPACON
PORTC
IBSR
INTCON0
INTCON0
CM1CON0
IFSR
Addresses map back to
addresses in Bank 0.
6Ch4Ch2Ch
4.2Data Memory (SRAM and SFRs)
Data memory is composed of registers or bytes of
SRAM. Therefore, data memory for a device is
specified by its register file. The register file is divided
into two functional groups: Special Function Registers
(SFR) and General Purpose Registers (GPR).
The Special Function Registers are registers used by
the CPU and peripheral functions for controlling
desired operations of the PIC16F527. See Section 4.3
“STATUS Register” for details.
FIGURE 4-2:PIC16F527 REGISTER FILE MAP
4.2.1GENERAL PURPOSE REGISTER
FILE
The General Purpose Register file is accessed directly
or indirectly. See Section 4.8 “Direct and Indirect
Addressing”.
4.2.2SPECIAL FUNCTION REGISTERS
The Special Function Registers (SFRs) are registers
used by the CPU and peripheral functions to control the
operation of the device (see Section 4.3 “STATUS
Register”).
The Special Function Registers can be classified into
two sets. The Special Function Registers associated
with the “core” functions are described in this section.
Those related to the operation of the peripheral
features are described in the section for each
peripheral feature.
DS40001652B-page 16 2012-2013 Microchip Technology Inc.
PIC16F527
TABLE 4-1:SPECIAL FUNCTION REGISTER SUMMARY
AddressNameBit 7Bit 6Bit 5Bit 4Bit 3Bit 2 Bit 1Bit 0
Bank 0
N/AW
N/ATRISI/O Control Registers (TRISA, TRISB, TRISC)1111 1111 1111 1111
N/AOPTIONContains control bits to configure Timer0 and Timer0/WDT prescaler1111 1111 1111 1111
N/ABSR
00hINDFUses contents of FSR to address data memory (not a physical register)xxxx xxxx uuuu uuuu
N/ATRISI/O Control Registers (TRISA, TRISB, TRISC)1111 1111 1111 1111
N/AOPTIONContains control bits to configure Timer0 and Timer0/WDT prescaler1111 1111 1111 1111
N/ABSR
(2)
——————BSR1BSR0---- -000 ---- -0uu
60hINDFUses contents of FSR to address data memory (not a physical register)xxxx xxxx uuuu uuuu
61hIW
62hPCL
63hSTATUS
64hFSR
65h
66hISTATUS
67h
68hIBSR
69hOPACON
6BhINTCON0ADIFCWIFT0IFRAIF
(3)
Interrupt Working Register. (Addressed also as W register when within ISR)xxxx xxxx xxxx xxxx
(1)
Low-order eight bits of PC1111 1111 1111 1111
(2)
ReservedReserved
(2)
—Indirect data memory address pointer0xxx xxxx 0uuu uuuu
PA0T O
INTCON1ADIECWIET0IERAIE
(3)
IFSR
ReservedReserved
(3)
(3)
—Indirect data memory address pointer0xxx xxxx 0uuu uuuu
——————BSR1BSR0---- -0xx ---- -0uu
PA0T O
——————OPA2ON OPA1ON ---- --00 ---- --00
PDZDCC-001 1xxx -00q qqqq
———
WUR0000 ---0 0000 ---0
PDZDCC-xxx xxxx -00q qqqq
———
GIE0000 ---0 0000 ---0
Legend:x = unknown, u = unchanged, – = unimplemented, read as '0' (if applicable), q = value depends on condition.
Shaded cells = unimplemented or unused
Note 1: The upper byte of the Program Counter is not directly accessible. See Section 4.6 “Program Counter” for an explanation of how to access
these bits.
2:Registers are implemented as two physical registers. When executing from within an ISR, a secondary register is used at the same logical
location. Both registers are persistent. See Section 8.11 “Interrupts”.
3:These registers show the contents of the registers in the other context: ISR or main line code. See Section 8.11 “Interrupts”.
Value on all
other Resets
DS40001652B-page 18 2012-2013 Microchip Technology Inc.
PIC16F527
4.3STATUS Register
This register contains the arithmetic status of the ALU,
the Reset status and the page preselect bit.
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, then the write to these three bits is
disabled. These bits are set or cleared according to the
device logic. Furthermore, the TO
writable. Therefore, the result of an instruction with the
STATUS register as destination may be different than
intended.
and PD bits are not
For example, CLRF STATUS, will clear the upper three
bits and set the Z bit. This leaves the STATUS register
as 000u u1uu (where u = unchanged).
Therefore, it is recommended that only BCF, BSF andMOVWF instructions be used to alter the STATUS
register. These instructions do not affect the Z, DC or C
bits from the STATUS register. For other instructions
which do affect Status bits, see Section 13.0
“Instruction Set Summary”.
REGISTER 4-1:STATUS: STATUS REGISTER
R-0R-0R/W-0R-1R-1R/W-xR/W-xR/W-x
ReservedReservedPA0TOPDZDCC
bit 7bit 0
Legend:
R = Readable bitW = Writable bitU = Unimplemented bit, read as ‘0’
-n = Value at POR‘1’ = Bit is set‘0’ = Bit is clearedx = Bit is unknown
bit 7-6Reserved: Read as ‘0’
bit 5PA0 : Program Page Preselect bit
1 = Page 1 (200h-3FFh)
0 = Page 0 (000h-1FFh)
bit 4TO
bit 3PD
bit 2Z: Zero bit
bit 1DC: Digit carry/borrow
bit 0C: 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 (for ADDWF and SUBWF instructions)
ADDWF:
1 = A carry from the 4th low-order bit of the result occurred
0 = A carry from the 4th low-order bit of the result did not occur
SUBWF:
1 = A borrow from the 4th low-order bit of the result did not occur
0 = A borrow from the 4th low-order bit of the result occurred
bit (for ADDWF, SUBWF and RRF, RLF instructions)
ADDWF: SUBWF: RRF or RLF:
1 = A carry occurred 1 = A borrow did not occur; Load bit with LSb or MSb, respectively
0 = A carry did not occur 0 = A borrow occurred
1 = Increment on high-to-low transition on T0CKI pin
0 = Increment on low-to-high transition on T0CKI pin
bit 3PSA: Prescaler Assignment bit
1 = Prescaler assigned to the WDT
0 = Prescaler assigned to Timer0
bit 2-0PS<2:0>: Prescaler Rate Select bits
(1)
T0SEPSAPS2PS1PS0
(2)
(1)
Note 1: If the T0CS bit is set to ‘1’, it will override the TRIS function on the T0CKI pin.
2: The RAWU bit of the OPTION register must be set to enable the RAIF function in the INTCON0 register.
DS40001652B-page 20 2012-2013 Microchip Technology Inc.
PIC16F527
4.5 OSCCAL Register
The Oscillator Calibration (OSCCAL) register is used
to calibrate the 8 MHz internal oscillator macro. It
contains seven bits of calibration that uses a two’s
complement scheme for controlling the oscillator speed.
See Register 4-3 for details.
As a program instruction is executed, the Program
Counter (PC) will contain the address of the next
program instruction to be executed. The PC value is
increased by one every instruction cycle, unless an
instruction changes the PC.
For a GOTO instruction, bits <8:0> of the PC are
provided by the GOTO instruction word. The Program
Counter (PCL) is mapped to PC<7:0>. Bit 5 of the
STATUS register provides page information to bit 9 of
the PC (see Figure 4-3).
For a CALL instruction, or any instruction where the
PCL is the destination, bits <7:0> of the PC again are
provided by the instruction word. However, PC<8>
does not come from the instruction word, but is always
cleared (see Figure 4-3).
Instructions where the PCL is the destination, or modify
PCL instructions, include MOVWF PCL, ADDWF PCL
and BSF PCL,5.
FIGURE 4-3:LOADING OF PC
Note:Because bit 8 of the PC is cleared in the
CALL instruction or any modify PCL
instruction, all subroutine calls or computed jumps are limited to the first 256
locations of any program memory page
(512 words long).
BRANCH INSTRUCTIONS
4.6.1EFFECTS OF RESET
The PC is set upon a Reset, which means that the PC
addresses the last location in the last page (i.e., the
oscillator calibration instruction). After executing
MOVLW XX, the PC will roll over to location 00h and
begin executing user code.
The STATUS register page preselect bits are cleared
upon a Reset, which means that page 0 is pre-selected.
Therefore, upon a Reset, a GOTO instruction will
automatically cause the program to jump to page 0 until
the value of the page bits is altered.
4.7Stack
The PIC16F527 device has a 4-deep, 12-bit wide
hardware PUSH/POP stack.
A CALL instruction or an interrupt will PUSH the current
PC value, incremented by one, into Stack Level 1. If there
was a previous value in the Stack 1 location, it will be
pushed into the Stack 2 location. This process will be
continued throughout the remaining stack locations populated with values. If more than four sequential CALLs
are executed, only the most recent four return addresses
are stored.
A RETLW, RETURN or RETFIE instruction will POP
the contents of Stack Level 1 into the PC. If there was
a previous value in the Stack 2 location, it will be copied
into the Stack Level 1 location. This process will be continued throughout the remaining stack locations populated with values. If more than four sequential RETLWs
are executed, the stack will be filled with the address
previously stored in Stack Level 4. Note that the
W register will be loaded with the literal value specified
in the instruction. This is particularly useful for the
implementation of data look-up tables within the program memory.
Note 1: There are no Status bits to indicate Stack
Overflows or Stack Underflow conditions.
2: There are no instruction mnemonics
called PUSH or POP. These are actions
that occur from the execution of the
CALL, RETURN, RETFIE and RETLW
instructions.
DS40001652B-page 22 2012-2013 Microchip Technology Inc.
4.8Direct and Indirect Addressing
MOVLW0x10;initialize pointer
MOVWFFSR;to RAM
NEXTCLRFINDF;clear INDF
;register
INCFFSR,F;inc pointer
BTFSCFSR,4;all done?
GOTONEXT;NO, clear next
CONTINUE
:;YES, continue
:
4.8.1DIRECT DATA ADDRESSING: BSR
REGISTER
Traditional data memory addressing is performed in
the Direct Addressing mode. In Direct Addressing, the
Bank Select Register bits BSR<1:0>, in the new BSR
register, are used to select the data memory bank. The
address location within that bank comes directly from
the opcode being executed.
BSR<1:0> are the bank select bits and are used to
select the bank to be addressed (00 = Bank 0, 01 =
Bank 1, 10 = Bank 2, 11 = Bank 3).
A new instruction supports the addition of the BSR
register, called the MOVLB instruction. See
Section 13.0 “Instruction Set Summary” for more
information.
4.8.2INDIRECT DATA ADDRESSING:
INDF AND FSR REGISTERS
The INDF Register is not a physical register.
Addressing INDF actually addresses the register
whose address is contained in the FSR Register (FSR
is a pointer). This is indirect addressing.
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).
The FSR is an 8-bit wide register. It is used in
conjunction with the INDF Register to indirectly
address the data memory area.
The FSR<6:0> bits are used to select data memory
addresses 00h to 1Fh.
FSR<7> is unimplemented and read as ‘0’.
A simple program to clear RAM locations 10h-1Fh
using indirect addressing is shown in Example 4-1.
DS40001652B-page 24 2012-2013 Microchip Technology Inc.
5.0SELF-WRITABLE FLASH DATA
MOVLB0x01; Switch to Bank 1
MOVFDATA_EE_ADDR,W ;
MOVWFEEADR; Data Memory
; Address to read
BSFEECON, RD; EE Read
MOVF EEDATA, W; W = EEDATA
MOVLB0x01; Switch to Bank 1
MOVLWEE_ADR_ERASE ; LOAD ADDRESS OF ROW TO
; ERASE
MOVWFEEADR ;
BSFEECON,FREE ; SELECT ERASE
BSFEECON,WREN ; ENABLE WRITES
BSFEECON,WR ; INITITATE ERASE
MEMORY CONTROL
Flash Data memory consists of 64 bytes of selfwritable memory and supports a self-write capability
that can write four bytes of memory at one time. Data
to be written to the self-writable data memory is first
written into four write latches before writing the data to
Flash memory.
Although each Flash data memory location is 12 bits
wide, access is limited to the lower eight bits. The
upper four bits will automatically default to ‘1’ in any
self-write procedure. The lower eight bits are fully
readable and writable during normal operation and
throughout the full V
The self-writable Flash data memory is not directly
mapped in the register file space. Instead, it is
indirectly addressed through the Special Function
Registers, EECON, EEDATA and EEADR.
5.1Reading Flash Data Memory
To read a Flash data memory location the user must:
• Write the EEADR register
• Set the RD bit of the EECON register
The value written to the EEADR register determines
which Flash data memory location is read. Setting the
RD bit of the EECON register initiates the read. Data
from the Flash data memory read is available in the
EEDATA register immediately. The EEDATA register
will hold this value until another read is initiated or it is
modified by a write operation. Program execution is
suspended while the read cycle is in progress.
Execution will continue with the instruction following the
one that sets the WR bit. See Example 5-1 for sample
code.
EXAMPLE 5-1:READING FROM FLASH
DD range.
DATA MEMORY
PIC16F527
Note 1: To prevent accidental corruption of the
Flash data memory, an unlock sequence
is required to initiate a write or erase
cycle. This sequence requires that the bit
set instructions used to configure the
EECON register happen exactly as
shown in Example 5-2 and Example 5-3,
depending on the operation requested.
2: In order to prevent any disruptions of self-
writes or row erases performed on the
self-writable Flash data memory,
interrupts should be disabled prior to
executing those routines.
5.1.1ERASING FLASH DATA MEMORY
A row must be manually erased before writing new
data. The following sequence must be performed for a
single row erase.
1. Load EEADR with an address in the row to be
erased.
2. Set the FREE bit to enable the erase.
3. Set the WREN bit to enable write access to the
array.
4. Disable interrupts.
5. Set the WR bit to initiate the erase cycle.
If the WREN bit is not set in the instruction cycle after
the FREE bit is set, the FREE bit will be cleared in
hardware.
If the WR bit is not set in the instruction cycle after the
WREN bit is set, the WREN bit will be cleared in
hardware.
Sample code that follows this procedure is included in
Example 5-2.
Program execution is suspended while the erase cycle
is in progress. Execution will continue with the
instruction following the one that sets the WR bit.
command normally used by the core.
However, the WREN and WR bits can
only be set using a series of BSF commands, as documented in Example 5-1.
No other sequence of commands will
work, no exceptions.
2: Bits <5:3> of the EEADR register indicate
which row is to be erased.
5.1.2WRITING TO FLASH DATA
MEMORY
Once a cell is erased, new data can be written.
Program execution is suspended during the write cycle.
The self-write operation writes four bytes of data at one
time. The data must first be loaded into four write
latches. Once the write latches are loaded, the data will
be written to Flash data memory.
The self-write sequence is shown below.
The following self-write sequence must be performed
for four bytes to be written.
1. Load EEADR with the address.
2. Load EEDATA with the data to be written.
3. Set the WREN bit to enable write access to the
array.
4.Disable interrupts.
5. Set the WR bit to load the data into the write
latch.
6. Steps 1 through 5 are repeated three more times
to load the remaining write latches.
On the fourth and final loop, the EEADR register will
contain an address in the format of b’00xxxx11.
When the WR bit is set for the final time, the processor
will recognize that this is the last write latch to be
loaded, and will automatically load the write latch and
then, immediately perform the Flash data memory
write of all four bytes.
The specific sequence of setting the WREN bit and
setting the WR bit must be executed to properly initiate
each load of the write latches and the write to Flash
data memory.
If the WR bit is not set in the instruction cycle after the
WREN bit is set, the WREN bit will be cleared in
hardware.
Sample code that follows this procedure is included in
Example 5-3.
DS40001652B-page 26 2012-2013 Microchip Technology Inc.
EXAMPLE 5-3:WRITING TO FLASH DATA
MEMORY
Note 1: Only a series of BSF commands will work
to enable the memory write sequence
documented in Example 5-3. No other
sequence of commands will work, no
exceptions.
2: For reads, erases and writes to the Flash
data memory, there is no need to insert a
NOP into the user code as is done on midrange devices. The instruction
immediately following the “BSFEECON,WR/RD” will be fetched and
executed properly.
5.2Write/Verify
Depending on the application, good programming
practice may dictate that data written to the Flash data
memory be verified. Example 5-4 is an example of a
write/verify.
1 = Allows write cycle to Flash data memory
0 = Inhibits write cycle to Flash data memory
bit 1WR: Write Control bit
1 = Initiate a erase or write cycle
0 = Write/Erase cycle is complete
bit 0RD: Read Control bit
1 = Initiate a read of Flash data memory
0 = Do not read Flash data memory
5.4Code Protection
Code protection does not prevent the CPU from
performing read or write operations on the Flash data
memory. Refer to the code protection chapter for more
information.
DS40001652B-page 28 2012-2013 Microchip Technology Inc.
PIC16F527
6.0I/O PORT
As with any other register, the I/O register(s) can be
written and read under program control. However, read
instructions (e.g., MOVF PORTB,W) always read the I/O
pins independent of the pin’s Input/Output modes. On
Reset, all I/O ports are defined as input (inputs are at highimpedance) since the I/O control registers are all set.
6.1PORTA
PORTA is a 6-bit I/O register. Only the low-order six
bits are used (RA<5:0>). Bits 7 and 6 are
unimplemented and read as ‘0’s. Please note that RA3
is an input-only pin. The Configuration Word can set
several I/Os to alternate functions. When acting as
alternate functions, the pins will read as ‘0’ during a
port read. Pins RA0, RA1, RA3 and RA4 can be
configured with weak pull-ups and also for wake-up on
change. The wake-up on change and weak pull-up
functions are not pin selectable. If RA3/MCLR
configured as MCLR
wake-up on change for this pin is not enabled.
, weak pull-up is always on and
is
6.2PORTB
PORTB is a 4-bit I/O register. Only the high-order four
bits are used (RB<7:4>). Bits 0 through 3 are
unimplemented and read as ‘0’s.
6.3PORTC
PORTC is an 8-bit I/O register.
6.4TRIS Register
The Output Driver Control register is loaded with the
contents of the W register by executing the TRIS
instruction. A ‘1’ from a TRIS register bit puts the
corresponding output driver in a High-Impedance
mode. A ‘0’ puts the contents of the output data latch
on the selected pins, enabling the output buffer. The
exceptions are RA3, which is input-only and the T0CKI
pin, which may be controlled by the OPTION register
(see Register 4-2).
TRIS registers are “write-only”. Active bits in these
registers are set (output drivers disabled) upon Reset.
Note 1: I/O pins have protection diodes to VDD and
V
SS.
2: Pin enabled as analog for ADC or comparator.
D
CK
Q
Pin Change
RxPU
ADC pin Ebl
COMP pin Ebl
ADC
COMP
I/O Pin
(1)
(2)
(2)
6.5I/O Interfacing
The equivalent circuit for an I/O port pin is shown in
Figure 6-1. All port pins, except the MCLR
input-only, may be used for both input and output operations. For input operations, these ports are non-latching. Any input must be present until read by an input
instruction (e.g., MOVF PORTB, W). The outputs are
latched and remain unchanged until the output latch is
rewritten. To use a port pin as output, the corresponding direction control bit in TRIS must be cleared (= 0).
For use as an input, the corresponding TRIS bit must
be set. Any I/O pin (except MCLR
) can be programmed
individually as input or output.
pin which is
FIGURE 6-1:BLOCK DIAGRAM OF I/O
PIN (Example shown of
RA2 with Weak Pull-up
and Wake-up on change)
DS40001652B-page 30 2012-2013 Microchip Technology Inc.
PIC16F527
6.6Register Definitions — PORT Control
REGISTER 6-1:PORTA: PORTA REGISTER
U-0U-0R/W-xR/W-xR/W-xR/W-xR/W-xR/W-x
——
bit 7bit 0
Legend:
R = Readable bitW = Writable bitU = Unimplemented bit, read as ‘0’
-n = Value at POR‘1’ = Bit is set‘0’ = Bit is clearedx = Bit is unknown
R = Readable bitW = Writable bitU = Unimplemented bit, read as ‘0’
-n = Value at POR‘1’ = Bit is set‘0’ = Bit is clearedx = Bit is unknown
bit 7-0RC<7:0>: PORTC I/O Pin bits
1 = Port pin is >V
0 = Port pin is <V
TABLE 6-4:PORTC PINS ORDER OF PRECEDENCE
PriorityRC7RC6RC5RC4RC3RC2RC1RC0
1OP1+OP1-TRISC5C2OUTOP1OP2C2IN-C2IN+
2
3
TRISC7TRISC6
————TRISC3TRISC2TRISC1TRISC0
IH min.
IL max.
—
TRISC4AN7AN6AN5AN4
REGISTER 6-4:ANSEL REGISTER
R/W-1R/W-1R/W-1R/W-1R/W-1R/W-1R/W-1R/W-1
ANS7ANS6ANS5ANS4ANS3ANS2ANS1ANS0
bit 7bit 0
Legend:
R = Readable bitW = Writable bitU = Unimplemented bit, read as ‘0’
-n = Value at POR‘1’ = Bit is set‘0’ = Bit is clearedx = Bit is unknown
bit 7-0ANS<7:0>: ADC Analog Input Pin Select
(1), (2)
0 = Analog function on selected ANx pin is disabled
1 = ANx configured as an analog input
Note 1: When the ANSx bits are set, the channels selected will automatically be forced into Analog mode,
regardless of the pin function previously defined, and the digital output drivers and input buffers will also
be disabled. Exceptions exist when there is more than one analog function active on the ANx pin. It is the
user’s responsibility to ensure that the ADC loading on the other analog functions does not affect their
application.
2: The ANS<7:0> bits are active regardless of the condition of ADON.
TABLE 6-5:REGISTERS ASSOCIATED WITH THE I/O PORTS
AddressNameBit 7Bit 6Bit 5Bit 4Bit 3Bit 2 Bit 1Bit 0
Note 1:The user may have expected the pin values to
be ‘--00 pppp’. The 2nd BCF caused RB5 to
be latched as the pin value (High).
PCPC + 1PC + 2
PC + 3
Q1 Q2 Q3 Q4 Q1 Q2 Q3 Q4 Q1 Q2 Q3 Q4 Q1 Q2 Q3 Q4
Instruction
Fetched
RB<5:0>
MOVWFPORTBNOP
Port pin
sampled here
NOPMOVFPORTB, W
Instruction
Executed
MOVWF PORTB
(Write to PORTB)
NOPMOVF PORTB,W
This example shows a write to PORTB
followed by a read from PORTB.
Data setup time = (0.25 T
CY – TPD)
where: T
CY = instruction cycle.
T
PD = propagation delay
Therefore, at higher clock frequencies, a
write followed by a read may be problematic.
(Read PORTB)
Port pin
written here
6.7I/O Programming Considerations
6.7.1BIDIRECTIONAL I/O PORTS
Some instructions operate internally as read followed
by write operations. The BCF and BSF instructions, for
example, read the entire port into the CPU, execute the
bit operation and rewrite the result. Caution must be
used when these instructions are applied to a port
where one or more pins are used as input/outputs. For
example, a BSF operation on bit 5 of PORTB will cause
all eight bits of PORTB to be read into the CPU, bit 5 to
be set and the PORTB value to be written to the output
latches. If another bit of PORTB is used as a bidirectional I/O pin (say bit 0) and it is defined as an input at
this time, the input signal present on the pin itself would
be read into the CPU and rewritten to the data latch of
this particular pin, overwriting the previous content. As
long as the pin stays in the Input mode, no problem
occurs. However, if bit 0 is switched into Output mode
later on, the content of the data latch may now be
unknown.
Example 6-1 shows the effect of two sequential
Read-Modify-Write instructions (e.g., BCF, BSF, etc.)
on an I/O port.
A pin actively outputting a high or a low should not be
driven from external devices at the same time in order
to change the level on this pin (“wired OR”, “wired
AND”). The resulting high output currents may damage
the chip.
EXAMPLE 6-1:READ-MODIFY-WRITE
INSTRUCTIONS ON AN
I/O PORT(e.g. PIC16F527)
6.7.2SUCCESSIVE OPERATIONS ON
I/O PORTS
The actual write to an I/O port happens at the end of an
instruction cycle, whereas for reading, the data must be
valid at the beginning of the instruction cycle (Figure 6-2).
Therefore, care must be exercised if a write followed by a
read operation is carried out on the same I/O port. The
sequence of instructions should allow the pin voltage to
stabilize (load dependent) before the next instruction
causes that file to be read into the CPU. Otherwise, the
previous state of that pin may be read into the CPU rather
than the new state. When in doubt, it is better to separate
these instructions with a NOP or another instruction not
accessing this I/O port.
DS40001652B-page 34 2012-2013 Microchip Technology Inc.
PIC16F527
Note 1: Bits T0CS, T0SE, PSA, PS2, PS1 and PS0 are located in the OPTION register (see Register 4-2).
2: The prescaler is shared with the Watchdog Timer.
3: The C1T0CS
bit is in the CM1CON0 register.
T0CKI
T0SE
(1)
0
1
1
0
pin
T0CS
(1)
FOSC/4
Programmable
Prescaler
(2)
Sync with
Internal
Clocks
TMR0 Reg
PSOUT
(2 cycle delay)
PSOUT
Data Bus
8
PSA
(1)
PS2
(1)
, PS1
(1)
, PS0
(1)
3
Sync
0
1
Comparator
Output
C1T0CS
(3)
7.0TIMER0 MODULE AND TMR0
REGISTER
The Timer0 module has the following features:
• 8-bit timer/counter register, TMR0
• Readable and writable
• 8-bit software programmable prescaler
• Internal or external clock select:
- Edge select for external clock
Figure 7-1 is a simplified block diagram of the Timer0
module.
Timer mode is selected by clearing the T0CS bit of the
OPTION register. In Timer mode, the Timer0 module
will increment every instruction cycle (without prescaler). If TMR0 register is written, the increment is
inhibited for the following two cycles (see Figure 7-2
and Figure 7-3). The user can work around this by writing an adjusted value to the TMR0 register.
There are two types of Counter mode. The first Counter
mode uses the T0CKI pin to increment Timer0. It is
selected by setting the T0CS bit of the OPTION register, setting the C1T0CS
and setting the C1OUTEN
bit of the CM1CON0 register
bit of the CM1CON0 register. In this mode, Timer0 will increment either on every
rising or falling edge of pin T0CKI. The T0SE bit of the
OPTION register determines the source edge. Clearing
the T0SE bit selects the rising edge. Restrictions on the
external clock input are discussed in detail in
Section 7.1 “Using Timer0 with an External Clock”.
The second Counter mode uses the output of the
comparator to increment Timer0. It can be entered in by
setting the T0CS bit of the OPTION register, and
clearing the C1T0CS
(C1OUTEN
[CM1CON0<6>] does not affect this mode
bit of the CM1CON0 register
of operation). This enables an internal connection
between the comparator and the Timer0.
The prescaler may be used by either the Timer0
module or the Watchdog Timer, but not both. The
prescaler assignment is controlled in software by the
control bit, PSA of the OPTION register. Clearing the
PSA bit will assign the prescaler to Timer0. The prescaler is not readable or writable. When the prescaler is
assigned to the Timer0 module, prescale values of 1:2,
1:4,..., 1:256 are selectable. Section 7.2 “Prescaler”
details the operation of the prescaler.
A summary of registers associated with the Timer0
module is found in Tab le 7 -1.
Legend: Shaded cells are not used by Timer0. – = unimplemented, x = unknown, u = unchanged.
Note 1: The TRIS of the T0CKI pin is overridden when T0CS = 1.
Register
on page
68
69
—
DS40001652B-page 36 2012-2013 Microchip Technology Inc.
PIC16F527
Increment Timer0 (Q4)
External Clock Input or
Q1 Q2 Q3 Q4 Q1 Q2 Q3 Q4 Q1 Q2 Q3 Q4 Q1 Q2 Q3 Q4
Timer0
T0T0 + 1T0 + 2
Small pulse
misses sampling
External Clock/Prescaler
Output After Sampling
(3)
Prescaler Output
(2)
(1)
Note 1: Delay from clock input change to Timer0 increment is 3 T
OSC to 7 TOSC. (Duration of Q = TOSC). Therefore, the error
in measuring the interval between two edges on Timer0 input = ±4 T
OSC max.
2: External clock if no prescaler selected; prescaler output otherwise.
3: The arrows indicate the points in time where sampling occurs.
7.1Using Timer0 with an External
Clock
When an external clock input is used for Timer0, it must
meet certain requirements. The external clock
requirement is due to internal phase clock (TOSC)
synchronization. Also, there is a delay in the actual
incrementing of Timer0 after synchronization.
When a prescaler is used, the external clock input is
divided by the asynchronous ripple counter-type
prescaler, so that the prescaler output is symmetrical.
For the external clock to meet the sampling requirement, the ripple counter must be taken into account.
Therefore, it is necessary for T0CKI to have a period of
at least 4 T
by the prescaler value. The only requirement on T0CKI
high and low time is that they do not violate the
7.1.1EXTERNAL CLOCK
SYNCHRONIZATION
When no prescaler is used, the external clock input is
the same as the prescaler output. The synchronization
of T0CKI with the internal phase clocks is accomplished by sampling the prescaler output on the Q2 and
Q4 cycles of the internal phase clocks (see Figure 7-4).
Therefore, it is necessary for T0CKI to be high for at
least 2 T
for at least 2 T
Refer to the electrical specification of the desired
OSC (and a small RC delay of 2 Tt0H) and low
OSC (and a small RC delay of 2 Tt0H).
minimum pulse width requirement of Tt0H. Refer to
parameters 40, 41 and 42 in the electrical specification
of the desired device.
7.1.2TIMER0 INCREMENT DELAY
Since the prescaler output is synchronized with the
internal clocks, there is a small delay from the time the
external clock edge occurs to the time the Timer0
module is actually incremented. Figure 7-4 shows the
delay from the external clock edge to the timer
incrementing.
CLRWDT ;Clear WDT
CLRF TMR0 ;Clear TMR0 & Prescaler
MOVLW b'00xx1111'
CLRWDT ;PS<2:0> are 000 or 001
MOVLW b'00xx1xxx' ;Set Postscaler to
OPTION ;desired WDT rate
CLRWDT ;Clear WDT and
;prescaler
MOVLW b'xxxx0xxx' ;Select TMR0, new
;prescale value and
;clock source
OPTION
7.2Prescaler
An 8-bit counter is available as a prescaler for the Timer0 module or as a postscaler for the Watchdog Timer
(WDT), respectively (see Section 8.7 “Watchdog
Timer (WDT)”). For simplicity, this counter is being
referred to as “prescaler” throughout this data sheet.
Note:The prescaler may be used by either the
Timer0 module or the WDT, but not both.
Thus, a prescaler assignment for the
Timer0 module means that there is no
prescaler for the WDT and vice versa.
The PSA and PS<2:0> bits of the OPTION register
determine prescaler assignment and prescale ratio.
When assigned to the Timer0 module, all instructions
writing to the TMR0 register (e.g., CLRF TMR0,MOVWF TMR0, etc.) will clear the prescaler. When
assigned to WDT, a CLRWDT instruction will clear the
prescaler along with the WDT. The prescaler is neither
readable nor writable. On a Reset, the prescaler
contains all ‘0’s.
7.2.1SWITCHING PRESCALER
ASSIGNMENT
The prescaler assignment is fully under software
control (i.e., it can be changed “on-the-fly” during
program execution). To avoid an unintended device
Reset, the following instruction sequence (see
Example 7-1) must be executed when changing the
prescaler assignment from Timer0 to the WDT.
EXAMPLE 7-1:CHANGING PRESCALER
(TIMER0 WDT)
To change the prescaler from the WDT to the Timer0
module, use the sequence shown in Example 7-2. This
sequence must be used even if the WDT is disabled. A
CLRWDT instruction should be executed before
switching the prescaler.
EXAMPLE 7-2:CHANGING PRESCALER
(WDT TIMER0)
DS40001652B-page 38 2012-2013 Microchip Technology Inc.
FIGURE 7-5:BLOCK DIAGRAM OF THE TIMER0/WDT PRESCALER
TCY (= FOSC/4)
Sync
2
Cycles
TMR0 Reg
8-bit Prescaler
8-to-1 MUX
M
MUX
Watchdog
Timer
PSA
(1)
0
1
0
1
WDT
Time-out
PS<2:0>
(1)
8
PSA
(1)
WDT Enable bit
0
1
0
1
Data Bus
8
PSA
(1)
T0CS
(1)
M
U
X
M
U
X
U
X
T0SE
(1)
Note 1: T0CS, T0SE, PSA, PS<2:0> are bits in the OPTION register (see Register 4-2).
DS40001652B-page 40 2012-2013 Microchip Technology Inc.
PIC16F527
8.0SPECIAL FEATURES OF THE
CPU
What sets a microcontroller apart from other
processors are special circuits that deal with the needs
of real-time applications. The PIC16F527
microcontrollers have a host of such features intended
to maximize system reliability, minimize cost through
elimination of external components, provide powersaving operating modes and offer code protection.
These features are:
• Oscillator Selection
• Reset:
- Power-on Reset (POR)
- Brown-out Reset (BOR)
- Device Reset Timer (DRT)
- Wake-up from Sleep on Pin Change
• Interrupts
• Automatic Context Saving
• Watchdog Timer (WDT)
• Sleep
• Code Protection
• ID Locations
• In-Circuit Serial Programming™
•Clock Out
The device has a Watchdog Timer, which can be shut
off only through Configuration bit WDTE. The
Watchdog Timer runs off of its own RC oscillator for
added reliability.
There is also a Device Reset Timer (DRT), intended to
keep the chip in Reset until the crystal oscillator is
stable. The DRT can be enabled with the DRTEN
Configuration bit. For the HS, XT or LP oscillator
options, the 18 ms (nominal) delay is always provided
by the Device Reset Timer and the DRTEN bit is
ignored. When using the EC clock, INTRC or EXTRC
oscillator options, there is a standard delay of 10 us on
power-up, which can be extended to 18 ms with the
use of the DRT timer. With the DRT timer on-chip,
most applications require no additional external Reset
circuitry.
The Sleep mode is designed to offer a very low current
Power-Down mode. The user can wake-up from Sleep
through a change on input pin or through a Watchdog
Timer time-out. Several oscillator options are also
made available to allow the part to fit the application,
including an internal 4/8 MHz oscillator. The EXTRC
oscillator option saves system cost while the LP crystal
option saves power. A set of Configuration bits are
used to select various options.
8.1Configuration Bits
The PIC16F527 Configuration Words consist of 12 bits,
although some bits may be unimplemented and read as
‘1’. Configuration bits can be programmed to select
various device configurations (see Register 8-1).
Note:For QTP and SQTP code applications, if
the device is configured such that the
Internal Oscillator is selected and the
MCLRE fuse is cleared, it is possible for
code to execute when memory is verified
in ICSP™ mode. If customer code writes
to Flash data memory, the potential exists
for corruption of addresses 400h to 43Fh
during code verification. In this configuration, Flash data memory should be erased
in code prior to being written in code.
——DRTEN BOREN CPSW IOSCFS MCLRECPWDTE FOSC2 FOSC1 FOSC0
bit 11bit 0
Legend:
R = Readable bitP = Programmable bitU = Unimplemented bit, read as ‘1’
‘0’ = Bit is cleared‘1’ = Bit is set-n = Value when blank or after Bulk Erase
bit 11-10 Unimplemented: Read as ‘1’
bit 9DRTEN: Device Reset Timer Enable bit
1 =DRT Enabled (18ms)
0 =DRT Disabled
bit 8BOREN: Brown-out Reset Enable bit
1 = BOR Enabled
0 = BOR Disabled
bit 7CPSW
bit 6IOSCFS: Internal Oscillator Frequency Select bit
bit 5MCLRE: Master Clear Enable bit
bit 4CP: Code Protection bit – User Program Memory
bit 3WDTE: Watchdog Timer Enable bit
bit 2-0FOSC<2:0>: Oscillator Selection bits
: Code Protection bit – Self Writable Memory
1 = Code protection off
0 = Code protection on
1 = 8 MHz INTOSC speed
0 = 4 MHz INTOSC speed
1 =RA3/MCLR pin functions as MCLR
0 =RA3/MCLR pin functions as RA3, MCLR tied internally to VDD
1 = Code protection off
0 = Code protection on
1 = WDT enabled
0 = WDT disabled
000 = LP oscillator and automatic 18 ms DRT (DRTEN fuse ignored)
001 = XT oscillator and automatic 18 ms DRT (DRTEN fuse ignored)
010 = HS oscillator and automatic 18 ms DRT (DRTEN fuse ignored)
011 = EC oscillator with RA4 function on RA4/OSC2/CLKOUT and 10 us start-up time
100 = INTRC with RA4 function on RA4/OSC2/CLKOUT and 10 us start-up time
101 = INTRC with CLKOUT function on RA4/OSC2/CLKOUT and 10 us start-up time
110 = EXTRC with RA4 function on RA4/OSC2/CLKOUT and 10 us start-up time
111 = EXTRC with CLKOUT function on RA4/OSC2/CLKOUT and 10 us start-up time
(2,3)
(2,3)
(2,3)
(2,3)
(2,3)
Note 1: Refer to the “PIC16F527 Memory Programming Specification” (DS41640) to determine how to access the
Configuration Word.
2: DRT length and start-up time are functions of the Clock mode selection.It is the responsibility of the
application designer to ensure the use of either will result in acceptable operation. Refer to Section 15.0
“Electrical Characteristics” for V
3: The optional DRTEN fuse can be used to extend the start-up time to 18 ms.
DS40001652B-page 42 2012-2013 Microchip Technology Inc.
DD rise time and stability requirements for this mode of operation.
PIC16F527
Note 1:See Capacitor Selection tables for
recommended values of C1 and C2.
2:A series resistor (RS) may be required for AT
strip cut crystals.
3:RF approx. value = 10 M.
C1
(1)
C2
(1)
XTAL
OSC2
OSC1
RF
(3)
Sleep
To internal
logic
RS
(2)
PIC® Device
Clock From
ext. system
PIC
®
Device
OSC2/CLKOUT
OSC1/CLKIN
OSC2/CLKOUT
(1)
EC, HS, XT, LP
Note 1: Available in EC mode only.
8.3Oscillator Configurations
8.3.1 OSCILLATOR TYPES
The PIC16F527 device can be operated in up to six
different oscillator modes. The user can program up to
three Configuration bits (FOSC<2:0>). To select one of
these modes:
• LP:Low-Power Crystal
• XT:Crystal/Resonator
• HS:High-Speed Crystal/Resonator
• INTRC: Internal 4/8 MHz Oscillator
• EXTRC: External Resistor/Capacitor
• EC:External High-Speed Clock Input
8.3.2CRYSTAL OSCILLATOR/CERAMIC
RESONATORS
In HS, XT or LP modes, a crystal or ceramic resonator
is connected to the OSC1/CLKIN and OSC2/CLKOUT
pins to establish oscillation (see Figure 8-1). The
PIC16F527 oscillator designs require 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 HS, XT or LP modes, the
device can have an external clock source drive the
OSC1/CLKIN pin (see Figure 8-2). In this mode, the
output drive levels on the OSC2 pin are very weak. If
the part is used in this fashion, then this pin should be
left open and unloaded. Also when using this mode, the
external clock should observe the frequency limits for
the Clock mode chosen (HS, XT or LP).
FIGURE 8-1:CRYSTAL OPERATION
(OR CERAMIC
RESONATOR)
(HS, XT OR LP OSC
CONFIGURATION)
FIGURE 8-2:EXTERNAL CLOCK INPUT
OPERATION (HS, XT, LP
OR EC OSC
CONFIGURATION)
Note 1: This device has been designed to per-
form to the parameters of its data sheet.
It has been tested to an electrical
specification designed to determine its
conformance with these parameters.
Due to process differences in the
manufacture of this device, this device
may have different performance characteristics than its earlier version. These
differences may cause this device to
perform differently in your application
than the earlier version of this device.
2: The user should verify that the device
oscillator starts and performs as
expected. Adjusting the loading capacitor values and/or the Oscillator mode
may be required.
only. Since each resonator has its own
characteristics, the user should consult
the resonator manufacturer for
appropriate values of external
components.
PIC16F527
20 pF
+5V
20 pF
10k
4.7k
10k
74AS04
XTAL
10k
74AS04
CLKIN
To Oth er
Devices
PIC® Device
330
74AS04
74AS04
PIC
®
Device
CLKIN
To Other
Devices
XTAL
330
74AS04
0.1 mF
TABLE 8-2:CAPACITOR SELECTION FOR
CRYSTAL OSCILLATOR
Osc
Typ e
HS20 MHz15-47 pF15-47 pF
Note 1: For V
Resonator
Freq.
LP32 kHz
XT200 kHz
1 MHz
4 MHz
DD > 4.5V, C1 = C2 30 pF is
(1)
Cap. Range
C1
15 pF15 pF
47-68 pF
15 pF
15 pF
(2)
Cap. Range
C2
47-68 pF
15 pF
15 pF
Figure 8-4 shows a series resonant oscillator circuit.
This circuit is also designed to use the fundamental
frequency of the crystal. The inverter performs a 180degree phase shift in a series resonant oscillator
circuit. The 330 resistors provide the negative
feedback to bias the inverters in their linear region.
FIGURE 8-4:EXTERNAL SERIES
RESONANT CRYSTAL
OSCILLATOR CIRCUIT
recommended.
2: These values are for design guidance
only. Rs may be required to avoid overdriving crystals with low drive level specification. Since each crystal has its own
characteristics, the user should consult
the crystal manufacturer for appropriate
values of external components.
8.3.4EXTERNAL RC OSCILLATOR
8.3.3EXTERNAL CRYSTAL OSCILLATOR
CIRCUIT
Either a prepackaged oscillator or a simple oscillator
circuit with TTL gates can be used as an external
crystal oscillator circuit. Prepackaged oscillators
provide a wide operating range and better stability. A
well-designed crystal oscillator will provide good
performance with TTL gates. Two types of crystal
oscillator circuits can be used: one with parallel
resonance, or one with series resonance.
Figure 8-3 shows implementation of a parallel resonant
oscillator circuit. The circuit is designed to use the
fundamental frequency of the crystal. The 74AS04
inverter performs the 180-degree phase shift that a
parallel oscillator requires. The 4.7 k resistor provides
the negative feedback for stability. The 10 k
potentiometers bias the 74AS04 in the linear region.
This circuit could be used for external oscillator
designs.
FIGURE 8-3:EXTERNAL PARALLEL
RESONANT CRYSTAL
OSCILLATOR CIRCUIT
DS40001652B-page 44 2012-2013 Microchip Technology Inc.
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 the operat-
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 8-5 shows how the R/C combination is con-
nected to the PIC16F527 device. For R
below 3.0 k, the oscillator operation may become
unstable, or stop completely. For very high REXT values
(e.g., 1 M), the oscillator becomes sensitive to noise,
humidity and leakage. Thus, we recommend keeping
EXT between 5.0 k and 100 k.
R
Although the oscillator will operate with no external
capacitor (C
EXT = 0 pF), we recommend using values
above 20 pF for noise and stability reasons. With no
external capacitance or with values below 20 pF, the
oscillation frequency can vary dramatically due to
changes in external capacitances, such as PCB trace
capacitance or package lead frame capacitance.
frequency variation from part-to-part due to normal
process variation. The variation is larger for larger values of R (since leakage current variation will affect RC
frequency more for large R) and for smaller values of C
(since variation of input capacitance will affect RC
frequency more).
EXT values
PIC16F527
VDD
REXT
CEXT
VSS
OSC1
Internal
clock
N
FOSC/4
OSC2/CLKOUT
PIC
®
Device
Also, see the Electrical Specifications section for
variation of oscillator frequency due to V
R
EXT/CEXT values, as well as frequency variation due
to operating temperature for given R, C and V
DD for given
DD
values.
FIGURE 8-5:EXTERNAL RC
OSCILLATOR MODE
8.3.5INTERNAL 4/8 MHz RC
OSCILLATOR
The internal RC oscillator provides a fixed 4/8 MHz
(nominal) system clock at V
Section 15.0 “Electrical Characteristics” for
information on variation over voltage and temperature).
In addition, a calibration instruction is programmed into
the last address of memory, which contains the calibration value for the internal RC oscillator. This location is
always non-code protected, regardless of the codeprotect settings. This value is programmed as a MOVLWXX instruction where XX is the calibration value, and is
placed at the Reset vector. This will load the W register
with the calibration value upon Reset and the PC will
then roll over to the users program at address 0x000.
The user then has the option of writing the value to the
OSCCAL Register or ignoring it.
OSCCAL, when written to with the calibration value, will
“trim” the internal oscillator to remove process variation
from the oscillator frequency.
Note:Erasing the device will also erase the pre-
programmed internal calibration value for
the internal oscillator. The calibration
value must be read prior to erasing the
part so it can be reprogrammed correctly
later.
DD = 5V and 25°C, (see
For the PIC16F527 device, only bits <7:1> of OSCCAL
are used for calibration. See Register 4-3 for more
information.
Note:The bit 0 of the OSCCAL register is
unimplemented and should be written as
‘0’ when modifying OSCCAL for
compatibility with future devices.
The device differentiates between various kinds of
Reset:
• Power-on Reset (POR)
• Brown-out Reset (BOR)
•MCLR
•MCLR Reset during Sleep
• WDT Time-out Reset during normal operation
• WDT Time-out Reset during Sleep
• Wake-up from Sleep on pin change
Some registers are not reset in any way, they are
unknown on POR/BOR and unchanged in any other
Reset. Most other registers are reset to “Reset state”
on Power-on Reset (POR)/Brown-out Reset (BOR),
MCLR
normal operation. They are not affected by a WDT
Reset during Sleep or MCLR Reset during Sleep, since
these Resets are viewed as resumption of normal operation. The exceptions to this are the TO and PD bits.
They are set or cleared differently in different Reset situations. These bits are used in software to determine
the nature of Reset. See Table 4-1 for a full description
of Reset states of all registers.
Reset during normal operation
, WDT or Wake-up on pin change Reset during
TABLE 8-3:RESET CONDITION FOR SPECIAL REGISTERS
STATUS Addr: 03h
Power-on Reset (POR) or Brown-out Reset (BOR)0001 1xxx
Reset during normal operation000u uuuu
MCLR
Reset during Sleep0001 0uuu
MCLR
WDT Reset during Sleep0000 0uuu
WDT Reset normal operation 0000 uuuu
Wake-up from Sleep on pin change1001 0uuu
Wake-up from Sleep on comparator change0101 0uuu
Legend: u = unchanged, x = unknown, – = unimplemented bit, read as ‘0’.
DS40001652B-page 46 2012-2013 Microchip Technology Inc.
PIC16F527
MCLR/VPP
MCLRE
Internal MCLR
RAPU
8.4.1MCLR ENABLE
This Configuration bit, when set to a ‘1’, enables the
external MCLR
function is tied to the internal VDD and the pin is
MCLR
Reset function. When cleared to ‘0’, the
assigned to be an input-only pin function. See Figure 8-6.
FIGURE 8-6:MCLR SELECT
8.5Power-on Reset (POR)
The PIC16F527 device incorporates an on-chip Poweron Reset (POR) circuitry, which provides an internal
chip Reset for most power-up situations.
The on-chip POR circuit holds the chip in Reset until
DD has reached a high enough level for proper oper-
V
ation. To take advantage of the internal POR, program
the MCLR/VPP pin as MCLR and tie through a resistor
DD, or program the pin as an input pin. An internal
to V
weak pull-up resistor is implemented using a transistor
(refer to Table 15-8 for the pull-up resistor ranges). This
will eliminate external RC components usually needed
to create a Power-on Reset. A maximum rise time for
DD is specified. See Section 15.0 “Electrical Char-
V
acteristics” for details.
When the device starts normal operation (exit the
Reset condition), device operating parameters (voltage, frequency, temperature,...) must be met to ensure
operation. If these conditions are not met, the device
must be held in Reset until the operating parameters
are met.
A simplified block diagram of the on-chip Power-on
Reset circuit is shown in Figure 8-7.
The Power-on Reset circuit and the Device Reset
Timer (see Section 8.6 “Device Reset Timer (DRT)”)
circuit are closely related. On power-up, the Reset latch
is set and the DRT is reset. The DRT timer begins
counting once it detects MCLR
to be high. After the
time-out period, it will reset the Reset latch and thus
end the on-chip Reset signal.
A power-up example where MCLR
in Figure 8-8. V
bringing MCLR
Reset T
DD is allowed to rise and stabilize before
high. The chip will actually come out of
DRT msec after MCLR goes high.
is held low is shown
In Figure 8-9, the on-chip Power-on Reset feature is
being used (MCLR
is programmed to be an input pin). The V
and VDD are tied together or the pin
DD is stable
before the start-up timer times out and there is no problem in getting a proper Reset. However, Figure 8-10
depicts a problem situation where V
The time between when the DRT senses that MCLR
high and when MCLR
and VDD actually reach their full
DD rises too slowly.
is
value, is too long. In this situation, when the start-up
timer times out, VDD has not reached the VDD (min)
value and the chip may not function correctly. For such
situations, we recommend that external RC circuits be
used to achieve longer POR delay times (see Figure 8-
9).
Note:When the device starts normal operation
(exit the Reset condition), device operating parameters (voltage, frequency, temperature, etc.) must be met to ensure
operation. If these conditions are not met,
the device must be held in Reset until the
operating conditions are met.
For additional information, refer to Application Notes
AN522, “Power-Up Considerations” (DS00522) and
AN607, “Power-up Trouble Shooting” (DS00607).
On the PIC16F527 device, the DRT runs any time the
device is powered up. DRT runs from Reset and varies
based on oscillator selection and Reset type (see
Table 8-4).
The DRT operates on an internal RC oscillator. The
processor is kept in Reset as long as the DRT is active.
The DRT delay allows V
for the oscillator to stabilize.
Oscillator circuits based on crystals or ceramic resonators require a certain time after power-up to establish a
stable oscillation. The on-chip DRT keeps the device in
a Reset condition after MCLR
IH MCLR) level. Programming MCLR/VPP as MCLR
(V
and using an external RC network connected to the
MCLR
input is not required in most cases. This allows
savings in cost-sensitive and/or space restricted applications, as well as allowing the use of that pin as a general
purpose input.
The Device Reset Time delays will vary from chip-tochip due to V
See AC parameters for details.
The DRT will also be triggered upon a Watchdog Timer
time-out from Sleep. This is particularly important for
applications using the WDT to wake from Sleep mode
automatically.
Reset sources are POR, MCLR
wake-up on pin or comparator change. See
Section 8.10.2 “Wake-up from Sleep”, Notes 1, 2
and 3.
DD, temperature and process variation.
DD to rise above VDD min. and
has reached a logic high
, WDT time-out and
TABLE 8-4:TYPICAL DRT PERIODS
Oscillator
Configuration
HS, XT, LP18 ms18 ms
EC10 us10 s
INTOSC, EXTRC10 us10 s
POR Reset
Subsequent
Resets
8.7.1WDT PERIOD
The WDT has a nominal time-out period of 18 ms, (with
no prescaler). If a longer time-out period is desired, a
prescaler with a division ratio of up to 1:128 can be
assigned to the WDT (under software control) by
writing to the OPTION register. Thus, a time-out period
of a nominal 2.3 seconds can be realized. These
periods vary with temperature, V
process variations (see DC specs).
Under worst-case conditions (V
= Max., max. WDT prescaler), it may take several
seconds before a WDT time-out occurs.
DD and part-to-part
DD = Min., Temperature
8.7.2WDT PROGRAMMING
CONSIDERATIONS
The CLRWDT instruction clears the WDT and the
postscaler, if assigned to the WDT, and prevents it from
timing out and generating a device Reset.
The SLEEP instruction resets the WDT and the
postscaler, if assigned to the WDT. This gives the
maximum Sleep time before a WDT wake-up Reset.
8.7Watchdog Timer (WDT)
The Watchdog Timer (WDT) is a free running on-chip
RC oscillator, which does not require any external
components. This RC oscillator is separate from the
external RC oscillator of the OSC1/CLKIN pin and the
internal 4/8 MHz oscillator. This means that the WDT
will run even if the main processor clock has been
stopped, for example, by execution of a SLEEP
instruction. During normal operation or Sleep, a WDT
Reset or wake-up Reset, generates a device Reset.
The TO
a Watchdog Timer Reset.
The WDT can be permanently disabled by
programming the configuration WDTE as a ‘0’ (see
Section 8.1 “Configuration Bits”). Refer to the
PIC16F527 Programming Specifications to determine
how to access the Configuration Word.
bit of the STATUS register will be cleared upon
DS40001652B-page 50 2012-2013 Microchip Technology Inc.
FIGURE 8-11:WATCHDOG TIMER BLOCK DIAGRAM
(Figure 7-1)
Postscaler
Note 1: PSA, PS<2:0> are bits in the OPTION register.
WDT Time-out
Watchdog
Time
From Timer0 Clock Source
WDT Enable
Configuration
Bit
PSA
Postscaler
8-to-1 MUX
PS<2:0>
(1)
(Figure 7-4)
To Timer0
0
1
M
U
X
1
0
PSA
(1)
MUX
PIC16F527
TABLE 8-5:REGISTERS ASSOCIATED WITH THE WATCHDOG TIMER
NameBit 7Bit 6Bit 5Bit 4Bit 3Bit 2 Bit 1Bit 0
OPTION
RAWU
RAPU
T0SCT0SEPSAPS2PS1PS0
Legend: Shaded boxes = Not used by Watchdog Timer.
8.8Time-out Sequence (TO) and
Power-down (PD
The TO and PD bits in the STATUS register can be
tested to determine if a Reset condition has been
caused by a power-up condition, a MCLR
Timer (WDT) Reset.
TABLE 8-6:TO/PD STATUS AFTER RESET
TOPDReset Caused By
00WDT wake-up from Sleep
0uWDT time-out (not from Sleep)
10MCLR wake-up from Sleep
11Power-up or Brown-out Reset
uuMCLR
Legend: u = unchanged
Note 1: The TO and PD bits maintain their status
not during Sleep
(u) until a Reset occurs. A low pulse on
the MCLR
and PD
(Device in Brown-out Reset)(Device not in Brown-out Reset)
TDRT
TBOR
Reset
(due to BOR)
V
BOR + VHYST
18 ms
V
BOR
V
DD
Internal
Reset
VBOR
V
DD
Internal
Reset
18 ms
< 18 ms
18 ms
V
BOR
V
DD
Internal
Reset
(DRTEN = 1)
(DRTEN = 1)
(DRTEN = 1)
8.9Brown-out Reset (BOR)
On any Reset (Power-on, Brown-out Reset, Watchdog
Timer, etc.), the chip will remain in Reset until VDD rises
A brown-out is a condition where device power (VDD)
dips below its minimum value, but not to zero, and
then recovers. The device should be reset in the event
of a brown-out. The Brown-out Reset feature is
enabled by the BOREN Configuration bit.
If V
DD falls below VBOR for greater than parameter
BOR) (see Figure 8-12), the brown-out situation will
(T
reset the device. This will occur regardless of V
rate. A Reset is not insured to occur if V
BOR for less than parameter (TBOR).
V
DD slew
DD falls below
Please see Section 15.0 “Electrical Characteristics”
for the V
BOR specification and other parameters shown
above V
BOR (see Figure 8-12). If enabled, the Device
Reset Timer will now be invoked, and will keep the chip
in Reset an additional 18 ms.
Note:The Device Reset Timer is enabled by the
DRTEN bit in the Configuration Word
register.
DD drops below VBOR while the Device Reset Timer
If V
is running, the chip will go back into a Brown-out Reset
and the Device Reset Timer will be re-initialized. Once
DD rises above VBOR, the Device Reset Timer will
V
execute a 18 ms Reset.
in Figure 8-12.
FIGURE 8-12:BROWN-OUT RESET TIMING AND CHARACTERISTICS
FIGURE 8-13:BROWN-OUT SITUATIONS
DS40001652B-page 52 2012-2013 Microchip Technology Inc.
PIC16F527
8.10Power-down Mode (Sleep)
A device may be powered down (Sleep) and later
powered up (wake-up from Sleep).
8.10.1SLEEP
The Power-Down mode is entered by executing a
SLEEP instruction.
If enabled, the Watchdog Timer will be cleared but
keeps running, the TO
bit of the STATUS register is cleared and the
the PD
oscillator driver is turned off. The I/O ports maintain the
status they had before the SLEEP instruction was executed (driving high, driving low or high-impedance).
Note:A Reset generated by a WDT time-out
does not drive the MCLR
For lowest current consumption while powered down,
the T0CKI input should be at V
M
CLR/VPP pin must be at a logic high level if MCLR is
enabled.
8.10.2WAKE-UP FROM SLEEP
The device can wake-up from Sleep through one of
the following events:
1.An external Reset input on RB3/MCLR
when configured as MCLR
2. A Watchdog Timer Time-out Reset (if WDT was
enabled).
3. From an interrupt source, see Section 8.11
“Interrupts” for more information.
On waking from Sleep, the processor will continue to
execute the instruction immediately following the
SLEEP instruction. If the WUR bit is also set, upon
waking from Sleep, the device will reset. If the GIE bit
is also set, upon waking from Sleep, the processor will
branch to the interrupt vector. Please see
Section 8.11 “Interrupts” for more information.
The TO and PD bits can be used to determine the
cause of the device Reset. The TO
WDT time-out occurred and subsequently caused a
wake-up. The PD bit, which is set on power-up, is
cleared when SLEEP is invoked.
bit of the STATUS register is set,
pin low.
DD or VSS and the
/VPP pin,
.
bit is cleared if a
The WDT is cleared when the device wakes from
Sleep, regardless of the wake-up source.
Note:Caution: Right before entering Sleep,
read the comparator Configuration
register(s) CM1CON0 and CM2CON0.
When in Sleep, wake-up occurs when the
comparator output bit C1OUT and
C2OUT change from the state they were
in at the last reading. If a wake-up on comparator change occurs and the pins are
not read before re-entering Sleep, a wakeup will occur immediately, even if no pins
change while in Sleep mode.
.
Note:Caution: Right before entering Sleep,
read the input pins. When in Sleep, wakeup occurs when the values at the pins
change from the state they were in at the
last reading. If a wake-up on change
occurs and the pins are not read before
re-entering Sleep, a wake-up will occur
immediately even if no pins change while
in Sleep mode.
The interrupt feature allows certain events to preempt
normal program flow. Firmware is used to determine
the source of the interrupt and act accordingly. Some
interrupts can be configured to wake the MCU from
Sleep mode.
These following interrupt sources are available on the
PIC16F527 device:
• Timer0 Overflow
• ADC Completion
• Comparator Output Change
• Interrupt-on-change pin
Refer to the corresponding chapters for details.
8.11.1OPERATION
Interrupts are disabled upon any device Reset. They
are enabled by setting the following bits:
• GIE bit of the INTCON register
• Interrupt Enable bit(s) for the specific interrupt
event(s)
The enable bits for specific interrupts can be found in
the INTCON1 register. An interrupt is recorded for a
specific interrupt via flag bits found in the INTCON0
register.
The ADC Conversion flag and the Timer0 Overflow
flags will be set regardless of the status of the GIE and
individual interrupt enable bits.
The Comparator and Interrupt-on-change flags must
be enabled for use. One or both of the comparator
outputs can be enabled to affect the interrupt flag by
setting the C
2WU bit in the CM2CON0 register. The Interrupt-on-
C
change flag is enabled by setting the R
OPTION register.
The following events happen when an interrupt event
occurs while the GIE bit is set:
• Current prefetched instruction is flushed
• GIE bit is cleared
• Current Program Counter (PC) is pushed onto the
stack
• Several registers are automatically switched to a
secondary set of registers to store critical data.
(See Section 8.12 “Automatic Context Switch-
ing”)
• PC is loaded with the interrupt vector 0004h
The firmware within the Interrupt Service Routine (ISR)
should determine the source of the interrupt by polling
the interrupt flag bits. The interrupt flag bits must be
cleared before exiting the ISR to avoid repeated
interrupts. Because the GIE bit is cleared, any interrupt
that occurs while executing the ISR will be recorded
through its interrupt flag, but will not cause the
processor to redirect to the interrupt vector.
DS40001652B-page 54 2012-2013 Microchip Technology Inc.
1WU bit in the CM1CON0 register and the
AWU bit in the
8.12Automatic Context Switching
While the device is executing from the ISR, a
secondary set of W, STATUS, FSR and BSR registers
are used by the CPU. These registers are still
addressed at the same location, but hold persistent,
independent values for use inside the ISR. This allows
the contents of the primary set of registers to be
unaffected by interrupts in the main line execution. The
contents of the secondary set of context registers are
visible in the SFR map as the IW, ISTATUS, IFSR and
IBSR registers. When executing code from within the
ISR, these registers will read back the main line
context, and vice versa.
The RETFIE instruction exits the ISR by popping the
previous address from the stack, switching back to the
original set of critical registers and setting the GIE bit.
For additional information on a specific interrupt’s
operation, refer to its peripheral chapter.
Note 1: Individual interrupt flag bits may be set,
regardless of the state of any other
enable bits.
2: All interrupts will be ignored while the GIE
bit is cleared. Any interrupt occurring
while the GIE bit is clear will be serviced
when the GIE bit is set again.
3: All interrupts should be disabled prior to
executing writes or row erases in the selfwritable Flash data memory.
8.13Interrupts during Sleep
Any of the interrupt sources can be used to wake from
Sleep. To wake from Sleep, the peripheral must be
operating without the system clock. The interrupt
source must have the appropriate Interrupt Enable
bit(s) set prior to entering Sleep.
On waking from Sleep, if the GIE bit is also set, the
processor will branch to the interrupt vector. Otherwise,
the processor will continue executing instructions after
the SLEEP instruction. The instruction directly after the
SLEEP instruction will always be executed before
branching to the ISR. Refer to the Section 8.10
“Power-down Mode (Sleep)” for more details.
TABLE 8-7:INTERRUPT PRIORITIES
PIC16F527
8.14Register Definitions — Interrupt Control
REGISTER 8-2:INTCON0 REGISTER
R/W-0R/W-0R/W-0R/W-0U-0U-0U-0R/W-0
ADIFCWIFT0IFRAIF
bit 7bit 0
Legend:
R = Readable bitW = Writable bitU = Unimplemented bit, read as ‘0’
-n = Value at POR‘1’ = Bit is set‘0’ = Bit is clearedx = Bit is unknown
bit 7ADIF: A/D Converter Interrupt Flag bit
1 = A/D conversion complete (must be cleared by software)
0 = A/D conversion has not completed or has not been started
bit 6CWIF: Comparator 1 or 2 Interrupt Flag bit
1 = Comparator interrupt-on-change has occurred
0 = No change in Comparator 1 or 2 output
bit 5T0IF: Timer0 Overflow Interrupt Flag bit
1 = TMR0 register has overflowed (must be cleared by software)
0 = TMR0 register did not overflow
bit 4RAIF: Port A Interrupt-on-change Flag bit
1 = Wake-up or interrupt has occurred (cleared in software)
0 = Wake-up or interrupt has not occurred
bit 3-1Unimplemented: Read as ‘0’
bit 0GIE: Global Interrupt Enable bit
1 = Interrupt sets PC to address 0x004 (Vector to ISR)
0 = Interrupt causes wake-up and inline code execution
Note 1: This bit only functions when the C1WU
2: The RAWU
bit of the OPTION register must be set to enable this function (see Register 4-2).
or C2WU bits are set (see Register 10-1 and Register 10-2).
1 = Interrupt source causes device Reset on wake-up
0 = Interrupt source wakes up device from Sleep (Vector to ISR or inline execution)
———
WUR
DS40001652B-page 56 2012-2013 Microchip Technology Inc.
PIC16F527
External
Connector
Signals
To N o r m a l
Connections
To N o r m a l
Connections
V
DD
VSS
MCLR/VPP
ICSPCLK
ICSPDAT
+5V
0V
V
PP
CLK
Data
V
DD
PIC® Device
8.15Program Verification/Code
Protection
If the code protection bit has not been programmed, the
on-chip program memory can be read out for
verification purposes.
The first 64 locations and the last location (OSCCAL)
can be read, regardless of the code protection bit
setting.
8.16ID Locations
Four memory locations are designated 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.
Use only the lower four bits of the ID locations and
always program the upper eight bits as ‘0’s.
8.17In-Circuit Serial Programming™
The PIC16F527 microcontroller can be serially
programmed while in the end application circuit. This is
simply done with two lines for clock and data, and three
other lines for power, ground and the programming
voltage. This allows customers to manufacture 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.
The devices are placed into a Program/Verify mode by
holding the ICSPCLK and ICSPDAT pins low while
raising the MCLR
programming specification). ICSPCLK becomes the
programming clock and ICSPDAT becomes the
programming data. Both ICSPCLK and ICSPDAT are
Schmitt Trigger inputs in this mode.
After Reset, a 6-bit command is then supplied to the
device. Depending on the command, 14 bits of program
data are then supplied to or from the device, depending
if the command was a load or a read. For complete
details of serial programming, please refer to the
PIC16F527 Programming Specifications.
A typical In-Circuit Serial Programming connection is
shown in Figure 8-14.
DS40001652B-page 58 2012-2013 Microchip Technology Inc.
9.0ANALOG-TO-DIGITAL (A/D)
CONVERTER
The A/D Converter allows conversion of an analog
signal into an 8-bit digital signal.
9.1Clock Divisors
The ADC has four clock source settings ADCS<1:0>.
There are three divisor values 16, 8 and 4. The fourth
setting is INTOSC with a divisor of four. These settings
will allow a proper conversion when using an external
oscillator at speeds from 20 MHz to 350 kHz. Using an
external oscillator at a frequency below 350 kHz
requires the ADC oscillator setting to be INTOSC/4
(ADCS<1:0> = 11) for valid ADC results.
The ADC requires 13 T
conversion. The divisor values do not affect the number
of TAD periods required to perform a conversion. The
divisor values determine the length of the T
When the ADCS<1:0> bits are changed while an ADC
conversion is in process, the new ADC clock source will
not be selected until the next conversion is started. This
clock source selection will be lost when the device
enters Sleep.
Note:The ADC clock is derived from the
instruction clock. The ADCS divisors are
then applied to create the ADC clock
9.1.1VOLTAGE REFERENCE
There is no external voltage reference for the ADC. The
ADC reference voltage will always be V
AD periods to complete a
AD period.
DD.
PIC16F527
Note:It is the user’s responsibility to ensure that
the use of the ADC and op amp
simultaneously on the same pin does not
adversely affect the signal being
monitored or adversely effect device
operation.
When the CHS<3:0> bits are changed during an ADC
conversion, the new channel will not be selected until
the current conversion is completed. This allows the
current conversion to complete with valid results. All
channel selection information will be lost when the
device enters Sleep.
9.1.4THE GO/DONE BIT
The GO/DONE bit is used to determine the status of a
conversion, to start a conversion and to manually halt a
conversion in process. Setting the GO/DONE bit starts
a conversion. When the conversion is complete, the
ADC module clears the GO/DONE bit and sets the
ADIF bit in the INTCON0 register.
A conversion can be terminated by manually clearing
the GO/DONE
Manual termination of a conversion may result in a
partially converted result in ADRES.
The GO/DONE
Sleep, stopping the current conversion. The ADC does
not have a dedicated oscillator, it runs off of the
instruction clock. Therefore, no conversion can occur in
Sleep.
The GO/DONE
bit while a conversion is in process.
bit is cleared when the device enters
bit cannot be set when ADON is clear.
9.1.2ANALOG MODE SELECTION
The ANS<7:0> bits are used to configure pins for
analog input. Upon any Reset, ANS<7:0> defaults to
FF. This configures the affected pins as analog inputs.
Pins configured as analog inputs are not available for
digital output. Users should not change the ANS bits
while a conversion is in process. ANS bits are active
regardless of the condition of ADON.
9.1.3ADC CHANNEL SELECTION
The CHS bits are used to select the analog channel to
be sampled by the ADC. The CHS<3:0> bits can be
changed at any time without adversely effecting a conversion. To acquire an external analog signal, the
CHS<3:0> selection must match one of the pin(s)
selected by the ANS<7:0> bits. When the ADC is on
(ADON = 1) and a channel is selected that is also being
used by the comparator, then both the comparator and
the ADC will see the analog voltage on the pin.
9.1.5A/D ACQUISITION REQUIREMENTS
For the ADC to meet its specified accuracy, the charge
holding capacitor (C
charge to the input channel voltage level. The Analog
Input model is shown in Figure 9-1. The source
impedance (R
impedance directly affect the time required to charge the
capacitor C
varies over the device voltage (V
The maximum recommended impedance for analog
sources is 10 k. As the source impedance is
decreased, the acquisition time may be decreased.
After the analog input channel is selected (or changed),
an A/D acquisition must be done before the conversion
can be started. To calculate the minimum acquisition
time, Equation 9-1 may be used. This equation
assumes that 1/2 LSb error is used (256 steps for the
ADC). The 1/2 LSb error is the maximum error allowed
for the ADC to meet its specified resolution.
Tacq= Amplifier Settling Time + Hold Capacitor Charging Time + Temperature Coefficient
=T
AMP + TC + TCOFF
=2s + TC + [(Temperature - 25°C)(0.05s/°C)]
Solving for Tc:
Tc= C
HOLD (RIC + RSS + RS) In(1/512)
= -25pF (l k
+ 7 k + 10 k ) In(0.00196)
=2.81
s
Therefore:
Tacq= 2
s + 2.81s + [(50°C-25°C)(0.0 5s/°C)]
=6.06
s
CPIN
VA
Rs
ANx
5 pF
V
DD
VT = 0.6V
V
T = 0.6V
I LEAKAGE
RIC 1k
Sampling
Switch
SS
Rss
C
HOLD = 25 pF
V
SS/VREF-
6V
Sampling Switch
5V
4V
3V
2V
567891011
(k)
V
DD
± 500 nA
RSS
Legend:CPIN= Input Capacitance
V
T= Threshold Voltage
I
LEAKAGE= Leakage current at the pin due
to various junctions
R
IC= Interconnect Resistance
SS= Sampling Switch
C
HOLD= Sample/Hold Capacitance
EQUATION 9-1:ACQUISITION TIME EXAMPLE
Note 1: The charge holding capacitor (CHOLD) is
not discharged after each conversion.
2: The maximum recommended impedance
for analog sources is 10 k. This is
required to meet the pin leakage
specification.
FIGURE 9-1:ANALOG INPUT MODULE
DS40001652B-page 60 2012-2013 Microchip Technology Inc.
PIC16F527
9.1.6ANALOG CONVERSION RESULT
REGISTER
The ADRES register contains the results of the last
conversion. These results are present during the
sampling period of the next analog conversion process.
After the sampling period is over, ADRES is cleared
(= 0). A ‘leading one’ is then right shifted into the
ADRES to serve as an internal conversion complete
bit. As each bit weight, starting with the MSB, is
converted, the leading one is shifted right and the
converted bit is stuffed into ADRES. After a total of nine
right shifts of the ‘leading one’ have taken place, the
conversion is complete; the ‘leading one’ has been
shifted out and the GO/DONE
If the GO/DONE
bit is cleared in software during a
bit is cleared.
conversion, the conversion stops and the ADIF bit will
not be set to a ‘1’. The data in ADRES is the partial
conversion result. This data is valid for the bit weights
that have been converted. The position of the ‘leading
one’ determines the number of bits that have been
converted. The bits that were not converted before the
GO/DONE
was cleared are unrecoverable.
REGISTER 9-1:ADCON0: A/D CONTROL REGISTER
R/W-1R/W-1R/W-1R/W-1R/W-1R/W-1R/W-0R/W-0
ADCS1ADCS0CHS3CHS2CHS1CHS0GO/DONE
bit 7bit 0
Legend:
R = Readable bitW = Writable bitU = Unimplemented bit, read as ‘0’
-n = Value at POR‘1’ = Bit is set‘0’ = Bit is clearedx = Bit is unknown
bit 7-6ADCS<1:0>: ADC Conversion Clock Select bits
R = Readable bitW = Writable bitU = Unimplemented bit, read as ‘0’
-n = Value at POR‘1’ = Bit is set‘0’ = Bit is clearedx = Bit is unknown
bit 7-0ADRES<7:0>: ADC Result Register bits
EXAMPLE 9-1:PERFORMING AN
ANALOG-TO-DIGITAL
CONVERSION
DS40001652B-page 62 2012-2013 Microchip Technology Inc.
EXAMPLE 9-2:CHANNEL SELECTION
CHANGE DURING
CONVERSION
9.1.7SLEEP
This ADC does not have a dedicated ADC clock, and
therefore, no conversion in Sleep is possible. If a
conversion is underway and a Sleep command is
executed, the GO/DONE
cleared. This will stop any conversion in process and
power-down the ADC module to conserve power. Due
to the nature of the conversion process, the ADRES
may contain a partial conversion. At least one bit must
have been converted prior to Sleep to have partial conversion data in ADRES. The ADCS and CHS bits are
reset to their default condition; ANS<7:0> = 1s and
CHS<3:0> = 1s.
• For accurate conversions, T
following:
•500ns < T
•TAD = 1/(FOSC/divisor)
Shaded areas indicate T
conversions. If analog input is desired at these
frequencies, use INTOSC/8 for the ADC clock source.
AD < 50 s
and ADON bits will be
AD must meet the
AD out of range for accurate
TABLE 9-1:TAD FOR ADCS SETTINGS WITH VARIOUS OSCILLATORS
A single comparator is shown in Figure 10-2 along with
the relationship between the analog input levels and
the digital output. When the analog input at V
than the analog input V
is a digital low level. The shaded area of the output of
the comparator in Figure 10-2 represent the
uncertainty due to input offsets and response time. See
Table 15-2 for Common Mode Voltage.
IN-, the output of the comparator
FIGURE 10-2:SINGLE COMPARATOR
IN+ is less
10.4Comparator Output
The comparator output is read through the CxOUT bit
in the CM1CON0 or CM2CON0 register. This bit is
read-only. The comparator output may also be used
externally, see Section 10.1 “Comparator Opera-
tion”.
Note:Analog levels on any pin that is defined as
a digital input may cause the input buffer
to consume more current than is specified.
10.5Comparator Wake-up Flag
The Comparator Wake-up Flag bit, CWIF, in the INTCON0 register, is set whenever all of the following conditions are met:
•C1WU
• CM1CON0 or CM2CON0 has been read to latch
• The output of a comparator has changed state
The wake-up flag may be cleared in software or by
another device Reset.
= 0 (CM1CON0<0>) or
C2WU
= 0 (CM2CON0<0>)
the last known state of the C1OUT and C2OUT bit
(MOVF CM1CON0, W)
10.2Comparator Reference
An internal reference signal may be used depending on
the comparator operating mode. The analog signal that
is present at V
the digital output of the comparator is adjusted
accordingly (see Figure 10-2). Please see
Section 11.0 “Comparator Voltage Reference
Module” for internal reference specifications.
IN- is compared to the signal at VIN+, and
10.3Comparator Response Time
Response time is the minimum time after selecting a
new reference voltage or input source before the
comparator output is to have a valid level. If the
comparator inputs are changed, a delay must be used
to allow the comparator to settle to its new state. Please
see Table 15-7 for comparator response time
specifications.
10.6Comparator Operation During
Sleep
When the comparator is enabled it is active. To
minimize power consumption while in Sleep mode, turn
off the comparator before entering Sleep.
10.7Effects of Reset
A Power-on Reset (POR) forces the CMxCON0
register to its Reset state. This forces the Comparator
input pins to analog Reset mode. Device current is
minimized when analog inputs are present at Reset
time.
10.8Analog Input Connection
Considerations
A simplified circuit for an analog input is shown in
Figure 10-3. Since the analog pins are connected to a
digital output, they have reverse biased diodes to VDD
and VSS. The analog input, therefore, must be between
V
SS and VDD. If the input voltage deviates from this
range by more than 0.6V in either direction, one of the
diodes is forward biased and a latch-up may occur. A
maximum source impedance of 10 k is
recommended for the analog sources. Any external
component connected to an analog input pin, such as
a capacitor or a Zener diode, should have very little
leakage current.
DS40001652B-page 66 2012-2013 Microchip Technology Inc.
REGISTER 10-1:CM1CON0: COMPARATOR C1 CONTROL REGISTER
R-1R/W-1R/W-1R/W-1R/W-1R/W-1R/W-1R/W-1
C1OUTC1OUTEN
bit 7bit 0
Legend:
R = Readable bitW = Writable bitU = Unimplemented bit, read as ‘0’
-n = Value at POR‘1’ = Bit is set‘0’ = Bit is clearedx = Bit is unknown
bit 7C1OUT: Comparator Output bit
IN+ > VIN-
1 = V
IN+ < VIN-
0 = V
bit 6C1OUTEN
1 = Output of comparator is NOT placed on the C1OUT pin
0 = Output of comparator is placed in the C1OUT pin
bit 5C1POL: Comparator Output Polarity bit
1 = Output of comparator is not inverted
0 = Output of comparator is inverted
bit 4C1T0CS
1 = TMR0 clock source selected by T0CS control bit
0 = Comparator output used as TMR0 clock source
bit 3C1ON: Comparator Enable bit
1 = Comparator is on
0 = Comparator is off
bit 2C1NREF: Comparator Negative Reference Select bit
1 = C1IN- pin
0 = 0.6V Fixed Input Reference (V
bit 1C1PREF: Comparator Positive Reference Select bit
1 = C1IN+ pin
0 = C1IN- pin
bit 0C1WU
1 = Wake-up On Comparator Change is disabled
0 = Wake-up On Comparator Change is enabled
: Comparator TMR0 Clock Source bit
: Comparator Wake-up On Change Enable bit
C1POLC1T0CSC1ONC1NREFC1PREFC1WU
: Comparator Output Enable bit
FIR)
(1)
(2)
(2)
(3)
Note 1: Overrides TRIS control of the port.
2: When this bit selects an I/O pin and the comparator is turned on, this feature will override the TRIS and
ANSEL settings to make the respective pin an analog input. The value in the ANSEL register, however, is
not overwritten. When the comparator is turned off, the respective pin will revert back to the original TRIS
and ANSEL settings.
3: The C1WU
more information.
DS40001652B-page 68 2012-2013 Microchip Technology Inc.
bit must be set to enable the CWIF function. See the INTCON0 register (see Register 8-2) for
PIC16F527
REGISTER 10-2:CM2CON0: COMPARATOR C2 CONTROL REGISTER
R-1R/W-1R/W-1R/W-1R/W-1R/W-1R/W-1R/W-1
C2OUTC2OUTEN
bit 7bit 0
Legend:
R = Readable bitW = Writable bitU = Unimplemented bit, read as ‘0’
-n = Value at POR‘1’ = Bit is set‘0’ = Bit is clearedx = Bit is unknown
bit 7C2OUT: Comparator Output bit
IN+ > VIN-
1 = V
IN+ < VIN-
0 = V
bit 6C2OUTEN
1 = Output of comparator is NOT placed on the C2OUT pin
0 = Output of comparator is placed in the C2OUT pin
bit 5C2POL: Comparator Output Polarity bit
1 = Output of comparator not inverted
0 = Output of comparator inverted
bit 4C2PREF2: Comparator Positive Reference Select bit
1 = C1IN+ pin
0 = C2IN- pin
bit 3C2ON: Comparator Enable bit
1 = Comparator is on
0 = Comparator is off
bit 2C2NREF: Comparator Negative Reference Select bit
1 = C2IN- pin
REF
0 = CV
bit 1C2PREF1: Comparator Positive Reference Select bit
1 = Wake-up on Comparator change is disabled
0 = Wake-up on Comparator change is enabled.
C2POLC2PREF2C2ONC2NREFC2PREF1C2WU
: Comparator Output Enable bit
(1)
(2)
(2)
(3)
Note 1: Overrides TRIS control of the port.
2: When this bit selects an I/O pin and the comparator is turned on, this feature will override the TRIS and
ANSEL settings to make the respective pin an analog input. The value in the ANSEL register, however, is
not overwritten. When the comparator is turned off, the respective pin will revert back to the original TRIS
and ANSEL settings.
3: The C2WU
more information.
bit must be set to enable the CWIF function. See the INTCON0 register (see Register 8-2) for
TABLE 10-1:REGISTERS ASSOCIATED WITH COMPARATOR MODULE
NameBit 7Bit 6Bit 5Bit 4Bit 3Bit 2Bit 1Bit 0
STATUS
CM1CON0C1OUTC1OUTEN
CM2CON0C2OUTC2OUTEN
TRIS
Legend: x = Unknown, u = Unchanged, – = Unimplemented, read as ‘0’, q = Depends on condition.
DS40001652B-page 70 2012-2013 Microchip Technology Inc.
PIC16F527
VRR = 1 (low range):
VRR = 0 (high range):
CV
REF = (VDD/4) + (VR<3:0> x VDD/32)
CVREF = (VR<3:0>/24) x VDD
11.0COMPARATOR VOLTAGE
REFERENCE MODULE
The Comparator Voltage Reference module also
allows the selection of an internally generated voltage
reference for one of the C2 comparator inputs. The
VRCON register (see Register 11-1) controls the volt-
age reference module shown in Figure 11-1.
11.1Configuring The Voltage
Reference
The voltage reference can output 32 voltage levels; 16
in a high range and 16 in a low range.
Equation 11-1 determines the output voltages:
EQUATION 11-1:
11.2Voltage Reference Accuracy
The full range of VSS to VDD cannot be realized due to
construction of the module. The transistors on the top
and bottom of the resistor ladder network (see
Figure 11-1) keep CV
DD. The exception is when the module is disabled by
V
clearing the VREN bit of the VRCON register. When
disabled, the reference voltage is VSS when VR<3:0>
is ‘0000’ and the VRR bit of the VRCON register is set.
This allows the comparator to detect a zero-crossing
and not consume the CV
The voltage reference is V
REF output changes with fluctuations in VDD. The
the CV
tested absolute accuracy of the comparator voltage
reference can be found in Section 15.0 “ElectricalCharacteristics”.
REF from approaching VSS or
REF module current.
DD derived and, therefore,
REGISTER 11-1:VRCON: VOLTAGE REFERENCE CONTROL REGISTER
R/W-0R/W-0R/W-1U-0R/W-0R/W-0R/W-0R/W-0
VRENVROEVRR—VR3VR2VR1VR0
bit 7bit 0
Legend:
R = Readable bitW = Writable bitU = Unimplemented bit, read as ‘0’
-n = Value at POR‘1’ = Bit is set‘0’ = Bit is clearedx = Bit is unknown
bit 7VREN: CV
1 = CV
0 = CV
bit 6VROE: CV
REF Enable bit
REF is powered on
REF is powered down, no current is drawn
REF Output Enable bit
(1)
1 = CVREF output is enabled
REF output is disabled
0 = CV
bit 5VRR: CVREF Range Selection bit
1 = Low range
0 = High range
bit 4Unimplemented: Read as ‘0’
bit 3-0VR<3:0> CV
REF Value Selection bits
When VRR = 1: CVREF= (VR<3:0>/24)*VDD
When VRR = 0: CVREF= VDD/4+(VR<3:0>/32)*VDD
Note 1: When this bit is set, the TRIS for the CVREF pin is overridden and the analog voltage is placed on the
FIGURE 11-1:COMPARATOR VOLTAGE REFERENCE BLOCK DIAGRAM
TABLE 11-1:REGISTERS ASSOCIATED WITH COMPARATOR VOLTAGE REFERENCE
NameBit 7Bit 6Bit 5Bit 4Bit 3Bit 2Bit 1 Bit 0
VRCONVRENVROEVRR
CM1CON0 C1OUT C1OUTEN
CM2CON0 C2OUT C2OUTEN
C1POLC1T0CSC1ONC1NREFC1PREFC1WU68
C2POL C2PREF2C2ONC2NREFC2PREF1C2WU69
Legend: x = unknown, u = unchanged, – = unimplemented, read as ‘0’, q = value depends on condition.
—VR3VR2VR1VR071
Register
on page
DS40001652B-page 72 2012-2013 Microchip Technology Inc.
12.0OPERATIONAL AMPLIFIER
OPA1
OPACON<OPA1ON>
To ADC and Comparator MUXs
OP1+
OP1-
OP1
OPA2
OPACON<OPA2ON>
OP2+
OP2-
OP2
(OPA) MODULE
The OPA module has the following features:
• Two independent Operational Amplifiers
• External connections to all ports
• 3 MHz Gain Bandwidth Product (GBWP)
12.1OPACON Register
The OPA module is enabled by setting the OPAxON bit
of the OPACON Register.
Note:When OPA1 or OPA2 is enabled, the OP1
pin or OP2 pin, respectively, is driven by
the op amp output, not by the port driver.
Refer to Table 15-5 for the electrical spec-
ifications for the op amp output drive
capability.
R = Readable bitW = Writable bitU = Unimplemented bit, read as ‘0’
-n = Value at POR‘1’ = Bit is set‘0’ = Bit is clearedx = Bit is unknown
bit 7-2Unimplemented: Read as ‘0’
bit 1OPA2ON: Op Amp Enable bit
1 = Op amp 2 is enabled
0 = Op amp 2 is disabled
bit 0OPA1ON: Op Amp Enable bit
1 = Op amp 1 is enabled
0 = Op amp 1 is disabled
12.2Effects of a Reset
A device Reset forces all registers to their Reset state.
This disables both op amps.
12.3OPA Module Performance
Common AC and DC performance specifications for
the OPA module:
• Common Mode Voltage Range
• Leakage Current
• Input Offset Voltage
• Open Loop Gain
• Gain Bandwidth Product (GBWP)
Common mode voltage range is the specified voltage
range for the OP+ and OP- inputs, for which the OPA
module will perform to within its specifications. The
OPA module is designed to operate with input voltages
between 0 and V
voltages greater than V
beyond the normal operating range.
DD-1.5V. Behavior for common mode
DD-1.5V, or below 0V, are
Leakage current is a measure of the small source or
sink currents on the OP+ and OP- inputs. To minimize
the effect of leakage currents, the effective impedances
connected to the OP+ and OP- inputs should be kept
as small as possible and equal.
Input offset voltage is a measure of the voltage difference between the OP+ and OP- inputs in a closed loop
circuit with the OPA in its linear region. The offset voltage will appear as a DC offset in the output equal to the
input offset voltage, multiplied by the gain of the circuit.
The input offset voltage is also affected by the common
mode voltage.
Open loop gain is the ratio of the output voltage to the
differential input voltage, (OP+) - (OP-). The gain is
greatest at DC and falls off with frequency.
Gain Bandwidth Product or GBWP is the frequency
at which the open loop gain falls off to 0 dB.
12.4Effects of Sleep
When enabled, the op amps continue to operate and
consume current while the processor is in Sleep mode.
TABLE 12-1:REGISTERS ASSOCIATED WITH THE OPA MODULE
NameBit 7Bit 6Bit 5Bit 4Bit 3Bit 2Bit 1Bit 0
ANSELANS7ANS6
OPACON
TRISI/O Control Registers (TRISA, TRISB, TRISC)—
Legend: x = unknown, u = unchanged, - = unimplemented, read as ‘0’. Shaded cells are not used for the OPA
——————OPA2ONOPA1ON 74
module.
ANS5ANS4ANS3ANS2ANS1ANS032
Register on
page
DS40001652B-page 74 2012-2013 Microchip Technology Inc.
PIC16F527
Byte-oriented file register operations
11 6 5 4 0
d = 0 for destination W
OPCODE d f (FILE #)
d = 1 for destination f
f = 5-bit file register address
Bit-oriented file register operations
11 8 7 5 4 0
OPCODE b (BIT #) f (FILE #)
b = 3-bit bit address
f = 5-bit file register address
Literal and control operations (except GOTO)
11 8 7 0
OPCODE k (literal)
k = 8-bit immediate value
Literal and control operations – GOTO instruction
11 9 8 0
OPCODE k (literal)
k = 9-bit immediate value
13.0INSTRUCTION SET SUMMARY
The PIC16 instruction set is highly orthogonal and is
comprised of three basic categories.
• Byte-oriented operations
• Bit-oriented operations
• Literal and control operations
Each PIC16 instruction is a 12-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 formats for each of the
categories is presented in Figure 13-1, while the
various opcode fields are summarized in Table 13-1.
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 designator specifies where the result of
the operation is to be placed. If ‘d’ is ‘0’, the result is
placed in the W register. If ‘d’ is ‘1’, the result is placed
in the file register specified in the instruction.
For bit-oriented instructions, ‘b’ represents a bit field
designator which selects the number of the bit affected
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
8 or 9-bit constant or literal value.
All instructions are executed within a single instruction
cycle, unless a conditional test is true or the program
counter is changed as a result of an instruction. In this
case, the execution takes two instruction cycles. One
instruction cycle consists of four oscillator periods.
Thus, for an oscillator frequency of 4 MHz, the normal
instruction execution time is 1 s. If a conditional test is
true or the program counter is changed as a result of an
instruction, the instruction execution time is 2 s.
Figure 13-1 shows the three general formats that the
instructions can have. All examples in the figure use
the following format to represent a hexadecimal
number:
0xhhh
where ‘h’ signifies a hexadecimal digit.
FIGURE 13-1:GENERAL FORMAT FOR
INSTRUCTIONS
TABLE 13-1:OPCODE 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
labelLabel name
TOSTop-of-Stack
WDTWatchdog Timer counter
destDestination, either the W register or the specified
Note 1: The 9th bit of the program counter will be forced to a ‘0’ by any instruction that writes to the PC except for
f, d
f, d
f
—
f, d
f, d
f, d
f, d
f, d
f, d
f, d
f
—
f, d
f, d
f, d
f, d
f, d
f, b
f, b
f, b
f, b
k
k
—
k
k
k
k
—
—
k
—
—
f
k
GOTO. See Section 4.6 “Program Counter”.
2: 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’.
3: The instruction TRIS f, where f = 6, causes the contents of the W register to be written to the tri-state
latches of PORTA. A ‘1’ forces the pin to a high-impedance state and disables the output buffers.
4: If this instruction is executed on the TMR0 register (and, where applicable, d = 1), the prescaler will be
cleared (if assigned to TMR0).
Add W and f
AND W with f
Clear f
Clear W
Complement f
Decrement f
Decrement f, Skip if 0
Increment f
Increment f, Skip if 0
Inclusive OR W with f
Move f
Move W to f
No Operation
Rotate left f through Carry
Rotate right f through Carry
Subtract W from f
Swap f
Exclusive OR W with f
Bit Clear f
Bit Set f
Bit Test f, Skip if Clear
Bit Test f, Skip if Set
AND literal with W
Call Subroutine
Clear Watchdog Timer
Unconditional branch
Inclusive OR literal with W
Move Literal to BSR Register
Move literal to W
Load OPTION register
Return from Interrupt
Return, place literal in W
Return, maintain W
Go into Standby mode
Load TRIS register
Exclusive OR literal to W
Description:If bit ‘b’ in register ‘f’ is ‘1’, then the
next instruction is skipped.
If bit ‘b’ is ‘1’, then the next instruc-
tion fetched during the current
instruction execution, is discarded
and a NOP is executed instead,
making this a 2-cycle instruction.
CALLSubroutine Call
Syntax:[ label ] CALL k
Operands:0 k 255
Operation:(PC) + 1 Top-of-Stack;
k PC<7:0>;
(STATUS<6:5>) PC<10:9>;
0 PC<8>
Status Affected: None
Description:Subroutine call. First, return
address (PC + 1) is PUSHed onto
the stack. The 8-bit immediate
address is loaded into PC
bits <7:0>. The upper bits
PC<10:9> are loaded from
STATUS<6:5>, PC<8> is cleared.
CALL is a 2-cycle instruction.
CLRWClear W
Syntax:[ label ] CLRW
Operands:None
Operation:00h (W);
1 Z
Status Affected: Z
Description:The W register is cleared. Zero bit
(Z) is set.
CLRWDTClear Watchdog Timer
Syntax:[ label ] CLRWDT
Operands:None
Operation:00h WDT;
0 WDT prescaler (if assigned);
1 TO;
1 PD
Status Affected: TO, PD
Description:The CLRWDT instruction resets the
WDT. It also resets the prescaler, if
the prescaler is assigned to the
WDT and not Timer0. Status bits
TO and PD are set.
CLRFClear f
Syntax:[ label ] CLRF f
Operands:0 f 31
Operation:00h (f);
1 Z
Status Affected: Z
Description:The contents of register ‘f’ are
cleared and the Z bit is set.
DS40001652B-page 78 2012-2013 Microchip Technology Inc.
COMFComplement f
Syntax:[ label ] COMF f,d
Operands:0 f 31
d [0,1]
Operation:(f
Status Affected: Z
Description:The contents of register ‘f’ are
) (dest)
complemented. If ‘d’ is ‘0’, the
result is stored in the W register. If
‘d’ is ‘1’, the result is stored back in
register ‘f’.
PIC16F527
DECFDecrement f
Syntax:[ label ] DECF f,d
Operands:0 f 31
d [0,1]
Operation:(f) – 1 (dest)
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 register ‘f’.
DECFSZDecrement f, Skip if 0
Syntax:[ label ] DECFSZ f,d
Operands:0 f 31
d [0,1]
Operation:(f) – 1 d; skip if result = 0
Status Affected: None
Description:The contents of register ‘f’ are
decremented. 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 ‘0’, the next instruction, which is already fetched, is
discarded and a NOP is executed
instead making it a 2-cycle instruction.
INCFIncrement f
Syntax:[ label ] INCF f,d
Operands:0 f 31
d [0,1]
Operation:(f) + 1 (dest)
Status Affected: Z
Description:The contents of register ‘f’ are
incremented. If ‘d’ is ‘0’, the result
is placed in the W register. If ‘d’ is
‘1’, the result is placed back in
register ‘f’.
INCFSZIncrement f, Skip if 0
Syntax:[ label ] INCFSZ f,d
Operands:0 f 31
d [0,1]
Operation:(f) + 1 (dest), skip if result = 0
Status Affected: None
Description:The contents of register ‘f’ are
incremented. 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 ‘0’, then the next
instruction, which is already
fetched, is discarded and a NOP is
executed instead making it a
2-cycle instruction.
GOTOUnconditional Branch
Syntax:[ label ] GOTO k
Operands:0 k 511
Operation:k PC<8:0>;
STATUS<6:5> PC<10:9>
Status Affected: None
Description:GOTO is an unconditional branch.
The 9-bit immediate value is
loaded into PC bits <8:0>. The
upper bits of PC are loaded from
STATUS<6:5>. GOTO is a 2-cycle
instruction.
Syntax:[ label ] IORLW k
Operands:0 k 255
Operation:(W) .OR. (k) (W)
Status Affected: Z
Description:The contents of the W register are
OR’ed with the 8-bit literal ‘k’. The
result is placed in the W register.
PIC16F527
IORWFInclusive OR W with f
Syntax:[ label ] IORWF f,d
Operands:0 f 31
d [0,1]
Operation:(W).OR. (f) (dest)
Status Affected: Z
Description:Inclusive OR the W register with
register ‘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’.
MOVFMove f
Syntax:[ label ] MOVF f,d
Operands:0 f 31
d [0,1]
Operation:(f) (dest)
Status Affected: Z
Description:The contents of register ‘f’ are
moved to destination ‘d’. If ‘d’ is ‘0’,
destination is the W register. If ‘d’
is ‘1’, the destination is file
register ‘f’. ‘d’ = 1 is useful as a
test of a file register, since status
flag Z is affected.
MOVWFMove W to f
Syntax:[ label ] MOVWF f
Operands:0 f 31
Operation:(W) (f)
Status Affected: None
Description:Move data from the W register to
register ‘f’.
NOPNo Operation
Syntax:[ label ] NOP
Operands:None
Operation:No operation
Status Affected: None
Description:No operation.
MOVLBMove Literal to BSR
Syntax:[ label ] MOVLB k
Operands:0 k 7
Operation:k (BSR)
Status Affected: None
Description:The 3-bit literal ‘k’ is loaded into
the BSR register.
MOVLWMove Literal to W
Syntax:[ label ] MOVLW k
Operands:0 k 255
Operation:k (W)
Status Affected: None
Description:The 8-bit literal ‘k’ is loaded into
the W register. The “don’t cares”
will assembled as ‘0’s.
OPTIONLoad OPTION Register
Syntax:[ label ] OPTION
Operands:None
Operation:(W) OPTION
Status Affected: None
Description:The content of the W register is
loaded into the OPTION register.
RETFIEReturn From Interrupt
Syntax:[ label ] RETFIE
Operands:None
Operation:TOS PC
1 GIE
Status Affected: None
Description:The program counter is loaded
from the top of the stack (the
return address).
GIE bit of INTCON0 is set.
This is a 2-cycle instruction.
DS40001652B-page 80 2012-2013 Microchip Technology Inc.
PIC16F527
C
register ‘f’
C
register ‘f’
RETLWReturn with Literal in W
Syntax:[ label ] RETLW k
Operands:0 k 255
Operation:k (W);
TOS PC
Status Affected: None
Description:The W register is loaded with the
8-bit literal ‘k’. The program
counter is loaded from the top of
the stack (the return address). This
is a 2-cycle instruction.
RETURNReturn
Syntax:[ label ] RETURN
Operands:None
Operation:TOS PC
Status Affected: None
Description:The program counter is loaded
from the top of the stack (the
return address). This is a 2-cycle
instruction.
RLFRotate Left f through Carry
Syntax:[ label ]RLF f,d
Operands:0 f 31
d [0,1]
Operation:See description 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’.
RRFRotate Right f through Carry
Syntax:[ label ] RRF f,d
Operands:0 f 31
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’.
SLEEPEnter SLEEP Mode
Syntax:
Operands:None
Operation:00h WDT;
Status Affected: TO, PD
Description:Time-out Status bit (TO) is set.
SUBWFSubtract W from f
Syntax:
Operands:0 f 31
Operation:(f) – (W) dest)
Status Affected: C, DC, Z
Description:Subtract (2’s complement method)
[label ]
0 WDT prescaler
1 TO
0 PD
The Power-down Status bit (PD
cleared.
The WDT and its prescaler are
cleared.
The processor is put into Sleep
mode with the oscillator stopped.
See Section 8.10 “Power-down
Mode (Sleep)” on Sleep for more
details.
[label ] SUBWF f,d
d [0,1]
the 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’.
register ‘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’.
TRISLoad TRIS Register
Syntax:[ label ] TRISf
Operands:f =
Operation:(W) TRIS register f
Status Affected: None
Description:TRIS register ‘f’ (f = 6, 7 or 8) is
6
loaded with the contents of the W
register
XORWFExclusive OR W with f
Syntax:[ label ] XORWF f,d
Operands:0 f 31
d [0,1]
Operation:(W) .XOR. (f) dest)
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 register ‘f’.
XORLWExclusive OR literal with W
Syntax:
Operands:0 k 255
Operation:(W) .XOR. k W)
Status Affected: Z
Description:The contents of the W register are
[ label ]XORLW k
XOR’ed with the 8-bit literal ‘k’.
The result is placed in the W
register.
DS40001652B-page 82 2012-2013 Microchip Technology Inc.
PIC16F527
14.0DEVELOPMENT SUPPORT
The PIC® microcontrollers (MCU) and dsPIC® digital
signal controllers (DSC) are supported with a full range
of software and hardware development tools:
• Integrated Development Environment
- MPLAB
• Compilers/Assemblers/Linkers
- MPLAB XC Compiler
- MPASM
-MPLINK
MPLIB
- MPLAB Assembler/Linker/Librarian for
Various Device Families
• Simulators
- MPLAB X SIM Software Simulator
•Emulators
- MPLAB REAL ICE™ In-Circuit Emulator
• In-Circuit Debuggers/Programmers
- MPLAB ICD 3
- PICkit™ 3
• Device Programmers
- MPLAB PM3 Device Programmer
• Low-Cost Demonstration/Development Boards,
Evaluation Kits and Starter Kits
• Third-party development tools
®
X IDE Software
TM
Assembler
TM
Object Linker/
TM
Object Librarian
14.1MPLAB X Integrated Development
Environment Software
The MPLAB X IDE is a single, unified graphical user
interface for Microchip and third-party software, and
hardware development tool that runs on Windows®,
Linux and Mac OS
MPLAB X IDE is an entirely new IDE with a host of free
software components and plug-ins for highperformance application development and debugging.
Moving between tools and upgrading from software
simulators to hardware debugging and programming
tools is simple with the seamless user interface.
With complete project management, visual call graphs,
a configurable watch window and a feature-rich editor
that includes code completion and context menus,
MPLAB X IDE is flexible and friendly enough for new
users. With the ability to support multiple tools on
multiple projects with simultaneous debugging, MPLAB
X IDE is also suitable for the needs of experienced
users.
The MPLAB XC Compilers are complete ANSI C
compilers for all of Microchip’s 8, 16, and 32-bit MCU
and DSC devices. These compilers provide powerful
integration capabilities, superior code optimization and
ease of use. MPLAB XC Compilers run on Windows,
Linux or MAC OS X.
For easy source level debugging, the compilers provide
debug information that is optimized to the MPLAB X
IDE.
The free MPLAB XC Compiler editions support all
devices and commands, with no time or memory
restrictions, and offer sufficient code optimization for
most applications.
MPLAB XC Compilers include an assembler, linker and
utilities. The assembler generates relocatable object
files that can then be archived or linked with other relocatable object files and archives to create an executable file. MPLAB XC Compiler uses the assembler to
produce its object file. Notable features of the assembler include:
• Support for the entire device instruction set
• Support for fixed-point and floating-point data
• Command-line interface
• Rich directive set
• Flexible macro language
• MPLAB X IDE compatibility
14.3MPASM Assembler
The MPASM Assembler is a full-featured, universal
macro assembler for PIC10/12/16/18 MCUs.
The MPASM Assembler generates relocatable object
files for the MPLINK Object Linker, Intel
files, MAP files to detail memory usage and symbol
reference, absolute LST files that contain source lines
and generated machine code, and COFF files for
debugging.
The MPASM Assembler features include:
• Integration into MPLAB X IDE projects
• User-defined macros to streamline
assembly code
• Conditional assembly for multipurpose
source files
• Directives that allow complete control over the
assembly process
®
standard HEX
14.4MPLINK Object Linker/
MPLIB Object Librarian
The MPLINK Object Linker combines relocatable
objects created by the MPASM Assembler. It can link
relocatable objects from precompiled libraries, using
directives from a linker script.
The MPLIB Object Librarian manages the creation and
modification of library files of precompiled code. When
a routine from a library is called from a source file, only
the modules that contain that routine will be linked in
with the application. This allows large libraries to be
used efficiently in many different applications.
The object linker/library features include:
• Efficient linking of single libraries instead of many
smaller files
• Enhanced code maintainability by grouping
related modules together
• Flexible creation of libraries with easy module
listing, replacement, deletion and extraction
14.5MPLAB Assembler, Linker and
Librarian for Various Device
Families
MPLAB Assembler produces relocatable machine
code from symbolic assembly language for PIC24,
PIC32 and dsPIC DSC devices. MPLAB XC Compiler
uses the assembler to produce its object file. The
assembler generates relocatable object files that can
then be archived or linked with other relocatable object
files and archives to create an executable file. Notable
features of the assembler include:
• Support for the entire device instruction set
• Support for fixed-point and floating-point data
• Command-line interface
• Rich directive set
• Flexible macro language
• MPLAB X IDE compatibility
DS40001652B-page 84 2012-2013 Microchip Technology Inc.
PIC16F527
14.6MPLAB X SIM Software Simulator
The MPLAB X SIM Software Simulator allows code
development in a PC-hosted environment by simulating the PIC MCUs and dsPIC DSCs on an instruction
level. On any given instruction, the data areas can be
examined or modified and stimuli can be applied from
a comprehensive stimulus controller. Registers can be
logged to files for further run-time analysis. The trace
buffer and logic analyzer display extend the power of
the simulator to record and track program execution,
actions on I/O, most peripherals and internal registers.
The MPLAB X SIM Software Simulator fully supports
symbolic debugging using the MPLAB XC Compilers,
and the MPASM and MPLAB Assemblers. The software simulator offers the flexibility to develop and
debug code outside of the hardware laboratory environment, making it an excellent, economical software
development tool.
14.7MPLAB REAL ICE In-Circuit
Emulator System
The MPLAB REAL ICE In-Circuit Emulator System is
Microchip’s next generation high-speed emulator for
Microchip Flash DSC and MCU devices. It debugs and
programs all 8, 16 and 32-bit MCU, and DSC devices
with the easy-to-use, powerful graphical user interface of
the MPLAB X IDE.
The emulator is connected to the design engineer’s
PC using a high-speed USB 2.0 interface and is
connected to the target with either a connector
compatible with in-circuit debugger systems (RJ-11)
or with the new high-speed, noise tolerant, LowVoltage Differential Signal (LVDS) interconnection
(CAT5).
The emulator is field upgradable through future firmware
downloads in MPLAB X IDE. MPLAB REAL ICE offers
significant advantages over competitive emulators
including full-speed emulation, run-time variable
watches, trace analysis, complex breakpoints, logic
probes, a ruggedized probe interface and long (up to
three meters) interconnection cables.
14.8MPLAB ICD 3 In-Circuit Debugger
System
The MPLAB ICD 3 In-Circuit Debugger System is
Microchip’s most cost-effective, high-speed hardware
debugger/programmer for Microchip Flash DSC and
MCU devices. It debugs and programs PIC Flash
microcontrollers and dsPIC DSCs with the powerful,
yet easy-to-use graphical user interface of the MPLAB
IDE.
The MPLAB ICD 3 In-Circuit Debugger probe is
connected to the design engineer’s PC using a highspeed USB 2.0 interface and is connected to the target
with a connector compatible with the MPLAB ICD 2 or
MPLAB REAL ICE systems (RJ-11). MPLAB ICD 3
supports all MPLAB ICD 2 headers.
14.9PICkit 3 In-Circuit Debugger/
Programmer
The MPLAB PICkit 3 allows debugging and programming of PIC and dsPIC Flash microcontrollers at a most
affordable price point using the powerful graphical user
interface of the MPLAB IDE. The MPLAB PICkit 3 is
connected to the design engineer’s PC using a fullspeed USB interface and can be connected to the target via a Microchip debug (RJ-11) connector (compatible with MPLAB ICD 3 and MPLAB REAL ICE). The
connector uses two device I/O pins and the Reset line
to implement in-circuit debugging and In-Circuit Serial
Programming™ (ICSP™).
14.10 MPLAB PM3 Device Programmer
The MPLAB PM3 Device Programmer is a universal,
CE compliant device programmer with programmable
voltage verification at VDDMIN and VDDMAX for
maximum reliability. It features a large LCD display
(128 x 64) for menus and error messages, and a modular, detachable socket assembly to support various
package types. The ICSP cable assembly is included
as a standard item. In Stand-Alone mode, the MPLAB
PM3 Device Programmer can read, verify and program
PIC devices without a PC connection. It can also set
code protection in this mode. The MPLAB PM3
connects to the host PC via an RS-232 or USB cable.
The MPLAB PM3 has high-speed communications and
optimized algorithms for quick programming of large
memory devices, and incorporates an MMC card for file
storage and data applications.
14.11 Demonstration/Development
Boards, Evaluation Kits, and
Starter Kits
A wide variety of demonstration, development and
evaluation boards for various PIC MCUs and dsPIC
DSCs allows quick application development on fully
functional systems. Most boards include prototyping
areas for adding custom circuitry and provide application firmware and source code for examination and
modification.
The boards support a variety of features, including LEDs,
temperature sensors, switches, speakers, RS-232
interfaces, LCD displays, potentiometers and additional
EEPROM memory.
The demonstration and development boards can be
used in teaching environments, for prototyping custom
circuits and for learning about various microcontroller
applications.
In addition to the PICDEM™ and dsPICDEM™
demonstration/development board series of circuits,
Microchip has a line of evaluation kits and demonstration software for analog filter design, K
ICs, CAN, IrDA
SEEVAL
rate sensing, plus many more.
Also available are starter kits that contain everything
needed to experience the specified device. This usually
includes a single application and debug capability, all
on one board.
Check the Microchip web page (www.microchip.com)
for the complete list of demonstration, development
and evaluation kits.
®
®
evaluation system, Sigma-Delta ADC, flow
, PowerSmart battery management,
EELOQ
®
security
14.12 Third-Party Development Tools
Microchip also offers a great collection of tools from
third-party vendors. These tools are carefully selected
to offer good value and unique functionality.
• Device Programmers and Gang Programmers
from companies, such as SoftLog and CCS
• Software Tools from companies, such as Gimpel
and Trace Systems
• Protocol Analyzers from companies, such as
Saleae and Total Phase
• Demonstration Boards from companies, such as
MikroElektronika, Digilent
• Embedded Ethernet Solutions from companies,
such as EZ Web Lynx, WIZnet and IPLogika
®
and Olimex
®
DS40001652B-page 86 2012-2013 Microchip Technology Inc.
15.0ELECTRICAL CHARACTERISTICS
PIC16F527
Absolute Maximum Ratings
(†)
Ambient temperature under bias.......................................................................................................... -40°C to +125°C
Storage temperature ............................................................................................................................-65°C to +150°C
Voltage on V
Voltage on MCLR
Voltage on all other pins with respect to V
Total power dissipation
Max. current out of V
Max. current into V
Input clamp current, I
Output clamp current, I
DD with respect to VSS ...............................................................................................................0 to +6.5V
with respect to VSS..........................................................................................................0 to +13.5V
SS ............................................................................... -0.3V to (VDD + 0.3V)
SS pin ................................................................................................................................ 200 mA
DD pin ...................................................................................................................................150 mA
IK (VI < 0 or VI > VDD)20 mA
OK (VO < 0 or VO > VDD) 20 mA
Max. output current sunk by any I/O pin ..............................................................................................................25 mA
Max. output current sourced by any I/O pin.........................................................................................................25 mA
Max. output current sourced by I/O port .............................................................................................................. 75 mA
Max. output current sunk by I/O port ...................................................................................................................75 mA
Note 1: Power dissipation is calculated as follows: P
†
NOTICE: Stresses above those listed under “Absolute Maximum Ratings” may cause permanent damage to the
DIS = VDD x {IDD – IOH} + {(VDD – VOH) x IOH} + (VOL x IOL)
device. This is a stress rating only and functional operation of the device at those or any other conditions above
those indicated in the operation listings of this specification is not implied. Exposure to maximum rating conditions
for extended periods may affect device reliability.
*These parameters are characterized but not tested.
Note 1: Response time measured with one comparator input at (VDD – 1.5)/2 while the other input transitions from
SS to VDD – 1.5V.
V
TABLE 15-3:COMPARATOR VOLTAGE REFERENCE (CVREF) SPECIFICATIONS
Sym.CharacteristicsMin.Typ.Max.UnitsComments
CV
RESResolution—
Absolute Accuracy
Unit Resistor Value (R)—
Settling Time
* These parameters are characterized but not tested.
Note 1: Settling time measured while VRR = 1 and VR<3:0> transitions from 0000 to 1111.
2: Do not use reference externally when V
with comparator Voltage Common mode observed.
(1)
Standard Operating Conditions (unless otherwise stated)
Operating temperature-40°C to 125°C
VOS
MRR55——db
TRT
MC2COV—— 10 s
T
(2)
—± 5.0±10.0mV
—150 — ns
—
—
—
VDD/24*
DD/32
V
—
—
—
—
±1/2*
±1/2*
LSb
LSb
LSb
LSb
2K*—
—
——10*s
DD < 2.7V. Under this condition, reference should only be used
Low Range (V
High Range (V
RR = 1)
RR = 0)
Low Range (VRR = 1)
High Range (V
RR = 0)
TABLE 15-4:FIXED INPUT REFERENCE SPECIFICATION
Input Reference Specifications
CharacteristicsSym.Min.Typ.Max.UnitsComments
Absolute AccuracyVFIR0.50.600.7V
DS40001652B-page 94 2012-2013 Microchip Technology Inc.
Standard Operating Conditions (unless otherwise stated)
Operating temperature-40°C to 125°C
PIC16F527
TABLE 15-5:A/D CONVERTER CHARACTERISTICS
Standard Operating Conditions (unless otherwise stated)
Operating temperature: 25°C
Param.
No.
A01N
A03EINL Integral Error——1.5LSb VDD = 5.0V
A04E
A05EFS Full Scale Range2.0*—5.5*V
A06E
A07EGN Gain Error-0.7—2.2LSb VDD = 5.0V
A10—Monotonicity—guaranteed
A25*VAIN Analog Input
A30*Z
Note 1: The A/D conversion result never decreases with an increase in the input voltage and has no missing
Sym.CharacteristicMin.Typ.†Max.UnitsConditions
RResolution——8bit
DNL Differential Error——EDNL1.7 LSb No missing codes
DD = 5.0V
V
OFF Offset Error——1.5LSb VDD = 5.0V
(1)
VSS—VDDV
Voltage
AIN Recommended
Impedance of
Analog Voltage
Source
*These parameters are characterized but not tested.
† Data in “Typ” column is at 5.0V, 25C unless otherwise stated. These parameters are for design guidance
15.3Timing Parameter Symbology and Load Conditions
The timing parameter symbols have been created following one of the following formats:
1. TppS2ppS
2. TppS
T
FFrequencyT Time
Lowercase subscripts (pp) and their meanings:
pp
2tomcMCLR
ckCLKOUToscOscillator
cyCycle timeosOSC1
drtDevice Reset Timert0T0CKI
ioI/O portwdtWatchdog Timer
Uppercase letters and their meanings:
S
FFallPPeriod
HHighRRise
IInvalid (high-impedance)VValid
LLowZHigh-impedance
FIGURE 15-3:LOAD CONDITIONS
FIGURE 15-4:EXTERNAL CLOCK TIMING
DS40001652B-page 96 2012-2013 Microchip Technology Inc.
PIC16F527
TABLE 15-6:EXTERNAL CLOCK TIMING REQUIREMENTS
Standard Operating Conditions (unless otherwise specified)
Operating Temperature -40C T
AC Characteristics
Operating voltage V
-40C T
DD range is described in Section 15.1 “DC
Characteristics: PIC16F527 (Industrial)”.
Param.
No.
1AF
Sym.CharacteristicMin.Typ.
OSCExternal CLKIN Frequency
(2)
DC—4MHz XT Oscillator
(1)
Max. UnitsConditions
DC—20MHz HS/EC Oscillator
DC—200kHz LP Oscillator
Oscillator Frequency
(2)
DC—4MHz EXTRC Oscillator
0.1—4MHz XT Oscillator
4—20MHz HS/EC Oscillator
DC—200kHz LP Oscillator
1T
OSCExternal CLKIN Period
(2)
250——nsXT Oscillator
50——nsHS/EC Oscillator
5— —sLP Oscillator
Oscillator Period
(2)
250——nsEXTRC Oscillator
250—10,000nsXT Oscillator
50—250nsHS/EC Oscillator
5— —sLP Oscillator
2TCYInstruction Cycle Time2004/FOSCDCns
3TosL,
To sH
Clock in (OSC1) Low or High
Time
50*——nsXT Oscillator
2*——sLP Oscillator
10*——nsHS/EC Oscillator
4TosR,
To sF
Clock in (OSC1) Rise or Fall
Time
——25*nsXT Oscillator
——50*nsLP Oscillator
——15*nsHS/EC Oscillator
*These parameters are characterized but not tested.
Note 1: Data in the Typical (“Typ”) column is at 5V, 25C unless otherwise stated. These parameters are for design
guidance only and are not tested.
2: All specified values are based on characterization data for that particular oscillator type under standard
operating conditions with the device executing code. Exceeding these specified limits may result in an
unstable oscillator operation and/or higher than expected current consumption. When an external clock
input is used, the “max.” cycle time limit is “DC” (no clock) for all devices.
*These parameters are characterized but not tested.
† Data in the Typical (“Typ”) column is at 5V, 25C unless otherwise stated. These parameters are for design
guidance only and are not tested.
Note 1: To ensure these oscillator frequency tolerances, V
DD and VSS must be capacitively decoupled as close to
the device as possible. 0.1 uF and 0.01 uF values in parallel are recommended.
A +85C (industrial),
A +125C (extended)
0C T
A +85C
-40C T
-40C T
A +85C (Ind.)
A +125C (Ext.)
DS40001652B-page 98 2012-2013 Microchip Technology Inc.
FIGURE 15-5:I/O TIMING
OSC1
I/O Pin
(input)
I/O Pin
(output)
Q4
Q1
Q2Q3
17
20, 21
18
Old Value
New Value
19
Note:All tests must be done with specified capacitive loads (see data sheet) 50 pF on I/O pins and CLKOUT.
PIC16F527
TABLE 15-8: TIMING REQUIREMENTS
Standard Operating Conditions (unless otherwise specified)
AC
Characteristics
Operating Temperature -40C T
-40C T
Operating voltage V
DD range is described in Section 15.1 “DC Characteristics: PIC16F527
(Industrial)”.
Param.
No.
17T
18T
19T
20T
21TIOFPort Output Fall Time
Sym.CharacteristicMin.Typ.
OSH2IOVOSC1 (Q1 cycle) to Port Out Valid
OSH2IOIOSC1 (Q2 cycle) to Port Input Invalid (I/O in hold
IOV2OSH Port Input Valid to OSC1 (I/O in setup time)20*——ns
IORPort Output Rise Time
time)
(2)
(3)
(3)
*These parameters are characterized but not tested.
** These parameters are design targets and are not tested.
Note 1: Data in the Typical (“Typ”) column is at 5V, 25°C unless otherwise stated. These parameters are for design
guidance only and are not tested.
2: Measurements are taken in EXTRC mode.
3: See Figure 15-3 for loading conditions.