Radio Software Bundle (rflib) 8.30.02.01 Release Notes

Table of Contents

Introduction

The Radio Software Bundle (RFLib) component for CC13xx and CC26xx consists of:

Documentation

The following documentation is included in RFLib.

Disclaimer

CC1312PSIP: Regulation of TX power vs VDDS (3.3V-3.8V)

TX power is regulated for power supply voltage changes in the CC1312PSIP device. This reduces the effect of increasing VDDS on the TX power and limits the TX power from going much higher than 20 dBm. The TX power regulation is applied when VDDS > 3.3V and the device is set to transmit 17 dBm or above.

Under these conditions, the feature maintains the TX power close to the original power setting even when VDDS is increased. For TX power setting below 17 dBm, the feature has no effect on the device behavior.

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
RFCORE-1037 CC1354R10: PA Table Update - 5 dBm: Improved Performance
RFCORE-1040 CC2674R10: PA Table Update - 5 dBm: Characterized
RFCORE-1043 CC1354P: PA Table Update - 20 dBm: Improved Performance
RFCORE-1041 CC2674P10: PA Table Update - 10 dBm: Characterized
RFCORE-1042 CC2674P10: PA Table Update - 20 dBm: Characterized
RFCORE-1044 CC1354P: PA Table Update - 10 dBm: Improved Performance
RFCORE-1039 CC1354P: PA Table Update - 5 dBm: Improved Performance

Fixed Issues

ID Summary
RFCORE-1036 cc13x4_cc26x4: Non-reentrant code in Coex patch causes IEEE CSMA command to stall indefinitely

Known Issues

ID Summary
RFDRIVER-862 RF_ratDispatchTime() doesn't check if RF_currClient is null before derefencing it, causing a fault

Upgrade and Compatibility Information

This release breaks compatibility with previous releases of RFLib in the following ways:

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.