欢迎访问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文件第75页浏览型号Z8F2401VN020SC的Datasheet PDF文件第76页浏览型号Z8F2401VN020SC的Datasheet PDF文件第77页浏览型号Z8F2401VN020SC的Datasheet PDF文件第78页浏览型号Z8F2401VN020SC的Datasheet PDF文件第80页浏览型号Z8F2401VN020SC的Datasheet PDF文件第81页浏览型号Z8F2401VN020SC的Datasheet PDF文件第82页浏览型号Z8F2401VN020SC的Datasheet PDF文件第83页  
Z8F640x/Z8F480x/Z8F320x/Z8F240x/Z8F160x  
Z8 Encore!®  
61  
Select either the rising edge or falling edge of the Timer Input signal for the count.  
This also sets the initial logic level (High or Low) for the Timer Output alternate  
function. However, the Timer Output function does not have to be enabled.  
2. Write to the Timer High and Low Byte registers to set the starting count value. This  
only affects the first pass in Counter mode. After the first timer Reload in Counter  
mode, counting always begins at the reset value of 0001H. Generally, in Counter  
mode the Timer High and Low Byte registers must be written with the value 0001H.  
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. Configure the associated GPIO port pin for the Timer Input alternate function.  
6. If using the Timer Output function, configure the associated GPIO port pin for the  
Timer Output alternate function.  
7. Write to the Timer Control register to enable the timer.  
In Counter mode, the number of Timer Input transitions since the timer start is given by  
the following equation:  
Counter Mode Timer Input Transitions = Current Count Value Start Value  
PWM Mode  
In PWM mode, the timer outputs a Pulse-Width Modulator (PWM) output signal through  
a GPIO Port pin. The timer input is the system clock. The timer first counts up to the 16-  
bit PWM match value stored in the Timer PWM High and Low Byte registers. When the  
timer count value matches the PWM value, the Timer Output toggles. The timer continues  
counting until it reaches the Reload value stored in the Timer Reload High and Low Byte  
registers. 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.  
If the TPOLbit in the Timer Control register is set to 1, the Timer Output signal begins as  
a High (1) and then transitions to a Low (0) when the timer value matches the PWM value.  
The Timer Output signal returns to a High (1) after the timer reaches the Reload value and  
is reset to 0001H.  
If the TPOLbit in the Timer Control register is set to 0, the Timer Output signal begins as  
a Low (0) and then transitions to a High (1) when the timer value matches the PWM value.  
The Timer Output signal returns to a Low (0) after the timer reaches the Reload value and  
is reset to 0001H.  
The steps for configuring a timer for PWM mode and initiating the PWM operation are as  
follows:  
1. Write to the Timer Control register to:  
PS017610-0404  
Timers  
 复制成功!