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

PIC16F690-I/SS 参数 Datasheet PDF下载

PIC16F690-I/SS图片预览
型号: PIC16F690-I/SS
PDF下载: 下载PDF文件 查看货源
内容描述: 20引脚基于闪存的8位CMOS微控制器采用纳瓦技术 [20-Pin Flash-Based, 8-Bit CMOS Microcontrollers with nanoWatt Technology]
分类和应用: 闪存微控制器和处理器外围集成电路光电二极管PC时钟
文件页数/大小: 294 页 / 5272 K
品牌: MICROCHIP [ MICROCHIP ]
 浏览型号PIC16F690-I/SS的Datasheet PDF文件第61页浏览型号PIC16F690-I/SS的Datasheet PDF文件第62页浏览型号PIC16F690-I/SS的Datasheet PDF文件第63页浏览型号PIC16F690-I/SS的Datasheet PDF文件第64页浏览型号PIC16F690-I/SS的Datasheet PDF文件第66页浏览型号PIC16F690-I/SS的Datasheet PDF文件第67页浏览型号PIC16F690-I/SS的Datasheet PDF文件第68页浏览型号PIC16F690-I/SS的Datasheet PDF文件第69页  
PIC16F631/677/685/687/689/690  
A series resistor between RA0 and the external  
capacitor provides overcurrent protection for the  
RA0/AN0/C1IN+/ICSPDAT/ULPWU pin and can allow  
for software calibration of the time-out (see Figure 4-1).  
A timer can be used to measure the charge time and  
discharge time of the capacitor. The charge time can  
then be adjusted to provide the desired interrupt delay.  
This technique will compensate for the affects of  
temperature, voltage and component accuracy. The  
Ultra Low-Power Wake-up peripheral can also be  
configured as a simple Programmable Low-Voltage  
Detect or temperature sensor.  
4.2.4  
ULTRA LOW-POWER WAKE-UP  
The Ultra Low-Power Wake-up (ULPWU) on RA0 allows  
a slow falling voltage to generate an interrupt-on-change  
on RA0 without excess current consumption. The mode  
is selected by setting the ULPWUE bit of the PCON  
register. This enables a small current sink, which can be  
used to discharge a capacitor on RA0.  
Follow these steps to use this feature:  
a) Charge the capacitor on RA0 by configuring the  
RA0 pin to output (= 1).  
b) Configure RA0 as an input.  
c) Enable interrupt-on-change for RA0.  
Note:  
For more information, refer to Application  
Note AN879, “Using the Microchip Ultra  
Low-Power Wake-up Module” (DS00879).  
d) Set the ULPWUE bit of the PCON register to  
begin the capacitor discharge.  
e) Execute a SLEEPinstruction.  
EXAMPLE 4-2:  
ULTRA LOW-POWER  
WAKE-UP INITIALIZATION  
When the voltage on RA0 drops below VIL, an interrupt  
will be generated which will cause the device to  
wake-up and execute the next instruction. If the GIE bit  
of the INTCON register is set, the device will then call  
the interrupt vector (0004h). See Section 4.4.2 “Inter-  
BCF  
STATUS,RP0  
;Bank 0  
;
;Set RA0 data latch  
;Bank 2  
;RA0 to digital I/O  
;Bank 1  
BCF  
BSF  
STATUS,RP1  
PORTA,0  
BSF  
BCF  
STATUS,RP1  
ANSEL,0  
rupt-on-change”  
and  
Section 14.3.3  
“PORTA/PORTB Interrupt” for more information.  
BSF  
BCF  
BCF  
STATUS,RP0  
STATUS,RP1  
TRISA,0  
This feature provides a low-power technique for  
periodically waking up the device from Sleep. The  
time-out is dependent on the discharge time of the RC  
circuit on RA0. See Example 4-2 for initializing the  
Ultra Low-Power Wake-up module.  
;
;Output high to  
;charge capacitor  
CALL  
BSF  
BSF  
CapDelay  
PCON,ULPWUE  
IOCA,0  
;Enable ULP Wake-up  
;Select RA0 IOC  
;RA0 to input  
;Enable interrupt  
;and clear flag  
;Bank 0  
BSF  
TRISA,0  
MOVLW  
MOVWF  
BCF  
B’10001000’  
INTCON  
STATUS,RP0  
SLEEP  
;Wait for IOC  
© 2007 Microchip Technology Inc.  
DS41262D-page 63  
 复制成功!