Radio Software Bundle (rflib) 5.70.02.02 Release Notes

Table of Contents

Introduction

The Radio Software Bundle (RFLib) component for CC13x2, CC26x2, CC13x4 and CC26x4 consists of products that were previously hosted in different locations and distributed through TIDRIVERS, TIDRIVERS examples and DriverLib:

Documentation

The following documentation is included in RFLib.

Disclaimer

RF Patches

RF settings and patches for device family cc13x1_cc26x1 are in alpha state. They are not fully characterized and have only been tested in a limited manner. Support for certain settings and PHYs may be removed in the future.

Please consider this content for evaluation purposes only.

Library Naming

The location of the precompiled RF libraries has moved to match the same pattern as other components in the SDK.

The old pattern will be deprecated in the 4th quarter 2021 release. Please migrate to the new library format before then.

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;
}

Change made to LP_CC2652PSIP:

What’s New

ID Summary
None None

Fixed Issues

ID Summary
RFDRIVER-554 SYSCFG: Antenna switch is not selected by default for P boards, resulting in 20dBm attenuation
RFDRIVER-518 RF powerup duration optimization doesn't occur if chain contains CMD_FS at head
RFDRIVER-514 Radio power up time is not optimized for LP_CC2652RB

Known Issues

ID Summary
None None

Upgrade and Compatibility Information

This release breaks compatibility with previous releases of the CC13x2/CC26x2 RF driver 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.