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

PIC16F877T-20P 参数 Datasheet PDF下载

PIC16F877T-20P图片预览
型号: PIC16F877T-20P
PDF下载: 下载PDF文件 查看货源
内容描述: 微控制器\n [Microcontroller ]
分类和应用: 微控制器
文件页数/大小: 200 页 / 3338 K
品牌: ETC [ ETC ]
 浏览型号PIC16F877T-20P的Datasheet PDF文件第109页浏览型号PIC16F877T-20P的Datasheet PDF文件第110页浏览型号PIC16F877T-20P的Datasheet PDF文件第111页浏览型号PIC16F877T-20P的Datasheet PDF文件第112页浏览型号PIC16F877T-20P的Datasheet PDF文件第114页浏览型号PIC16F877T-20P的Datasheet PDF文件第115页浏览型号PIC16F877T-20P的Datasheet PDF文件第116页浏览型号PIC16F877T-20P的Datasheet PDF文件第117页  
PIC16F87X  
The ADRESH:ADRESL registers contain the 10-bit  
result of the A/D conversion. When the A/D conversion  
is complete, the result is loaded into this A/D result reg-  
ister pair, the GO/DONE bit (ADCON0<2>) is cleared  
and the A/D interrupt flag bit ADIF is set. The block dia-  
gram of the A/D module is shown in Figure 11-1.  
After the A/D module has been configured as desired,  
the selected channel must be acquired before the con-  
version is started. The analog input channels must  
have their corresponding TRIS bits selected as inputs.  
To determine sample time, see Section 11.1. After this  
acquisition time has elapsed, the A/D conversion can  
be started. The following steps should be followed for  
doing an A/D conversion:  
1. Configure the A/D module:  
• Configure analog pins / voltage reference /  
and digital I/O (ADCON1)  
• Select A/D input channel (ADCON0)  
• Select A/D conversion clock (ADCON0)  
Turn on A/D module (ADCON0)  
2. Configure A/D interrupt (if desired):  
• Clear ADIF bit  
• Set ADIE bit  
• Set GIE bit  
3. Wait the required acquisition time.  
4. Start conversion:  
• Set GO/DONE bit (ADCON0)  
5. Wait for A/D conversion to complete, by either:  
• Polling for the GO/DONE bit to be cleared  
OR  
• Waiting for the A/D interrupt  
6. Read  
A/D  
Result  
register  
pair  
(ADRESH:ADRESL), clear bit ADIF if required.  
7. For next conversion, go to step 1 or step 2 as  
required. The A/D conversion time per bit is  
defined as TAD. A minimum wait of 2TAD is  
required before next acquisition starts.  
1999 Microchip Technology Inc.  
DS30292B-page 113