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

CC2511F8RSP 参数 Datasheet PDF下载

CC2511F8RSP图片预览
型号: CC2511F8RSP
PDF下载: 下载PDF文件 查看货源
内容描述: 低功耗的SoC (系统级芯片)与MCU,存储器, 2.4 GHz射频收发器和USB控制器 [Low-Power SoC (System-on-Chip) with MCU, Memory, 2.4 GHz RF Transceiver, and USB Controller]
分类和应用: 存储电信集成电路射频控制器
文件页数/大小: 244 页 / 2899 K
品牌: TAOS [ TEXAS ADVANCED OPTOELECTRONIC SOLUTIONS ]
 浏览型号CC2511F8RSP的Datasheet PDF文件第149页浏览型号CC2511F8RSP的Datasheet PDF文件第150页浏览型号CC2511F8RSP的Datasheet PDF文件第151页浏览型号CC2511F8RSP的Datasheet PDF文件第152页浏览型号CC2511F8RSP的Datasheet PDF文件第154页浏览型号CC2511F8RSP的Datasheet PDF文件第155页浏览型号CC2511F8RSP的Datasheet PDF文件第156页浏览型号CC2511F8RSP的Datasheet PDF文件第157页  
C2510Fx / CC2511Fx  
asserted and the received data byte is  
available in UxDBUF. An interrupt request is  
generated if IEN0.URXxIE=1  
UxCSR is read. The receiver will check both  
stop bits when UxUCR.SPB=1. Note that the  
USARTx RX complete CPU interrupt flag,  
TCON.URXxIF, and the UxCSR.RX_BYTE bit  
will be asserted when the first stop bit is  
checked OK. If the second stop bit is not OK,  
the framing error bit, UxCSR.FE, will be  
asserted. This means that this bit is updated 1  
bit duration later than the 2 other above  
mentioned bits. The UxCSR.ACTIVEbit will be  
de-asserted after the second stop bit (if  
UxUCR.SPB=1).  
Since UxDBUF  
is double-buffered, the  
assertion of the USARTx TX complete CPU  
interrupt flag (IRCON2.UTXxIF) happens just  
after a transmission has been initiated, and is  
therefore not safe to use. Instead, the  
assertion of the UxCSR.TX_BYTEbit should be  
used as an indication on when new data can  
be written to UxDBUF. For DMA transfers this  
is handled automatically, but with the limitation  
that the UxGDR.CPHA bit must be set to zero.  
13.14.2  
SPI Mode  
For  
systems  
requiring  
setting  
UxGDR.CPHA=1,the DMA can not be used.  
This section describes the SPI mode of  
operation for synchronous communication. In  
SPI mode, the USART communicates with an  
external system through a 3-wire or 4-wire  
interface. The interface consists of the pins  
MOSI, MISO, SCK and SSN. Refer to Section  
13.4 on Page 88 for I/O configuration.  
Also note that the USARTx TX complete  
interrupt occurs approximately 1 byte period  
prior to the USARTx RX complete interrupt.  
In SPI master mode, only the MOSI, MISO,  
and SCK should be configured as peripherals  
(see Section 13.4.6.1 and Section 13.4.6.2). If  
the external slave requires a slave select  
signal (SSN) this can be implemented by using  
a general-purpose I/O pin and control from  
SW.  
The SPI mode includes the following features:  
3-wire (master) and 4-wire SPI interface  
Master and slave modes  
Configurable SCK polarity and phase  
Configurable LSB or MSB first transfer  
13.14.2.2 SPI Slave Operation  
An SPI byte transfer in slave mode is  
controlled by the external system. The data on  
the MOSI input is shifted into the receive  
register controlled by the serial clock SCK,  
which is an input in slave mode. At the same  
time the byte in the transmit register is shifted  
out onto the MISO output.  
The SPI mode is selected when UxCSR.MODE  
is set to 0.  
In SPI mode, the USART can be configured to  
operate either as an SPI master or as an SPI  
slave by setting UxCSR.SLAVE to 0 or 1,  
respectively.  
The UxCSR.ACTIVE bit goes high when the  
transfer starts and low when the transfer ends.  
When the transfer ends, the UxCSR.RX_BYTE  
bit is set to 1  
13.14.2.1 SPI Master Operation  
An SPI byte transfer in master mode is initiated  
when the UxDBUF register is written. The  
USART generates the SCK signal using the  
baud rate generator (see Section 13.14.3) and  
shifts the provided byte from the transmit  
register onto the MOSI output. At the same  
time the receive register shifts in the received  
byte from the MISO input pin.  
At the end of the transfer, the USARTx RX  
complete CPU interrupt flag, TCON.URXxIF, is  
asserted and the received data byte is  
available in UxDBUF. An interrupt request is  
generated if IEN0.URXxIE=1. The USARTx  
TX  
complete  
CPU  
interrupt  
flag,  
IRCON2.UTXxIF, is asserted at the start of  
the operation and an interrupt request is  
generated if IEN2.UTXxIE=1.  
The polarity and clock phase of the serial clock  
SCK is selected by UxGCR.CPOL and  
UxGCR.CPHA. The order of the byte transfer is  
selected by the UxGCR.ORDERbit.  
The expected polarity and clock phase of SCK  
is selected by UxGCR.CPOLand UxGCR.CPHA  
as shown in Figure 40. The expected order of  
the byte transfer is selected by the  
UxGCR.ORDER bit.  
The UxCSR.ACTIVE bit goes high when the  
transfer starts and low when the transfer ends.  
When the transfer ends, the UxCSR.TX_BYTE  
bit is set to 1.  
At the end of the transfer, the USARTx RX  
complete CPU interrupt flag, TCON.URXxIF, is  
SWRS055D  
Page 153 of 243