This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC1310: CC1310 or CC1352R1:How to set the 4M communication rate

Part Number: CC1310
Other Parts Discussed in Thread: CC1350, CC1352R
A lot of information shows that the CC1310 can set the 4M communication rate.  But the latest sdk writes
"Note that
- `HSM` and `OOK` are not supported on the CC1310-CC1190, CC1350 (433 MHz), CC1352
(R1/P1/P-2/P-4) or CC2640R2 Launchpads"
So CC1310/CC1352r supports or does not support 4M communication rate?
If the CC1310/CC1352R supports how to set the 4M communication rate?
- `Custom`: Custom settings to be exported from SmartRF Studio to the
smartrf_settings.c file
- `2-GFSK`: Generic frequency shift keying with binary symbols, 50 kBit/s for
all launchpads, 250 KBits/s for the CC2640R2
- `LR Mode`: Legacy Long Range (625 bps)
- `OOK`: On-off keying
- `HS Mode`: High-speed mode with up to 4 MBit/s
- `SL LR`: SimpleLink Long Rang (5 kbps)
- `BLE`: Bluetooth Low Energy (CC135X, CC2640R2 only)
- `BLE5`: Bluetooth Low Energy 5 (CC1352, CC2640R2 only)
Note that
- `HSM` and `OOK` are not supported on the CC1310-CC1190, CC1350 (433 MHz), CC1352
(R1/P1/P-2/P-4) or CC2640R2 Launchpads
- Legacy Long Range Mode (`LRM`) is not supported on the CC1352(R1/P1/P-2/P-4).
  • The 4 Mbps High Speed mode is supported on CC1310 and CC1350, on the 779-930 MHz band. The HS settings are not available in SmartRf Studio, as it requires a HS API that SmartRF Studio does not support.

    The rfPacketErrorRate example in the simplelink_cc13x0_sdk_2_30_00_20 have settings and API commands for HS mode, so you need to take settings from this example if you want to implement HS mode.

    BR

    Siri