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

PIC18F8620-I/PT 参数 Datasheet PDF下载

PIC18F8620-I/PT图片预览
型号: PIC18F8620-I/PT
PDF下载: 下载PDF文件 查看货源
内容描述: 八十〇分之六十四引脚高性能1 Mbit的增强型闪存微控制器与A / D [64/80-Pin High Performance 1 Mbit Enhanced FLASH Microcontrollers with A/D]
分类和应用: 闪存微控制器和处理器外围集成电路PC时钟
文件页数/大小: 366 页 / 6797 K
品牌: MICROCHIP [ MICROCHIP ]
 浏览型号PIC18F8620-I/PT的Datasheet PDF文件第202页浏览型号PIC18F8620-I/PT的Datasheet PDF文件第203页浏览型号PIC18F8620-I/PT的Datasheet PDF文件第204页浏览型号PIC18F8620-I/PT的Datasheet PDF文件第205页浏览型号PIC18F8620-I/PT的Datasheet PDF文件第207页浏览型号PIC18F8620-I/PT的Datasheet PDF文件第208页浏览型号PIC18F8620-I/PT的Datasheet PDF文件第209页浏览型号PIC18F8620-I/PT的Datasheet PDF文件第210页  
PIC18FXX20  
USART2), is set. This interrupt can be enabled/dis-  
abled by setting/clearing enable bit, TXxIE (PIE1<4>  
for USART1, PIE<4> for USART2). Flag bit TXxIF will  
be set, regardless of the state of enable bit TXxIE and  
cannot be cleared in software. It will reset only when  
new data is loaded into the TXREGx register. While flag  
bit TXIF indicated the status of the TXREGx register,  
another bit, TRMT (TXSTAx<1>), shows the status of  
the TSR register. Status bit TRMT is a read only bit,  
which is set when the TSR register is empty. No inter-  
rupt logic is tied to this bit, so the user has to poll this  
bit in order to determine if the TSR register is empty.  
18.2 USART Asynchronous Mode  
In this mode, the USARTs use standard  
non-return-to-zero (NRZ) format (one START bit, eight  
or nine data bits and one STOP bit). The most common  
data format is 8 bits. An on-chip dedicated 8-bit baud  
rate generator can be used to derive standard baud  
rate frequencies from the oscillator. The USART trans-  
mits and receives the LSbit first. The USART’s trans-  
mitter and receiver are functionally independent, but  
use the same data format and baud rate. The baud rate  
generator produces a clock, either 16 or 64 times the  
bit shift rate, depending on bit BRGH (TXSTAx<2>).  
Parity is not supported by the hardware, but can be  
implemented in software (and stored as the ninth data  
bit). Asynchronous mode is stopped during SLEEP.  
Note 1: The TSR register is not mapped in data  
memory, so it is not available to the user.  
2: Flag bit TXIF is set when enable bit TXEN  
is set.  
Asynchronous mode is selected by clearing bit SYNC  
(TXSTAx<4>).  
To set up an asynchronous transmission:  
The USART Asynchronous module consists of the  
following important elements:  
• Baud Rate Generator  
• Sampling Circuit  
• Asynchronous Transmitter  
• Asynchronous Receiver  
1. Initialize the SPBRGx register for the appropri-  
ate baud rate. If a high speed baud rate is  
desired, set bit BRGH (Section 18.1).  
2. Enable the asynchronous serial port by clearing  
bit SYNC and setting bit SPEN.  
3. If interrupts are desired, set enable bit TXxIE in  
the appropriate PIE register.  
4. If 9-bit transmission is desired, set transmit bit  
18.2.1  
USART ASYNCHRONOUS  
TRANSMITTER  
TX9. Can be used as address/data bit.  
5. Enable the transmission by setting bit TXEN,  
which will also set bit TXxIF.  
The USART transmitter block diagram is shown in  
Figure 18-1. The heart of the transmitter is the Transmit  
(serial) Shift Register (TSR). The shift register obtains  
its data from the read/write transmit buffer, TXREGx.  
The TXREGx register is loaded with data in software.  
The TSR register is not loaded until the STOP bit has  
been transmitted from the previous load. As soon as  
the STOP bit is transmitted, the TSR is loaded with new  
data from the TXREGx register (if available). Once the  
TXREGx register transfers the data to the TSR register  
(occurs in one TCY), the TXREGx register is empty and  
flag bit, TXx1IF (PIR1<4> for USART1, PIR3<4> for  
6. If 9-bit transmission is selected, the ninth bit  
should be loaded in bit TX9D.  
7. Load data to the TXREGx register (starts  
transmission).  
Note: TXIF is not cleared immediately upon load-  
ing data into the transmit buffer TXREG.  
The flag bit becomes valid in the second  
instruction cycle following the load  
instruction.  
FIGURE 18-1:  
USART TRANSMIT BLOCK DIAGRAM  
Data Bus  
TXIF  
TXREG Register  
8
TXIE  
MSb  
(8)  
LSb  
0
Pin Buffer  
• •  
and Control  
TSR Register  
TX pin  
Interrupt  
TXEN  
Baud Rate CLK  
TRMT  
SPEN  
SPBRG  
Baud Rate Generator  
TX9  
TX9D  
DS39609A-page 204  
Advance Information  
2003 Microchip Technology Inc.  
 复制成功!