Radio Software Bundle (rflib) 7.10.00.23 Release Notes
Table of Contents
Introduction
The Radio Software Bundle (RFLib) component for CC13xx and CC26xx consists of:
- The high-level RF driver
- SysConfig meta data for configuring the RF driver and the front-end
- SysConfig meta data for configuring radio PHYs
- Low-level radio access functions used by the RF driver
- RF Core firmware patches for various PHYs
- API documentation
Documentation
The following documentation is included in RFLib.
- RFLib Software Manifest
- API documentation
- Release Notes (this document)
Disclaimer
RF Sysconfig: Antenna Switch Hardware Changes
The antenna switch, available under “Use Hardware”, is required by P device boards (matching regex /CC....P/
). To ensure correct RF performance, the correct value for this option is now selected by default in the UI, but not when adding the RF module in a config script.
Make sure this option is selected for correct RF performance. It must also be placed before any assignments related to the RF module for coex.
See snippet below to add correct hardware:
const RF = scripting.addModule("/ti/drivers/RF");
if (("board" in system.deviceData) && ("RF" in system.deviceData.board.components)) {
RF.$hardware = system.deviceData.board.components.RF;
}
What’s New
ID | Summary |
---|---|
RFDRIVER-470 | CC13x4: Add support for increased Sub-1GHz PA table resolution |
RFCORE-961 | CC2652R-Q1: PA Table Update - Improved Performance |
RFCORE-932 | CC1312PSIP: Settings Release - 14 dBm: 50 kbps/ 200 kbps / 1 Mbps 2-GFSK - Characterized |
RFCORE-971 | cc13x4_cc26x4: Settings Release - 5/20 dBm: BLE 1M, 2M, Coded and IEEE 802.15.4 (ZigBee) - Characterized |
RFCORE-967 | cc13x4_cc26x4: Settings Release - 20 dBm: PROP 16.384 kbps OOK, Manchester encoding - Characterized |
RFCORE-924 | cc13x4_cc26x4: Settings Release - 5 dBm: 50/25/12.5/6.25 kbps SUN O-QPSK - Release Candidate |
RFCORE-972 | cc13x4_cc26x4: PA Table Update - Increased Sub-1GHz Granularity |
RFCORE-965 | CC1312PSIP: Settings Release - 20 dBm: 50 kbps 2-GFSK - Characterized |
RFCORE-933 | CC1312PSIP: PA Table Update - 14 dBm: Characterized |
RFCORE-934 | CC1312PSIP: Settings Release - 14 dBm: Wireless MBUS S1-/S2-/T-/C-Mode - Characterized |
RFCORE-931 | CC1312PSIP: Settings Release - 14 dBm: 9.6 kbps Narrowband - Characterized |
RFCORE-944 | CC1312PSIP: Settings Release - 14 dBm: Wi-SUN Mode #1-5 - Characterized |
RFCORE-952 | CC1312PSIP: Settings Release - 14 dBm: 4.8 kbps OOK - Characterized |
RFCORE-940 | CC1312PSIP: Settings Release - 14 dBm: SimpleLink Long Range 2.5/5 kbps - Characterized |
RFCORE-953 | CC1312PSIP: Settings Release - 14 dBm: WB-DSSS 240/120/60/30 kbps with 1/2/4/8 x spreading - Characterized |
RFCORE-938 | CC1312PSIP: Settings Release - 14 dBm: Zigbee R23 100/500 kbps 2-GFSK - Characterized |
RFCORE-966 | CC1312PSIP: PA Table Update - 20 dBm: Characterized |
RFCORE-964 | CC1312PSIP: Settings Release - 20 dBm: Zigbee R23 500 kbps 2-GFSK - Characterized |
RFCORE-927 | cc13x4_cc26x4: Settings Release - 5/14 dBm: PROP 16.384 kbps OOK, Manchester encoding - Characterized |
RFCORE-892 | cc13x1_cc26x1: Settings Update - Patch: Remove deprecated “rf_patch_cpe_multi_protocol” |
Fixed Issues
ID | Summary |
---|---|
None | None |
Known Issues
ID | Summary |
---|---|
None | None |
Upgrade and Compatibility Information
This release breaks compatibility with previous releases of RFLib in the following ways:
cc13x1_cc26x1
: The CPE multi protocol patch (rf_patch_cpe_multi_protocol
) is deprecated and removed.- Any generated settings previously using this patch are updated to refer to the specific protocol patches
rf_patch_cpe[bt5, ieee_802_15_4, prop]
.
Versioning
This product’s version follows a version format, M.mm.pp.bb, where M is a single digit Major number, mm is 2 digit minor number, pp is a 2 digit patch number, and b is an unrestricted set of digits used as an incrementing build counter.