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

PIC12F629 参数 Datasheet PDF下载

PIC12F629图片预览
型号: PIC12F629
PDF下载: 下载PDF文件 查看货源
内容描述: 8引脚基于闪存的8位CMOS微控制器 [8-Pin FLASH-Based 8-Bit CMOS Microcontrollers]
分类和应用: 闪存微控制器
文件页数/大小: 132 页 / 4519 K
品牌: MICROCHIP [ MICROCHIP ]
 浏览型号PIC12F629的Datasheet PDF文件第31页浏览型号PIC12F629的Datasheet PDF文件第32页浏览型号PIC12F629的Datasheet PDF文件第33页浏览型号PIC12F629的Datasheet PDF文件第34页浏览型号PIC12F629的Datasheet PDF文件第36页浏览型号PIC12F629的Datasheet PDF文件第37页浏览型号PIC12F629的Datasheet PDF文件第38页浏览型号PIC12F629的Datasheet PDF文件第39页  
PIC12F629/675  
5.4  
Timer1 Operation in  
Asynchronous Counter Mode  
5.5  
Timer1 Oscillator  
A crystal oscillator circuit is built-in between pins OSC±  
(input) and OSC2 (amplifier output). It is enabled by  
setting control bit T±OSCEN (T±CON<3>). The  
oscillator is a low power oscillator rated up to 37 kHz. It  
will continue to run during SLEEP. It is primarily  
intended for a 32 kHz crystal. Table 9-2 shows the  
capacitor selection for the Timer± oscillator.  
If control bit T±SYNC (T±CON<2>) is set, the external  
clock input is not synchronized. The timer continues to  
increment asynchronous to the internal phase clocks.  
The timer will continue to run during SLEEP and can  
generate an interrupt on overflow, which will wake-up  
the processor. However, special precautions in  
software are needed to read/write the timer  
(Section 5.4.±).  
The Timer± oscillator is shared with the system LP  
oscillator. Thus, Timer± can use this mode only when  
the system clock is derived from the internal oscillator.  
As with the system LP oscillator, the user must provide  
a software time delay to ensure proper oscillator  
start-up  
Note: The ANSEL (9Fh) and CMCON (±9h)  
registers must be initialized to configure an  
analog channel as a digital input. Pins  
configured as analog inputs will read ‘0’.  
The ANSEL register is defined for the  
PIC±2F675.  
While enabled, TRISIO4 and TRISIO5 are set. GP4  
and GP5 read ‘0’ and TRISIO4 and TRISIO5 are read  
‘±’.  
5.4.±  
READING AND WRITING TIMER± IN  
ASYNCHRONOUS COUNTER MODE  
Note: The oscillator requires a start-up and stabi-  
lization time before use. Thus, T±OSCEN  
Reading TMR±H or TMR±L, while the timer is running  
from an external asynchronous clock, will ensure a  
valid read (taken care of in hardware). However, the  
user should keep in mind that reading the ±6-bit timer  
in two 8-bit values itself, poses certain problems, since  
the timer may overflow between the reads.  
should be set and  
observed prior to enabling Timer±.  
a suitable delay  
5.6  
Timer1 Operation During SLEEP  
Timer± can only operate during SLEEP when setup in  
Asynchronous Counter mode. In this mode, an external  
crystal or clock source can be used to increment the  
counter. To setup the timer to wake the device:  
For writes, it is recommended that the user simply stop  
the timer and write the desired values. A write conten-  
tion may occur by writing to the timer registers, while  
the register is incrementing. This may produce an  
unpredictable value in the timer register.  
• Timer± must be on (T±CON<0>)  
• TMR±IE bit (PIE±<0>) must be set  
• PEIE bit (INTCON<6>) must be set  
Reading the ±6-bit value requires some care.  
Examples ±2-2 and ±2-3 in the PICmicro™ Mid-Range  
MCU Family Reference Manual (DS33023) show how  
to read and write Timer± when it is running in  
Asynchronous mode.  
The device will wake-up on an overflow. If the GIE bit  
(INTCON<7>) is set, the device will wake-up and jump  
to the Interrupt Service Routine on an overflow.  
TABLE 5-1:  
REGISTERS ASSOCIATED WITH TIMER1 AS A TIMER/COUNTER  
Value on  
Value on  
Address Name  
Bit 7  
Bit 6  
Bit 5  
Bit 4  
Bit 3  
Bit 2  
Bit 1  
Bit 0  
all other  
RESETS  
POR, BOD  
0Bh/8Bh INTCON GIE  
PEIE  
ADIF  
T0IE  
INTE  
GPIE  
CMIF  
T0IF  
INTF  
GPIF 0000 0000 0000 000u  
TMR1IF 00-- 0--0 00-- 0--0  
xxxx xxxx uuuu uuuu  
0Ch  
0Eh  
0Fh  
10h  
8Ch  
PIR1  
EEIF  
TMR1L Holding Register for the Least Significant Byte of the 16-bit TMR1 Register  
TMR1H Holding Register for the Most Significant Byte of the 16-bit TMR1 Register  
xxxx xxxx uuuu uuuu  
T1CON  
PIE1  
TMR1GE T1CKPS1 T1CKPS0 T1OSCEN T1SYNC TMR1CS TMR1ON -000 0000 -uuu uuuu  
ADIE CMIE TMR1IE 00-- 0--0 00-- 0--0  
EEIE  
Legend: x= unknown, u= unchanged, -= unimplemented, read as '0'. Shaded cells are not used by the Timer1 module.  
2003 Microchip Technology Inc.  
DS41190C-page 33  
 复制成功!