RAIL SDK Version 3.0.0 - Release Notes (Jan 22, 2026)#
Simplicity SDK Version 2025.12.0
The RAIL SDK is a complete software development suite for proprietary wireless applications. It was previously part of the Proprietary SDK. Starting with the RAIL SDK 2.18.0 release, Proprietary SDK is split into RAIL SDK and Connect SDK.
Silicon Labs RAIL (Radio Abstraction Interface Layer) is an intuitive and easily-customizable radio interface layer designed to support both proprietary and standards-based wireless protocols.
The RAIL SDK is supplied with extensive documentation and sample applications.
Release Summary#
Key Features | API Changes | Bug Fixes | Chip Enablement
Key Features#
RAIL 3.0.0 Library support.
IEEE 802.15.4 BPSK protocol support added.
API Changes#
New BPSK packet pack/unpack helpers and protocol enum entry; packet assistant exposes BPSK RX/TX functions.
Mode switch PA APIs now take only the RAIL handle (
init_rail_pa_settings(sl_rail_handle_t),update_rail_pa_settings(sl_rail_handle_t)).Removed the
sl_rail_sdk_wmbus_phy_software()function.
Bug Fixes#
Light Switch payload start pointer fixed.
Burst duty cycle sleep-stall fixed.
Chip Enablement#
None.
Key Features#
New Features | Enhancements | Removed Features | Deprecated Features
New Features#
Updated RAIL SDK codebase to support the new RAIL 3.0.0. library.
BPSK Protocol Support**: Added IEEE 802.15.4 BPSK protocol support.
Enhancements#
Mode Switch PA Improvements: PA setup now initializes and updates power via the active RAIL handle, automatically detecting OFDM/FSK channels. Removed channel-specific parameters from API.
Protocol Enum Update: Renamed
BTCprotocol enum value toBPSKfor clarity.
Removed Features#
Removed the WMBUS Software PHY Function, sl_rail_sdk_wmbus_phy_software(), as software-based PHY processing is no longer required.
Deprecated Features#
None.
API Changes#
New APIs | Modified APIs | Removed APIs | Deprecated APIs
New APIs#
API | Description |
|---|---|
| Packs IEEE 802.15.4 BPSK frame with 1-byte PHR |
| Unpacks received IEEE 802.15.4 BPSK frame |
| Packet assistant helper for BPSK RX |
| Packet assistant helper for BPSK TX |
Modified APIs#
Old API | New API | Change Description |
|---|---|---|
|
| Now requires RAIL handle parameter; initializes PA after detecting OFDM/FSK channels. |
|
| Removed channel parameter; applies TX power via active handle. |
|
| Protocol enum value renamed from BTC to BPSK. |
Removed APIs#
API | Reason |
|---|---|
| Software-based PHY processing for T-mode Meter-to-Other no longer required. |
Deprecated APIs#
None.
Bug Fixes#
| ID | Issue Description | GitHub / Salesforce Reference (if any) | Affected Software Variants, Hardware, Modes, Host Interfaces |
|---|---|---|---|
| 1563461 | Light Switch sample: packet and payload handling updated to avoid drops/warnings. Changed packet received tracking from counter to boolean flag and fixed payload pointer usage. | None |
|
| 1525880 | Burst duty cycle app could stall in sleep; fixed scheduling and added app_is_ok_to_sleep() callback to prevent sleep during packet processing and burst transmission. | None |
|
Chip Enablement#
None.
Application Example Changes#
New Examples | Modified Examples | Removed Examples | Deprecated Examples
New Examples#
None.
Modified Examples#
| Chip Family | OPNs / Boards / OPN Combinations | Supported Software Variants (if applicable) | Supported Modes | Supported Host Interfaces |
|---|---|---|---|---|
| EFR32xG29 |
|
Standard |
|
SPI, EUSART, UART |
Application Example Changes#
New Examples | Modified Examples | Removed Examples | Deprecated Examples
New Examples#
None.
Modified Examples#
None.
Removed Examples#
None.
Deprecated Examples#
None.
Impact of Release Changes#
Impact Statements | Migration Guide
Impact Statements#
| Example Name | Changes | Supported Software Variants if applicable | Supported Modes | Supported OPNs / Boards / OPN Combinations | Supported Host Interfaces |
|---|---|---|---|---|---|
| All examples | Using the new RAIL 3.0.0. functions. | Standard |
|
All boards | All |
| Proprietary radio configuration using examples. | Enablement of the BSPK PHY and protocol support. | Standard | SoC | All boards | All |
| sl_rail_sdk_wmbus_phy_software() removed | Empty function was removed for clarity. | Standard | SoC | WMBUS applications | All |
Migration Guide#
Click here for the migration guide for deprecated, removed, and modified items.
Known Issues and Limitations#
| ID | Issue or Limitation Description | GitHub / Salesforce Reference (if any) | Workaround (if any) | Affected Software Variants, Hardware, Modes, Host Interfaces |
|---|---|---|---|---|
| 1268208 | The power consumption of DK2600 can't be optimized if the configuration time for EM2 and if UART are both being used, as the value of SL_IOSTREAM_USART_{instance}_BAUDRATE does not take effect. The default value used instead is 115200 bps. Typical use case is RAIL - SoC Wireless M-bus Meter with DK2600 board. | None | Update UART baud rate to 9600 bps at Simplicity Studio Admin Console. This is necessary for EM2. |
|
| 1274248 | Range Test DMP instabilities in case of LTO. | None | Do not use LTO. |
|
| 1375450 | Wi-SUN HAN phys aren't supported by Standard packet assembler and Packet Assistant components. | None | Do not use Wi-SUN HAN phys with RAIL SDK sample applications. |
|
| Updating the Baremetal sample applications to RTOS causes build errors. | None |
Follow the Platforms guide sl_main Baremetal to RTOS Application Transition. |
|
Using This Release#
What's in the Release? | Compatible Software | Installation and Use | Help and Feedback
What's in the Release?#
RAIL SDK showcasing the usage of the RAIL library.
Compatible Software#
None.
Installation and Use#
To upgrade your existing software with this release, see instructions here.
To run your first demo, see our Getting Started Guides.
To kick start your development, see our Developer's Guide.
For information about Secure Vault Integration, see Secure Vault.
To review Security and Software Advisory notifications and manage your notification preferences:
Log in with your account credentials.
Click your profile icon in the upper-right corner of the page.
Select Notifications from the dropdown menu.
In the Notifications section, go to the My Product Notifications tab to review historical Security and Software Advisory notifications
To manage your preferences, use the Manage Notifications tab to customize which product updates and advisories you receive.
To learn more about the software in this release, dive into our online documentation.
Help and Feedback#
Contact Silicon Labs Support.
To use our Ask AI tool to get answers, see the search field at the top ofthis page.
Note: Ask AI is experimental.
Get help from our developer community.
SDK Release and Maintenance Policy#
See our SDK Release and Maintenance Policy.