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

Z8F1602AR020EC 参数 Datasheet PDF下载

Z8F1602AR020EC图片预览
型号: Z8F1602AR020EC
PDF下载: 下载PDF文件 查看货源
内容描述: Z8喝采微控制器与闪存和10位A / D转换器 [Z8 Encore Microcontrollers with Flash Memory and 10-Bit A/D Converter]
分类和应用: 转换器闪存微控制器和处理器外围集成电路时钟
文件页数/大小: 246 页 / 1767 K
品牌: ZILOG [ ZILOG, INC. ]
 浏览型号Z8F1602AR020EC的Datasheet PDF文件第73页浏览型号Z8F1602AR020EC的Datasheet PDF文件第74页浏览型号Z8F1602AR020EC的Datasheet PDF文件第75页浏览型号Z8F1602AR020EC的Datasheet PDF文件第76页浏览型号Z8F1602AR020EC的Datasheet PDF文件第78页浏览型号Z8F1602AR020EC的Datasheet PDF文件第79页浏览型号Z8F1602AR020EC的Datasheet PDF文件第80页浏览型号Z8F1602AR020EC的Datasheet PDF文件第81页  
Z8F640x/Z8F480x/Z8F320x/Z8F240x/Z8F160x  
Z8 Encore!®  
59  
out, first set the TPOLbit in the Timer Control Register to the start value before beginning  
One-Shot mode. Then, after starting the timer, set TPOLto the opposite bit value.  
The steps for configuring a timer for One-Shot mode and initiating the count are as fol-  
lows:  
1. Write to the Timer Control register to:  
Disable the timer  
Configure the timer for One-Shot mode.  
Set the prescale value.  
If using the Timer Output alternate function, set the initial output level (High or  
Low).  
2. Write to the Timer High and Low Byte registers to set the starting count value.  
3. Write to the Timer Reload High and Low Byte registers to set the Reload value.  
4. If desired, enable the timer interrupt and set the timer interrupt priority by writing to  
the relevant interrupt registers.  
5. If using the Timer Output function, configure the associated GPIO port pin for the  
Timer Output alternate function.  
6. Write to the Timer Control register to enable the timer and initiate counting.  
In One-Shot mode, the system clock always provides the timer input. The timer period is  
given by the following equation:  
(Reload Value Start Value) × Prescale  
One-Shot Mode Time-Out Period (s) = -----------------------------------------------------------------------------------------------------  
System Clock Frequency (Hz)  
Continuous Mode  
In Continuous mode, the timer counts up to the 16-bit Reload value stored in the Timer  
Reload High and Low Byte registers. The timer input is the system clock. Upon reaching  
the Reload value, the timer generates an interrupt, the count value in the Timer High and  
Low Byte registers is reset to 0001Hand counting resumes. 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 timer Reload.  
The steps for configuring a timer for Continuous mode and initiating the count are as fol-  
lows:  
1. Write to the Timer Control register to:  
Disable the timer  
Configure the timer for Continuous mode.  
Set the prescale value.  
PS017610-0404  
Timers