PIC16C57C-04/P Microchip Technology Inc., PIC16C57C-04/P Datasheet - Page 42

no-image

PIC16C57C-04/P

Manufacturer Part Number
PIC16C57C-04/P
Description
28 PIN, 3 KB OTP, 72 RAM, 20 I/O
Manufacturer
Microchip Technology Inc.
Datasheet

Specifications of PIC16C57C-04/P

Cpu Speed
10 MIPS
Eeprom Memory
0 Bytes
Input Output
20
Memory Capacity
2048 Bytes
Memory Type
OTP
Number Of Bits
8
Number Of Leads
20
Package Type
28-pin PDIP
Programmable Memory
3K Bytes
Ram Size
72 Bytes
Speed
4 MHz
Timers
1- 8-bit
Voltage, Range
2.5-5.5 V
Lead Free Status / Rohs Status
RoHS Compliant part Electrostatic Device

Available stocks

Company
Part Number
Manufacturer
Quantity
Price
Part Number:
PIC16C57C-04/P
Manufacturer:
MICROCHIP/微芯
Quantity:
20 000
PIC16C5X
8.2
An 8-bit counter is available as a prescaler for the
Timer0 module, or as a postscaler for the Watchdog
Timer (WDT), respectively (Section 9.2.1). For simplic-
ity, this counter is being referred to as “prescaler”
throughout this data sheet. Note that 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 (OPTION<3:0>) determine
prescaler assignment and prescale ratio.
When assigned to the Timer0 module, all instructions
writing
MOVWF 1, BSF 1,x, etc.) will clear the prescaler.
When assigned to WDT, a CLRWDT instruction will clear
the prescaler along with the WDT. The prescaler is nei-
ther readable nor writable. On a RESET, the prescaler
contains all '0's.
8.2.1
The prescaler assignment is fully under software con-
trol (i.e., it can be changed “on the fly” during program
execution). To avoid an unintended device RESET, the
following instruction sequence (Example 8-1) must be
executed when changing the prescaler assignment
from Timer0 to the WDT.
DS30453D-page 40
to
Prescaler
SWITCHING PRESCALER
ASSIGNMENT
the
TMR0
register
(e.g.,
CLRF 1,
Preliminary
EXAMPLE 8-1:
To change prescaler from the WDT to the Timer0 mod-
ule, use the sequence shown in Example 8-2. This
sequence must be used even if the WDT is disabled. A
CLRWDT instruction should be executed before switch-
ing the prescaler.
EXAMPLE 8-2:
CLRWDT
MOVLW
OPTION
CLRWDT
CLRF
MOVLW
OPTION
CLRWDT
MOVLW
OPTION
B'xxxx0xxx'
TMR0
B'00xx1111’ ;Last 3 instructions in
B'00xx1xxx’ ;Set Prescaler to
(TIMER0 WDT)
(WDT TIMER0)
CHANGING PRESCALER
CHANGING PRESCALER
2002 Microchip Technology Inc.
;are required only if
;Clear WDT
;Clear TMR0 & Prescaler
;PS<2:0> are 000 or
;001
;Clear WDT and
;prescaler
;Select TMR0, new
;prescale value and
;clock source
;desired
;desired WDT rate
this example

Related parts for PIC16C57C-04/P