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

PIC16CE625-04/SO 参数 Datasheet PDF下载

PIC16CE625-04/SO图片预览
型号: PIC16CE625-04/SO
PDF下载: 下载PDF文件 查看货源
内容描述: OTP 8位CMOS微控制器与EEPROM数据存储器 [OTP 8-Bit CMOS MCU with EEPROM Data Memory]
分类和应用: 存储微控制器和处理器外围集成电路光电二极管PC可编程只读存储器电动程控只读存储器电可擦编程只读存储器时钟
文件页数/大小: 108 页 / 2330 K
品牌: MICROCHIP [ MICROCHIP ]
 浏览型号PIC16CE625-04/SO的Datasheet PDF文件第39页浏览型号PIC16CE625-04/SO的Datasheet PDF文件第40页浏览型号PIC16CE625-04/SO的Datasheet PDF文件第41页浏览型号PIC16CE625-04/SO的Datasheet PDF文件第42页浏览型号PIC16CE625-04/SO的Datasheet PDF文件第44页浏览型号PIC16CE625-04/SO的Datasheet PDF文件第45页浏览型号PIC16CE625-04/SO的Datasheet PDF文件第46页浏览型号PIC16CE625-04/SO的Datasheet PDF文件第47页  
PIC16CE62X  
The code example in Example 8-1 depicts the steps  
required to configure the comparator module. RA3 and  
RA4 are configured as digital output. RA0 and RA1 are  
configured as the V- inputs and RA2 as the V+ input to  
both comparators.  
8.3  
Comparator Reference  
An external or internal reference signal may be used  
depending on the comparator operating mode. The  
analog signal that is present at VIN– is compared to the  
signal at VIN+, and the digital output of the comparator  
is adjusted accordingly (Figure 8-3).  
EXAMPLE 8-1: INITIALIZING  
COMPARATOR MODULE  
FIGURE 8-3: SINGLE COMPARATOR  
FLAG_REG EQU  
0X20  
CLRF  
CLRF  
MOVF  
ANDLW  
IORWF  
MOVLW  
MOVWF  
BSF  
FLAG_REG  
;Init flag register  
;Init PORTA  
;Move comparator contents to  
;Mask comparator bits  
PORTA  
CMCON,W  
0xC0  
W
VIN+  
+
Output  
FLAG_REG,F ;Store bits in flag register  
0x03  
CMCON  
VIN–  
;Init comparator mode  
;CM<2:0> 011  
=
STATUS,RP0 ;Select Bank1  
MOVLW  
MOVWF  
0x07  
TRISA  
;Initialize data direction  
;Set RA<2:0> as inputs  
;RA<4:3> as outputs  
;TRISA<7:5> always read ‘0’  
STATUS,RP0 ;Select Bank 0  
VIN–  
VIN+  
BCF  
CALL  
MOVF  
BCF  
BSF  
BSF  
BCF  
BSF  
BSF  
DELAY 10  
CMCON,F  
PIR1,CMIF  
;10µs delay  
;Read CMCONtoendchangecondition  
;Clear pending interrupts  
STATUS,RP0 ;Select Bank  
PIE1,CMIE ;Enable comparator interrupts  
STATUS,RP0 ;Select Bank  
INTCON,PEIE ;Enable peripheral interrupts  
INTCON,GIE ;Global interrupt enable  
1
Output  
0
8.2  
Comparator Operation  
8.3.1  
EXTERNAL REFERENCE SIGNAL  
A single comparator is shown in Figure 8-3 along with  
the relationship between the analog input levels and  
the digital output. When the analog input at VIN+ is less  
than the analog input VIN–, the output of the  
comparator is a digital low level.When the analog input  
at VIN+ is greater than the analog input VIN–, the output  
of the comparator is a digital high level. The shaded  
areas of the output of the comparator in Figure 8-3  
represent the uncertainty due to input offsets and  
response time.  
When external voltage references are used, the  
comparator module can be configured to have the com-  
parators operate from the same or different reference  
sources. However, threshold detector applications may  
require the same reference. The reference signal must  
be between VSS and VDD, and can be applied to either  
pin of the comparator(s).  
8.3.2  
INTERNAL REFERENCE SIGNAL  
The comparator module also allows the selection of an  
internally generated voltage reference for the  
comparators. Section 13, Instruction Sets, contains a  
detailed description of the Voltage Reference Module  
that provides this signal. The internal reference signal  
is used when the comparators are in mode  
CM<2:0>=010 (Figure 8-2). In this mode, the internal  
voltage reference is applied to theVIN+ pin of both com-  
parators.  
1998 Microchip Technology Inc.  
Preliminary  
DS40182A-page 43  
 
 复制成功!