PIC16F676 Microchip Technology Inc., PIC16F676 Datasheet - Page 33

no-image

PIC16F676

Manufacturer Part Number
PIC16F676
Description
14-pin, Flash-based 8-bit Cmos Microcontroller
Manufacturer
Microchip Technology Inc.
Datasheet

Available stocks

Company
Part Number
Manufacturer
Quantity
Price
Part Number:
PIC16F676
Manufacturer:
台湾明智类比
Quantity:
20 000
Part Number:
PIC16F676-1/SL
Quantity:
980
Part Number:
PIC16F676-1/SL
Manufacturer:
MICROCHIP/微芯
Quantity:
20 000
Part Number:
PIC16F676-E/SL
Manufacturer:
MICROCHIP
Quantity:
2 500
Part Number:
PIC16F676-E/SL
Manufacturer:
Microchip Technology
Quantity:
135
Part Number:
PIC16F676-E/ST
Manufacturer:
Microchip Technology
Quantity:
135
Part Number:
PIC16F676-E/ST
Manufacturer:
EtronTech
Quantity:
101
Part Number:
PIC16F676-I/P
Manufacturer:
MICROCHIP/微芯
Quantity:
20 000
Part Number:
PIC16F676-I/P
0
Company:
Part Number:
PIC16F676-I/P
Quantity:
3 000
Company:
Part Number:
PIC16F676-I/P
Quantity:
6 000
Part Number:
PIC16F676-I/SL
Manufacturer:
MICROCHIP/微芯
Quantity:
20 000
Part Number:
PIC16F676-I/SL
0
Part Number:
PIC16F676-I/ST
Manufacturer:
MICROCHIP
Quantity:
1
Part Number:
PIC16F676-I/ST
Manufacturer:
MICROCHIP/微芯
Quantity:
20 000
4.4
An 8-bit counter is available as a prescaler for the
Timer0 module, or as a postscaler for the Watchdog
Timer. For simplicity, this counter will be referred to as
“prescaler” throughout this Data Sheet. The prescaler
assignment is controlled in software by the control bit
PSA (OPTION_REG<3>). Clearing the PSA bit will
assign the prescaler to Timer0. Prescale values are
selectable via the PS2:PS0 bits (OPTION_REG<2:0>).
The prescaler is not readable or writable. When
assigned to the Timer0 module, all instructions writing
to the TMR0 register (e.g., CLRF 1,
BSF 1, x....etc.) will clear the prescaler. When
assigned to WDT, a CLRWDT instruction will clear the
prescaler along with the Watchdog Timer.
4.4.1
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,
(Example 4-1) must be executed when changing the
prescaler assignment from Timer0 to WDT.
TABLE 4-1:
© 2007 Microchip Technology Inc.
01h
0Bh/8Bh
81h
85h
Legend:
Address
Prescaler
TMR0
INTCON
OPTION_REG
TRISA
Shaded cells are not used by the Timer0 module.
– = Unimplemented locations, read as ‘0’, u = unchanged, x = unknown.
the
SWITCHING PRESCALER
ASSIGNMENT
Name
REGISTERS ASSOCIATED WITH TIMER0
following
Timer0 Module Register
RAPU
Bit 7
GIE
instruction
INTEDG
PEIE
Bit 6
TRISA5 TRISA4 TRISA3 TRISA2 TRISA1 TRISA0 --11 1111 --11 1111
MOVWF 1,
T0CS
Bit 5
T0IE
sequence
T0SE
Bit 4
INTE
RAIE
Bit 3
PSA
EXAMPLE 4-1:
To change prescaler from the WDT to the TMR0
module, use the sequence shown in Example 4-2. This
precaution must be taken even if the WDT is disabled.
EXAMPLE 4-2:
bcf
clrwdt
clrf
bsf
movlw
movwf
clrwdt
movlw
movwf
bcf
clrwdt
bsf
movlw
movwf
bcf
Bit 2
T0IF
PS2
STATUS,RP0
TMR0
STATUS,RP0
b’00101111’ ;Required if desired
OPTION_REG
b’00101xxx’ ;Set postscaler to
OPTION_REG
STATUS,RP0
STATUS,RP0
b’xxxx0xxx’ ;Select TMR0,
OPTION_REG
STATUS,RP0
PIC16F630/676
Bit 1
INTF
PS1
CHANGING PRESCALER
(TIMER0→WDT)
CHANGING PRESCALER
(WDT→TIMER0)
RAIF
Bit 0
PS0
;Bank 0
;Clear WDT
;Clear TMR0 and
; prescaler
;Bank 1
; PS2:PS0 is
; 000 or 001
;
; desired WDT rate
;Bank 0
;Clear WDT and
; postscaler
;Bank 1
; prescale, and
; clock source
;
;Bank 0
xxxx xxxx uuuu uuuu
0000 0000 0000 000u
1111 1111 1111 1111
POR, BOD
Value on
DS40039E-page 31
Value on
RESETS
all other

Related parts for PIC16F676