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

SX1232 参数 Datasheet PDF下载

SX1232图片预览
型号: SX1232
PDF下载: 下载PDF文件 查看货源
内容描述: 高链路预算集成的UHF收发器 [High Link Budget Integrated UHF Transceiver]
分类和应用:
文件页数/大小: 97 页 / 1338 K
品牌: SEMTECH [ SEMTECH CORPORATION ]
 浏览型号SX1232的Datasheet PDF文件第57页浏览型号SX1232的Datasheet PDF文件第58页浏览型号SX1232的Datasheet PDF文件第59页浏览型号SX1232的Datasheet PDF文件第60页浏览型号SX1232的Datasheet PDF文件第62页浏览型号SX1232的Datasheet PDF文件第63页浏览型号SX1232的Datasheet PDF文件第64页浏览型号SX1232的Datasheet PDF文件第65页  
SX1232  
WIRELESS & SENSING  
DATASHEET  
Two address based filtering options are available:  
Š AddressFiltering = 01: Received address field is compared with internal register NodeAddress. If they match then the  
packet is accepted and processed, otherwise it is discarded.  
Š AddressFiltering = 10: Received address field is compared with internal registers NodeAddress and BroadcastAddress.  
If either is a match, the received packet is accepted and processed, otherwise it is discarded. This additional check with  
a constant is useful for implementing broadcast in a multi-node networks  
Please note that the received address byte, as part of the payload, is not stripped off the packet and is made available in  
the FIFO. In addition, NodeAddress and AddressFiltering only apply to Rx. On Tx side, if address filtering is expected, the  
address byte should simply be put into the FIFO like any other byte of the payload.  
As address filtering requires a Sync word match, both features share the same interrupt flag SyncAddressMatch.  
5.5.6.3. Length Based  
In variable length Packet mode, PayloadLength must be programmed with the maximum payload length permitted. If  
received length byte is smaller than this maximum then the packet is accepted and processed, otherwise it is discarded.  
Please note that the received length byte, as part of the payload, is not stripped off the packet and is made available in the  
FIFO.  
To disable this function the user should set the value of the PayloadLength to 2047.  
5.5.6.4. CRC Based  
The CRC check is enabled by setting bit CrcOn in RegPacketConfig1. It is used for checking the integrity of the message.  
Š On Tx side a two byte CRC checksum is calculated on the payload part of the packet and appended to the end of the  
message  
Š On Rx side the checksum is calculated on the received payload and compared with the two checksum bytes received.  
The result of the comparison is stored in bit CrcOk.  
By default, if the CRC check fails then the FIFO is automatically cleared and no interrupt is generated. This filtering function  
can be disabled via CrcAutoClearOff bit and in this case, even if CRC fails, the FIFO is not cleared and only PayloadReady  
interrupt goes high. Please note that in both cases, the two CRC checksum bytes are stripped off by the packet handler  
and only the payload is made available in the FIFO.  
Two CRC implementations are selected with bit CrcWhiteningType.  
Table 29 CRC Description  
Crc Type  
CCITT  
CrcWhiteningType  
Polynomial  
Seed Value  
Complemented  
0 (default)  
0x1D0F  
Yes  
X
X
16 + X12 + X5 + 1  
16 + X15 + X2 + 1  
IBM  
1
0xFFFF  
No  
A C code implementation of each CRC type is proposed in Application Section 7.  
Rev 3 - August 2012  
Page 61  
www.semtech.com  
 复制成功!