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

PIC16F630-I/ST 参数 Datasheet PDF下载

PIC16F630-I/ST图片预览
型号: PIC16F630-I/ST
PDF下载: 下载PDF文件 查看货源
内容描述: 14引脚基于闪存的8位CMOS微控制器 [14-Pin FLASH-Based 8-Bit CMOS Microcontrollers]
分类和应用: 闪存微控制器和处理器外围集成电路光电二极管PC时钟
文件页数/大小: 130 页 / 1924 K
品牌: MICROCHIP [ MICROCHIP ]
 浏览型号PIC16F630-I/ST的Datasheet PDF文件第29页浏览型号PIC16F630-I/ST的Datasheet PDF文件第30页浏览型号PIC16F630-I/ST的Datasheet PDF文件第31页浏览型号PIC16F630-I/ST的Datasheet PDF文件第32页浏览型号PIC16F630-I/ST的Datasheet PDF文件第34页浏览型号PIC16F630-I/ST的Datasheet PDF文件第35页浏览型号PIC16F630-I/ST的Datasheet PDF文件第36页浏览型号PIC16F630-I/ST的Datasheet PDF文件第37页  
PIC16F630/676  
EXAMPLE 4-1:  
CHANGING PRESCALER  
(TIMER0WDT)  
4.4  
Prescaler  
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>).  
bcf  
STATUS,RP0 ;Bank 0  
clrwdt  
clrf  
;Clear WDT  
TMR0  
;Clear TMR0 and  
; prescaler  
bsf  
STATUS,RP0 ;Bank 1  
movlw  
movwf  
clrwdt  
b’00101111’ ;Required if desired  
OPTION_REG ; PS2:PS0 is  
; 000 or 001  
The prescaler is not readable or writable. When  
assigned to the Timer0 module, all instructions writing  
to the TMR0 register (e.g., CLRF 1, MOVWF 1,  
BSF 1, x....etc.) will clear the prescaler. When  
assigned to WDT, a CLRWDT instruction will clear the  
prescaler along with the Watchdog Timer.  
;
movlw  
movwf  
bcf  
b’00101xxx’ ;Set postscaler to  
OPTION_REG ; desired WDT rate  
STATUS,RP0 ;Bank 0  
4.4.1  
SWITCHING PRESCALER  
ASSIGNMENT  
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.  
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  
EXAMPLE 4-2:  
CHANGING PRESCALER  
(WDTTIMER0)  
RESET,  
the  
following  
instruction  
sequence  
(Example 4-1) must be executed when changing the  
prescaler assignment from Timer0 to WDT.  
clrwdt  
;Clear WDT and  
; postscaler  
bsf  
STATUS,RP0 ;Bank 1  
movlw  
b’xxxx0xxx’ ;Select TMR0,  
; prescale, and  
; clock source  
;
movwf  
bcf  
OPTION_REG  
STATUS,RP0 ;Bank 0  
TABLE 4-1:  
REGISTERS ASSOCIATED WITH TIMER0  
Value on  
all other  
RESETS  
Value on  
POR, BOD  
Address  
Name  
Bit 7  
Bit 6  
Bit 5  
Bit 4  
Bit 3  
Bit 2  
Bit 1  
Bit 0  
01h  
TMR0  
Timer0 Module Register  
GIE PEIE T0IE  
OPTION_REG RAPU INTEDG T0CS  
TRISA  
xxxx xxxx uuuu uuuu  
RAIF 0000 0000 0000 000u  
PS0 1111 1111 1111 1111  
0Bh/8Bh INTCON  
INTE  
RAIE  
PSA  
T0IF  
PS2  
INTF  
PS1  
81h  
85h  
T0SE  
TRISA5 TRISA4 TRISA3 TRISA2 TRISA1 TRISA0 --11 1111 --11 1111  
Legend: – = Unimplemented locations, read as ‘0’, u= unchanged, x= unknown.  
Shaded cells are not used by the Timer0 module.  
© 2007 Microchip Technology Inc.  
DS40039E-page 31  
 复制成功!