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

PIC16F685-I/SS 参数 Datasheet PDF下载

PIC16F685-I/SS图片预览
型号: PIC16F685-I/SS
PDF下载: 下载PDF文件 查看货源
内容描述: 20引脚基于闪存的8位CMOS微控制器采用纳瓦技术 [20-Pin Flash-Based, 8-Bit CMOS Microcontrollers with nanoWatt Technology]
分类和应用: 闪存微控制器
文件页数/大小: 294 页 / 5272 K
品牌: MICROCHIP [ MICROCHIP ]
 浏览型号PIC16F685-I/SS的Datasheet PDF文件第149页浏览型号PIC16F685-I/SS的Datasheet PDF文件第150页浏览型号PIC16F685-I/SS的Datasheet PDF文件第151页浏览型号PIC16F685-I/SS的Datasheet PDF文件第152页浏览型号PIC16F685-I/SS的Datasheet PDF文件第154页浏览型号PIC16F685-I/SS的Datasheet PDF文件第155页浏览型号PIC16F685-I/SS的Datasheet PDF文件第156页浏览型号PIC16F685-I/SS的Datasheet PDF文件第157页  
PIC16F631/677/685/687/689/690  
12.1 EUSART Asynchronous Mode  
Note 1: When the SPEN bit is set, the RX/DT I/O  
pin is automatically configured as an input,  
regardless of the state of the corresponding  
TRIS bit and whether or not the EUSART  
receiver is enabled. The RX/DT pin data  
can be read via a normal PORT read but  
PORT latch data output is precluded.  
The EUSART transmits and receives data using the  
standard non-return-to-zero (NRZ) format. NRZ is  
implemented with two levels: a VOH mark state which  
represents a ‘1’ data bit, and a VOL space state which  
represents a ‘0’ data bit. NRZ refers to the fact that  
consecutively transmitted data bits of the same value  
stay at the output level of that bit without returning to a  
neutral level between each bit transmission. An NRZ  
transmission port idles in the mark state. Each character  
transmission consists of one Start bit followed by eight  
or nine data bits and is always terminated by one or  
more Stop bits. The Start bit is always a space and the  
Stop bits are always marks. The most common data  
format is 8 bits. Each transmitted bit persists for a period  
of 1/(Baud Rate). An on-chip dedicated 8-bit/16-bit Baud  
Rate Generator is used to derive standard baud rate  
frequencies from the system oscillator. See Table 12-5  
for examples of baud rate configurations.  
2: The TXIF transmitter interrupt flag is set  
when the TXEN enable bit is set.  
12.1.1.2  
Transmitting Data  
A transmission is initiated by writing a character to the  
TXREG register. If this is the first character, or the  
previous character has been completely flushed from  
the TSR, the data in the TXREG is immediately  
transferred to the TSR register. If the TSR still contains  
all or part of a previous character, the new character  
data is held in the TXREG until the Stop bit of the  
previous character has been transmitted. The pending  
character in the TXREG is then transferred to the TSR  
in one TCY immediately following the Stop bit  
transmission. The transmission of the Start bit, data bits  
and Stop bit sequence commences immediately  
following the transfer of the data to the TSR from the  
TXREG.  
The EUSART transmits and receives the LSb first. The  
EUSART’s transmitter and receiver are functionally  
independent, but share the same data format and baud  
rate. Parity is not supported by the hardware, but can  
be implemented in software and stored as the ninth  
data bit.  
12.1.1  
EUSART ASYNCHRONOUS  
TRANSMITTER  
12.1.1.3  
Transmit Interrupt Flag  
The EUSART transmitter block diagram is shown in  
Figure 12-1. The heart of the transmitter is the serial  
Transmit Shift Register (TSR), which is not directly  
accessible by software. The TSR obtains its data from  
the transmit buffer, which is the TXREG register.  
The TXIF interrupt flag bit of the PIR1 register is set  
whenever the EUSART transmitter is enabled and no  
character is being held for transmission in the TXREG.  
In other words, the TXIF bit is only clear when the TSR  
is busy with a character and a new character has been  
queued for transmission in the TXREG. The TXIF flag bit  
is not cleared immediately upon writing TXREG. TXIF  
becomes valid in the second instruction cycle following  
the write execution. Polling TXIF immediately following  
the TXREG write will return invalid results. The TXIF bit  
is read-only, it cannot be set or cleared by software.  
12.1.1.1  
Enabling the Transmitter  
The EUSART transmitter is enabled for asynchronous  
operations by configuring the following three control  
bits:  
• TXEN = 1  
• SYNC = 0  
• SPEN = 1  
The TXIF interrupt can be enabled by setting the TXIE  
interrupt enable bit of the PIE1 register. However, the  
TXIF flag bit will be set whenever the TXREG is empty,  
regardless of the state of TXIE enable bit.  
All other EUSART control bits are assumed to be in  
their default state.  
To use interrupts when transmitting data, set the TXIE  
bit only when there is more data to send. Clear the  
TXIE interrupt enable bit upon writing the last character  
of the transmission to the TXREG.  
Setting the TXEN bit of the TXSTA register enables the  
transmitter circuitry of the EUSART. Clearing the SYNC  
bit of the TXSTA register configures the EUSART for  
asynchronous operation. Setting the SPEN bit of the  
RCSTA register enables the EUSART and automatically  
configures the TX/CK I/O pin as an output. If the TX/CK  
pin is shared with an analog peripheral the analog I/O  
function must be disabled by clearing the corresponding  
ANSEL bit.  
© 2007 Microchip Technology Inc.  
DS41262D-page 151  
 复制成功!