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

Z8F2401VN020SC 参数 Datasheet PDF下载

Z8F2401VN020SC图片预览
型号: Z8F2401VN020SC
PDF下载: 下载PDF文件 查看货源
内容描述: Z8喝采微控制器与闪存和10位A / D转换器 [Z8 Encore Microcontrollers with Flash Memory and 10-Bit A/D Converter]
分类和应用: 转换器闪存微控制器
文件页数/大小: 246 页 / 1767 K
品牌: ZILOG [ ZILOG, INC. ]
 浏览型号Z8F2401VN020SC的Datasheet PDF文件第77页浏览型号Z8F2401VN020SC的Datasheet PDF文件第78页浏览型号Z8F2401VN020SC的Datasheet PDF文件第79页浏览型号Z8F2401VN020SC的Datasheet PDF文件第80页浏览型号Z8F2401VN020SC的Datasheet PDF文件第82页浏览型号Z8F2401VN020SC的Datasheet PDF文件第83页浏览型号Z8F2401VN020SC的Datasheet PDF文件第84页浏览型号Z8F2401VN020SC的Datasheet PDF文件第85页  
Z8F640x/Z8F480x/Z8F320x/Z8F240x/Z8F160x  
Z8 Encore!®  
63  
Timer Input signal. When the Capture event occurs, an interrupt is generated and the timer  
continues counting.  
The timer continues counting up to the 16-bit Reload value stored in the Timer Reload  
High and Low Byte registers. Upon reaching the Reload value, the timer generates an  
interrupt and continues counting.  
The steps for configuring a timer for Capture mode and initiating the count are as follows:  
1. Write to the Timer Control register to:  
Disable the timer  
Configure the timer for Capture mode.  
Set the prescale value.  
Set the Capture edge (rising or falling) for the Timer Input.  
2. Write to the Timer High and Low Byte registers to set the starting count value  
(typically 0001H).  
3. Write to the Timer Reload High and Low Byte registers to set the Reload value.  
4. Clear the Timer PWM High and Low Byte registers to 0000H. This allows user  
software to determine if interrupts were generated by either a capture event or a  
reload. If the PWM High and Low Byte registers still contain 0000Hafter the  
interrupt, then the interrupt was generated by a Reload.  
5. If desired, enable the timer interrupt and set the timer interrupt priority by writing to  
the relevant interrupt registers.  
6. Configure the associated GPIO port pin for the Timer Input alternate function.  
7. Write to the Timer Control register to enable the timer and initiate counting.  
In Capture mode, the elapsed time from timer start to Capture event can be calculated  
using the following equation:  
(Capture Value Start Value) × Prescale  
Capture Elapsed Time (s) = ---------------------------------------------------------------------------------------------------------  
System Clock Frequency (Hz)  
Compare Mode  
In Compare mode, the timer counts up to the 16-bit maximum Compare value stored in the  
Timer Reload High and Low Byte registers. The timer input is the system clock. Upon  
reaching the Compare value, the timer generates an interrupt and counting continues (the  
timer value is not reset to 0001H). Also, if the Timer Output alternate function is enabled,  
the Timer Output pin changes state (from Low to High or from High to Low) upon Com-  
pare.  
PS017610-0404  
Timers  
 复制成功!