欢迎访问ic37.com |
会员登录 免费注册
发布采购

PIC16F57-I/SO 参数 Datasheet PDF下载

PIC16F57-I/SO图片预览
型号: PIC16F57-I/SO
PDF下载: 下载PDF文件 查看货源
内容描述: 基于闪存的8位CMOS微控制器系列 [Flash-Based, 8-Bit CMOS Microcontroller Series]
分类和应用: 闪存微控制器
文件页数/大小: 88 页 / 1373 K
品牌: MICROCHIP [ MICROCHIP ]
 浏览型号PIC16F57-I/SO的Datasheet PDF文件第34页浏览型号PIC16F57-I/SO的Datasheet PDF文件第35页浏览型号PIC16F57-I/SO的Datasheet PDF文件第36页浏览型号PIC16F57-I/SO的Datasheet PDF文件第37页浏览型号PIC16F57-I/SO的Datasheet PDF文件第39页浏览型号PIC16F57-I/SO的Datasheet PDF文件第40页浏览型号PIC16F57-I/SO的Datasheet PDF文件第41页浏览型号PIC16F57-I/SO的Datasheet PDF文件第42页  
PIC16F5X  
To change 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.  
7.2.1  
SWITCHING 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 (Example 7-1) must be  
executed when changing the prescaler assignment  
from Timer0 to the WDT.  
EXAMPLE 7-2:  
CHANGING PRESCALER  
(WDTTIMER0)  
CLRWDT  
;Clear WDT and  
;prescaler  
EXAMPLE 7-1:  
CHANGING PRESCALER  
(TIMER0WDT)  
;Clear WDT  
;Clear TMR0 & ;Prescaler  
MOVLW  
B'xxxx0xxx' ;Select TMR0, new  
;prescale value and  
;clock source  
CLRWDT  
CLRF  
TMR0  
OPTION  
MOVLW  
B'00xx1111’ ;Last 3 instructions  
;in this example  
OPTION  
;are required only if  
;desired  
CLRWDT  
MOVLW  
OPTION  
;PS<2:0> are 000 or 001  
B'00xx1xxx’ ;Set Prescaler to  
;desired WDT rate  
FIGURE 7-5:  
BLOCK DIAGRAM OF THE TIMER0/WDT PRESCALER  
TCY ( = FOSC/4)  
Data Bus  
8
0
1
M
U
X
1
0
M
U
X
T0CKI  
pin  
Sync  
2
Cycles  
TMR0 reg  
(1)  
T0SE  
(1)  
T0CS  
(1)  
PSA  
0
1
8-bit Prescaler  
M
U
X
8
Watchdog  
Timer  
(1)  
8-to-1 MUX  
PS<2:0>  
(1)  
PSA  
1
0
WDT Enable bit  
MUX  
(1)  
PSA  
WDT  
Time-Out  
Note 1: T0CS, T0SE, PSA PS<2:0> are bits in the Option register.  
DS41213D-page 36  
© 2007 Microchip Technology Inc.