SDAA260 April 2026 CC1310 , CC1311P3 , CC1312PSIP , CC1312R , CC1312R7 , CC1314R10 , CC1350 , CC1352P , CC1352P7 , CC1352R , CC1354P10 , CC1354R10
Both SmartRF™ Studio (2) and SysConfig (3) can export/import register settings for all the characterized PHYs available for a specific device. For the Proprietary PHY group, settings are either exported/imported using the standard TX and RX commands (CMD_PROP_TX and CMD_PROP_RX) or the advanced commands (CMD_PROP_TX_ADV and CMD_PROP_RX_ADV). The Basic RX and TX SLA (Simplelink Academy) showcases how to import settings from SysConfig and/or export settings from SmartRF Studio. Even if both command sets are very flexible in terms of supported packet formats, only two different packet formats are implemented in the default code export/import. Figure 1-1 is showing the packet format configured for the two different cases.
The standard packet format can also be implemented using the advanced commands and can easily be changed to use two length bytes instead of one, and the PHYs that by default use the advanced packet format, can also be modified to transmit and receive packets of the standard packet format (with both 1 and 2 length bytes). Table 1-1 summarizes the different combinations this app note discusses.
| Command Type Imported/Exported | Packet Format | Command Type Used | Mode | Max Payload Length | Section |
|---|---|---|---|---|---|
| Standard CMD_PROP_TX CMD_PROP_RX | Standard (1 Length Byte) | Standard | TX | 255 | 2.1.1 |
| Standard | RX | 255 | 2.1.2 | ||
| Advanced | TX | 255 | 2.1.3 | ||
| Advanced | RX | 255 | 2.1.4 | ||
| Standard (2 Length Bytes) | Advanced | TX | 4093 | 2.2.1 | |
| Advanced | RX | 4093 | 2.2.2 | ||
| Advanced CMD_PROP_TX_ADV CMD_PROP_RX_ADV | Advanced (802.15.4g) | Advanced | TX | 2043 or 2045(1) | 3.1.1 |
| Advanced | RX | 2047(1) | 3.1.2 | ||
| Standard (1 Length Byte) | Advanced | TX | 255 | 3.2.1 | |
| Advanced | RX | 255 | 3.2.2 | ||
| Standard (2 Length Bytes) | Advanced | TX | 4093 | 3.3.1 | |
| Advanced | RX | 4093 | 3.3.2 |
Max payload length depends on FSC type (2 or 4 bytes CRC)
Max length on the RX sides includes number of CRC bytes (2 or 4)