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

PIC18F4320-I/P 参数 Datasheet PDF下载

PIC18F4320-I/P图片预览
型号: PIC18F4320-I/P
PDF下载: 下载PDF文件 查看货源
内容描述: 28 /40/ 44引脚高性能,增强型闪存微控制器与10位A / D和纳瓦技术 [28/40/44-Pin High-Performance, Enhanced Flash Microcontrollers with 10-Bit A/D and nanoWatt Technology]
分类和应用: 闪存微控制器
文件页数/大小: 388 页 / 6899 K
品牌: MICROCHIP [ MICROCHIP ]
 浏览型号PIC18F4320-I/P的Datasheet PDF文件第39页浏览型号PIC18F4320-I/P的Datasheet PDF文件第40页浏览型号PIC18F4320-I/P的Datasheet PDF文件第41页浏览型号PIC18F4320-I/P的Datasheet PDF文件第42页浏览型号PIC18F4320-I/P的Datasheet PDF文件第44页浏览型号PIC18F4320-I/P的Datasheet PDF文件第45页浏览型号PIC18F4320-I/P的Datasheet PDF文件第46页浏览型号PIC18F4320-I/P的Datasheet PDF文件第47页  
PIC18F2220/2320/4220/4320  
3.6.1  
EXAMPLE – USART  
3.6.3  
EXAMPLE – CCP IN CAPTURE  
MODE  
An adjustment may be indicated when the USART  
begins to generate framing errors or receives data  
with errors while in Asynchronous mode. Framing  
errors indicate that the system clock frequency is too  
high – try decrementing the value in the OSCTUNE  
register to reduce the system clock frequency. Errors in  
data may suggest that the system clock speed is too  
low – increment OSCTUNE.  
A CCP module can use free running Timer1 (or  
Timer3), clocked by the internal oscillator block and an  
external event with a known period (i.e., AC power fre-  
quency). The time of the first event is captured in the  
CCPRxH:CCPRxL registers and is recorded for use  
later. When the second event causes a capture, the  
time of the first event is subtracted from the time of the  
second event. Since the period of the external event is  
known, the time difference between events can be  
calculated.  
3.6.2  
EXAMPLE – TIMERS  
This technique compares system clock speed to some  
reference clock. Two timers may be used; one timer is  
clocked by the peripheral clock, while the other is  
clocked by a fixed reference source, such as the  
Timer1 oscillator.  
If the measured time is much greater than the  
calculated time, the internal oscillator block is running  
too fast – decrement OSCTUNE. If the measured time  
is much less than the calculated time, the internal  
oscillator block is running too slow – increment  
OSCTUNE.  
Both timers are cleared but the timer clocked by the ref-  
erence generates interrupts. When an interrupt occurs,  
the internally clocked timer is read and both timers are  
cleared. If the internally clocked timer value is greater  
than expected, then the internal oscillator block is  
running too fast – decrement OSCTUNE.  
2003 Microchip Technology Inc.  
DS39599C-page 41