欢迎访问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文件第99页浏览型号Z8F2401VN020SC的Datasheet PDF文件第100页浏览型号Z8F2401VN020SC的Datasheet PDF文件第101页浏览型号Z8F2401VN020SC的Datasheet PDF文件第102页浏览型号Z8F2401VN020SC的Datasheet PDF文件第104页浏览型号Z8F2401VN020SC的Datasheet PDF文件第105页浏览型号Z8F2401VN020SC的Datasheet PDF文件第106页浏览型号Z8F2401VN020SC的Datasheet PDF文件第107页  
Z8F640x/Z8F480x/Z8F320x/Z8F240x/Z8F160x  
Z8 Encore!®  
85  
UART Interrupts  
The UART features separate interrupts for the transmitter and the receiver. In addition,  
when the UART primary functionality is disabled, the Baud Rate Generator can also func-  
tion as a basic timer with interrupt capability.  
Transmitter Interrupts  
The transmitter generates an interrupt anytime the Transmit Data Register Empty bit  
(TDRE) is set to 1. This indicates that the transmitter is ready to accept new data for trans-  
mission. Writing to the UART Transmit Data register clears the UART Transmit interrupt.  
Receiver Interrupts  
The receiver generates an interrupt when any of the following occurs:  
A data byte has been received and is available in the UART Receive Data register.  
This interrupt can be disabled independent of the other receiver interrupt sources.  
A break is received.  
An overrun is detected.  
A data framing error is detected.  
Baud Rate Generator Interrupts  
If the Baud Rate Generator (BRG) interrupt enable is set, the UART Receiver interrupt  
asserts when the UART Baud Rate Generator reloads. This action allows the Baud Rate  
Generator to function as an additional counter if the UART functionality is not employed.  
UART Baud Rate Generator  
The UART Baud Rate Generator creates a lower frequency baud rate clock for data trans-  
mission. The input to the Baud Rate Generator is the system clock. The UARTx Baud Rate  
High and Low Byte registers combine to create a 16-bit baud rate divisor value  
(BRG[15:0]) that sets the data transmission rate (baud rate) of the UART. The UART data  
rate is calculated using the following equation:  
System Clock Frequency (Hz)  
16 × UART Baud Rate Divisor Value  
----------------------------------------------------------------------------------------------  
UART Data Rate (bits/s) =  
When the UART is disabled, the Baud Rate Generator can function as a basic 16-bit timer  
with interrupt on time-out. To configure the Baud Rate Generator as a timer with interrupt  
on time-out, complete the following procedure:  
1. Disable the UART by clearing the RENand TENbits in the UART Control 0 register  
to 0.  
2. Load the desired 16-bit count value into the UART Baud Rate High and Low Byte  
registers.  
PS017610-0404  
UART  
 复制成功!