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.

CC1311R3: TI15.4 Stack - Sensor Example for CC1311R3

Part Number: CC1311R3
Other Parts Discussed in Thread: CC1312R, , CC1311P3, SYSCONFIG

Hey everyone,

Is there any example application I can use to flash a CC1311R3 chip? I have an application working on CC1312R, but now I want to have the same code flashed on CC1311R. As I understand, the TI recommendation when changing the chips is usually starting by downloading a similar example from the SDK, for the desired chip. However I cant find any examples for TI15.4 Stack for CC1311R MCU. 

How can I prepare the project to change from 1312 to 1311?

Thanks

  • Hi Arthur,

    Thanks for the quick reply.

    One question: The highlighted section on the image bellow, mentions the copy of the file to be renamed to "LP_CC1311P3..." however, there is already a board file with that name on .meta folder. Shouldn't this be renamed to "LP_CC1311R3..." instead? Since this is what is intended?

    Thanks.

  • Another question: why max Tx Power only shows 13 instead of 14?

  • Hi JD,

    No, this is fine, as you do change it inside the Sysconfig file to LP_CC1311R3 later on.

    As of the TX power, per the datasheet, 14 dBm is available when you enable boost mode.

    Regards,

    Arthur

  • Hey Arthur,

    But in CC1312R, I can select 14dB in sysconfig, if I activate "force VDDR". However in sysconfig for  CC1311R there is no option for 14 dB, max that shows up is 13, even if "force VDDR" is active. The option for 14dB never shows up.

    What's going on?

  • Hey JD,

    It looks like the issue could be coming from our radio settings. I am currently checking what went wrong.

    Regards,

    Arthur

  • Hey Arthur,

    Thanks, let me know when you find out, I need the 14dB option.

  • Hey JD,

    It is indeed a problem with our radio settings. We are currently using an outdated power table. This has to be updated.

    Regards,

    Arthur

  • Thanks Arthur,

    Let me know how to fix it as soon as you have an answer. We'll be going into certification soon, we need the 14dB setting to be working.

  • Hi JD,

    Here is a patch to the SDK for you to use the 14dBm setting:

    • In source\ti\devices\radioconfig\.meta\config\pa_tables\cc13x1_cc26x1_r3, copy the following file:
      pasettings.json
      {
          "patables": {
              "RfDesign": [
                  {
                      "_name": "CC1311-P3EM-7XD7793-PA915",
                      "FrequencyRange": {
                          "Min": "770",
                          "Max": "930",
                          "PaSettingTable": {
                              "PaSetting": [
                                  {
                                      "_text": "14",
                                      "Value": "0x013F",
                                      "Option": {
                                          "_name": "vddr",
                                          "$": "HIGH"
                                      },
                                      "Command": {
                                          "_name": "CMD_PROP_RADIO_DIV_SETUP",
                                          "OverrideField": {
                                              "_name": "pRegOverride",
                                              "Block": "override_patable_14dbm.json"
                                          }
                                      }
                                  },
                                  {
                                      "_text": "12.5",
                                      "Value": "0xB224"
                                  },
                                  {
                                      "_text": "12",
                                      "Value": "0x895E"
                                  },
                                  {
                                      "_text": "11",
                                      "Value": "0x669A"
                                  },
                                  {
                                      "_text": "10",
                                      "Value": "0x3E92"
                                  },
                                  {
                                      "_text": "9",
                                      "Value": "0x3EDC"
                                  },
                                  {
                                      "_text": "8",
                                      "Value": "0x2CD8"
                                  },
                                  {
                                      "_text": "7",
                                      "Value": "0x26D4"
                                  },
                                  {
                                      "_text": "6",
                                      "Value": "0x20D1"
                                  },
                                  {
                                      "_text": "5",
                                      "Value": "0x1CCE"
                                  },
                                  {
                                      "_text": "4",
                                      "Value": "0x16CD"
                                  },
                                  {
                                      "_text": "3",
                                      "Value": "0x14CB"
                                  },
                                  {
                                      "_text": "2",
                                      "Value": "0x12CA"
                                  },
                                  {
                                      "_text": "1",
                                      "Value": "0x12C9"
                                  },
                                  {
                                      "_text": "0",
                                      "Value": "0x10C8"
                                  },
                                  {
                                      "_text": "-5",
                                      "Value": "0x0AC4"
                                  },
                                  {
                                      "_text": "-10",
                                      "Value": "0x0AC2"
                                  },
                                  {
                                      "_text": "-15",
                                      "Value": "0x06C1"
                                  },
                                  {
                                      "_text": "-20",
                                      "Value": "0x04C0"
                                  }
                              ]
                          }
                      }
                  },
                  {
                      "_name": "CC1311-R3EM-7XD433",
                      "FrequencyRange": {
                          "Min": "359",
                          "Max": "527",
                          "PaSettingTable": {
                              "PaSetting": [
                                  {
                                      "_text": "13",
                                      "Value": "0x006A"
                                  },
                                  {
                                      "_text": "12",
                                      "Value": "0x004E"
                                  },
                                  {
                                      "_text": "11",
                                      "Value": "0x0048"
                                  },
                                  {
                                      "_text": "10",
                                      "Value": "0x00E7"
                                  },
                                  {
                                      "_text": "9",
                                      "Value": "0x00DF"
                                  },
                                  {
                                      "_text": "8",
                                      "Value": "0x00D9"
                                  },
                                  {
                                      "_text": "7",
                                      "Value": "0x00D5"
                                  },
                                  {
                                      "_text": "6",
                                      "Value": "0x00D2"
                                  },
                                  {
                                      "_text": "5",
                                      "Value": "0x00CF"
                                  },
                                  {
                                      "_text": "4",
                                      "Value": "0x00CD"
                                  },
                                  {
                                      "_text": "3",
                                      "Value": "0x00CB"
                                  },
                                  {
                                      "_text": "2",
                                      "Value": "0x00CA"
                                  },
                                  {
                                      "_text": "1",
                                      "Value": "0x00C9"
                                  },
                                  {
                                      "_text": "0",
                                      "Value": "0x00C8"
                                  },
                                  {
                                      "_text": "-5",
                                      "Value": "0x00C4"
                                  },
                                  {
                                      "_text": "-10",
                                      "Value": "0x00C2"
                                  },
                                  {
                                      "_text": "-15",
                                      "Value": "0x00C1"
                                  },
                                  {
                                      "_text": "-20",
                                      "Value": "0x00C0"
                                  }
                              ]
                          }
                      }
                  },
                  {
                      "_name": "CC1311-R3EM-5XD7793",
                      "FrequencyRange": {
                          "Min": "770",
                          "Max": "930",
                          "PaSettingTable": {
                              "PaSetting": [
                                  {
                                      "_text": "14",
                                      "Value": "0x013F",
                                      "Option": {
                                          "_name": "vddr",
                                          "$": "HIGH"
                                      },
                                      "Command": {
                                          "_name": "CMD_PROP_RADIO_DIV_SETUP",
                                          "OverrideField": {
                                              "_name": "pRegOverride",
                                              "Block": "override_patable_14dbm.json"
                                          }
                                      }
                                  },
                                  {
                                      "_text": "12.5",
                                      "Value": "0xB224"
                                  },
                                  {
                                      "_text": "12",
                                      "Value": "0x895E"
                                  },
                                  {
                                      "_text": "11",
                                      "Value": "0x669A"
                                  },
                                  {
                                      "_text": "10",
                                      "Value": "0x3E92"
                                  },
                                  {
                                      "_text": "9",
                                      "Value": "0x3EDC"
                                  },
                                  {
                                      "_text": "8",
                                      "Value": "0x2CD8"
                                  },
                                  {
                                      "_text": "7",
                                      "Value": "0x26D4"
                                  },
                                  {
                                      "_text": "6",
                                      "Value": "0x20D1"
                                  },
                                  {
                                      "_text": "5",
                                      "Value": "0x1CCE"
                                  },
                                  {
                                      "_text": "4",
                                      "Value": "0x16CD"
                                  },
                                  {
                                      "_text": "3",
                                      "Value": "0x14CB"
                                  },
                                  {
                                      "_text": "2",
                                      "Value": "0x12CA"
                                  },
                                  {
                                      "_text": "1",
                                      "Value": "0x12C9"
                                  },
                                  {
                                      "_text": "0",
                                      "Value": "0x10C8"
                                  },
                                  {
                                      "_text": "-5",
                                      "Value": "0x0AC4"
                                  },
                                  {
                                      "_text": "-10",
                                      "Value": "0x0AC2"
                                  },
                                  {
                                      "_text": "-15",
                                      "Value": "0x06C1"
                                  },
                                  {
                                      "_text": "-20",
                                      "Value": "0x04C0"
                                  }
                              ]
                          }
                      }
                  },
                  {
                      "_name": "CC26x1-R3EM-7ID",
                      "FrequencyRange": {
                          "Min": "2360",
                          "Max": "2510",
                          "PaSettingTable": {
                              "PaSetting": [
                                  {
                                      "_text": "5",
                                      "Value": "0x701F"
                                  },
                                  {
                                      "_text": "4",
                                      "Value": "0x3A17"
                                  },
                                  {
                                      "_text": "3",
                                      "Value": "0x3A64"
                                  },
                                  {
                                      "_text": "2",
                                      "Value": "0x325F"
                                  },
                                  {
                                      "_text": "1",
                                      "Value": "0x2C5C"
                                  },
                                  {
                                      "_text": "0",
                                      "Value": "0x2659"
                                  },
                                  {
                                      "_text": "-3",
                                      "Value": "0x1697"
                                  },
                                  {
                                      "_text": "-5",
                                      "Value": "0x1693"
                                  },
                                  {
                                      "_text": "-6",
                                      "Value": "0x1292"
                                  },
                                  {
                                      "_text": "-9",
                                      "Value": "0x0CD3"
                                  },
                                  {
                                      "_text": "-10",
                                      "Value": "0x0AD1"
                                  },
                                  {
                                      "_text": "-12",
                                      "Value": "0x0ACF"
                                  },
                                  {
                                      "_text": "-15",
                                      "Value": "0x06CD"
                                  },
                                  {
                                      "_text": "-18",
                                      "Value": "0x06CA"
                                  },
                                  {
                                      "_text": "-20",
                                      "Value": "0x04C8"
                                  }
                              ]
                          }
                      }
                  },
                  {
                      "_name": "CC26x1-R3EM-T7ID",
                      "FrequencyRange": {
                          "Min": "2360",
                          "Max": "2510",
                          "PaSettingTable": {
                              "PaSetting": [
                                  {
                                      "_text": "5",
                                      "Value": "0x7217"
                                  },
                                  {
                                      "_text": "4",
                                      "Value": "0x4E63"
                                  },
                                  {
                                      "_text": "3",
                                      "Value": "0x385D"
                                  },
                                  {
                                      "_text": "2",
                                      "Value": "0x3259"
                                  },
                                  {
                                      "_text": "1",
                                      "Value": "0x2856"
                                  },
                                  {
                                      "_text": "0",
                                      "Value": "0x2853"
                                  },
                                  {
                                      "_text": "-3",
                                      "Value": "0x1893"
                                  },
                                  {
                                      "_text": "-5",
                                      "Value": "0x12D6"
                                  },
                                  {
                                      "_text": "-6",
                                      "Value": "0x10D4"
                                  },
                                  {
                                      "_text": "-9",
                                      "Value": "0x0AD0"
                                  },
                                  {
                                      "_text": "-10",
                                      "Value": "0x0ACF"
                                  },
                                  {
                                      "_text": "-12",
                                      "Value": "0x0ACC"
                                  },
                                  {
                                      "_text": "-15",
                                      "Value": "0x06CA"
                                  },
                                  {
                                      "_text": "-18",
                                      "Value": "0x06C8"
                                  },
                                  {
                                      "_text": "-20",
                                      "Value": "0x04C6"
                                  }
                              ]
                          }
                      }
                  },
                  {
                      "_name": "CC2651-P3EM-7XD24-PA24",
                      "FrequencyRange": {
                          "Min": "2360",
                          "Max": "2510",
                          "PaSettingTable": {
                              "PaSetting": [
                                  {
                                      "_text": "5",
                                      "Value": "0x762E"
                                  },
                                  {
                                      "_text": "4",
                                      "Value": "0x8220"
                                  },
                                  {
                                      "_text": "3",
                                      "Value": "0x486F"
                                  },
                                  {
                                      "_text": "2",
                                      "Value": "0x3E66"
                                  },
                                  {
                                      "_text": "1",
                                      "Value": "0x3261"
                                  },
                                  {
                                      "_text": "0",
                                      "Value": "0x2C5D"
                                  },
                                  {
                                      "_text": "-3",
                                      "Value": "0x1899"
                                  },
                                  {
                                      "_text": "-5",
                                      "Value": "0x1695"
                                  },
                                  {
                                      "_text": "-6",
                                      "Value": "0x1693"
                                  },
                                  {
                                      "_text": "-9",
                                      "Value": "0x0CD4"
                                  },
                                  {
                                      "_text": "-10",
                                      "Value": "0x0AD3"
                                  },
                                  {
                                      "_text": "-12",
                                      "Value": "0x0AD0"
                                  },
                                  {
                                      "_text": "-15",
                                      "Value": "0x06CD"
                                  },
                                  {
                                      "_text": "-18",
                                      "Value": "0x04CA"
                                  },
                                  {
                                      "_text": "-20",
                                      "Value": "0x04C8"
                                  }
                              ]
                          }
                      }
                  },
                  {
                      "_name": "CC2651-P3EM-5XS24-PA24",
                      "FrequencyRange": {
                          "Min": "2360",
                          "Max": "2510",
                          "PaSettingTable": {
                              "PaSetting": [
                                  {
                                      "_text": "3",
                                      "Value": "0x8623"
                                  },
                                  {
                                      "_text": "2",
                                      "Value": "0x5E6C"
                                  },
                                  {
                                      "_text": "1",
                                      "Value": "0x3E62"
                                  },
                                  {
                                      "_text": "0",
                                      "Value": "0x2EA5"
                                  },
                                  {
                                      "_text": "-1",
                                      "Value": "0x209E"
                                  },
                                  {
                                      "_text": "-2",
                                      "Value": "0x289B"
                                  },
                                  {
                                      "_text": "-5",
                                      "Value": "0x66E5"
                                  },
                                  {
                                      "_text": "-7",
                                      "Value": "0x10D7"
                                  },
                                  {
                                      "_text": "-8",
                                      "Value": "0x20D6"
                                  },
                                  {
                                      "_text": "-11",
                                      "Value": "0x10D0"
                                  },
                                  {
                                      "_text": "-12",
                                      "Value": "0x0ACE"
                                  },
                                  {
                                      "_text": "-14",
                                      "Value": "0x0ACC"
                                  },
                                  {
                                      "_text": "-17",
                                      "Value": "0x0AC9"
                                  },
                                  {
                                      "_text": "-20",
                                      "Value": "0x0AC7"
                                  },
                                  {
                                      "_text": "-22",
                                      "Value": "0x00C5"
                                  }
                              ]
                          }
                      }
                  },
                  {
                      "_name": "CC1311-R3EM-XD7793_A1",
                      "FrequencyRange": {
                          "Min": "770",
                          "Max": "930",
                          "PaSettingTable": {
                              "PaSetting": [
                                  {
                                      "_text": "14",
                                      "Value": "0x013F",
                                      "Option": {
                                          "_name": "vddr",
                                          "$": "HIGH"
                                      },
                                      "Command": {
                                          "_name": "CMD_PROP_RADIO_DIV_SETUP",
                                          "OverrideField": {
                                              "_name": "pRegOverride",
                                              "Block": "override_patable_14dbm.json"
                                          }
                                      }
                                  },
                                  {
                                      "_text": "12.5",
                                      "Value": "0xB224"
                                  },
                                  {
                                      "_text": "12",
                                      "Value": "0x895E"
                                  },
                                  {
                                      "_text": "11",
                                      "Value": "0x669A"
                                  },
                                  {
                                      "_text": "10",
                                      "Value": "0x3E92"
                                  },
                                  {
                                      "_text": "9",
                                      "Value": "0x3EDC"
                                  },
                                  {
                                      "_text": "8",
                                      "Value": "0x2CD8"
                                  },
                                  {
                                      "_text": "7",
                                      "Value": "0x26D4"
                                  },
                                  {
                                      "_text": "6",
                                      "Value": "0x20D1"
                                  },
                                  {
                                      "_text": "5",
                                      "Value": "0x1CCE"
                                  },
                                  {
                                      "_text": "4",
                                      "Value": "0x16CD"
                                  },
                                  {
                                      "_text": "3",
                                      "Value": "0x14CB"
                                  },
                                  {
                                      "_text": "2",
                                      "Value": "0x12CA"
                                  },
                                  {
                                      "_text": "1",
                                      "Value": "0x12C9"
                                  },
                                  {
                                      "_text": "0",
                                      "Value": "0x10C8"
                                  },
                                  {
                                      "_text": "-5",
                                      "Value": "0x0AC4"
                                  },
                                  {
                                      "_text": "-10",
                                      "Value": "0x0AC2"
                                  },
                                  {
                                      "_text": "-15",
                                      "Value": "0x06C1"
                                  },
                                  {
                                      "_text": "-20",
                                      "Value": "0x04C0"
                                  }
                              ]
                          }
                      }
                  },
                  {
                      "_name": "LP-CC1311P3",
                      "FrequencyRange": [
                          {
                              "Min": "770",
                              "Max": "930",
                              "PaSettingTable": {
                                  "PaSetting": [
                                      {
                                          "_text": "14",
                                          "Value": "0x013F",
                                          "Option": {
                                              "_name": "vddr",
                                              "$": "HIGH"
                                          },
                                          "Command": {
                                              "_name": "CMD_PROP_RADIO_DIV_SETUP",
                                              "OverrideField": {
                                                  "_name": "pRegOverride",
                                                  "Block": "override_patable_14dbm.json"
                                              }
                                          }
                                      },
                                      {
                                          "_text": "12.5",
                                          "Value": "0xB224"
                                      },
                                      {
                                          "_text": "12",
                                          "Value": "0x895E"
                                      },
                                      {
                                          "_text": "11",
                                          "Value": "0x669A"
                                      },
                                      {
                                          "_text": "10",
                                          "Value": "0x3E92"
                                      },
                                      {
                                          "_text": "9",
                                          "Value": "0x3EDC"
                                      },
                                      {
                                          "_text": "8",
                                          "Value": "0x2CD8"
                                      },
                                      {
                                          "_text": "7",
                                          "Value": "0x26D4"
                                      },
                                      {
                                          "_text": "6",
                                          "Value": "0x20D1"
                                      },
                                      {
                                          "_text": "5",
                                          "Value": "0x1CCE"
                                      },
                                      {
                                          "_text": "4",
                                          "Value": "0x16CD"
                                      },
                                      {
                                          "_text": "3",
                                          "Value": "0x14CB"
                                      },
                                      {
                                          "_text": "2",
                                          "Value": "0x12CA"
                                      },
                                      {
                                          "_text": "1",
                                          "Value": "0x12C9"
                                      },
                                      {
                                          "_text": "0",
                                          "Value": "0x10C8"
                                      },
                                      {
                                          "_text": "-5",
                                          "Value": "0x0AC4"
                                      },
                                      {
                                          "_text": "-10",
                                          "Value": "0x0AC2"
                                      },
                                      {
                                          "_text": "-15",
                                          "Value": "0x06C1"
                                      },
                                      {
                                          "_text": "-20",
                                          "Value": "0x04C0"
                                      }
                                  ]
                              }
                          },
                          {
                              "Min": "359",
                              "Max": "510",
                              "PaSettingTable": {
                                  "PaSetting": [
                                      {
                                          "_text": "13",
                                          "Value": "0x003F"
                                      },
                                      {
                                          "_text": "12",
                                          "Value": "0x9413"
                                      },
                                      {
                                          "_text": "11",
                                          "Value": "0x8098"
                                      },
                                      {
                                          "_text": "10",
                                          "Value": "0x5890"
                                      },
                                      {
                                          "_text": "9",
                                          "Value": "0x66E8"
                                      },
                                      {
                                          "_text": "8",
                                          "Value": "0x58E0"
                                      },
                                      {
                                          "_text": "7",
                                          "Value": "0x46DA"
                                      },
                                      {
                                          "_text": "6",
                                          "Value": "0x40D6"
                                      },
                                      {
                                          "_text": "5",
                                          "Value": "0x38D2"
                                      },
                                      {
                                          "_text": "4",
                                          "Value": "0x2ED0"
                                      },
                                      {
                                          "_text": "3",
                                          "Value": "0x2ECE"
                                      },
                                      {
                                          "_text": "2",
                                          "Value": "0x26CC"
                                      },
                                      {
                                          "_text": "1",
                                          "Value": "0x20CA"
                                      },
                                      {
                                          "_text": "0",
                                          "Value": "0x20C9"
                                      },
                                      {
                                          "_text": "-6",
                                          "Value": "0x0EC4"
                                      },
                                      {
                                          "_text": "-8",
                                          "Value": "0x0EC3"
                                      },
                                      {
                                          "_text": "-11",
                                          "Value": "0x0EC2"
                                      }
                                  ]
                              }
                          }
                      ]
                  },
                  {
                      "_name": "CC1352EM-XS169-XS24, 10 dBm",
                      "FrequencyRange": {
                          "Min": "169",
                          "Max": "170",
                          "PaSettingTable": {
                              "PaSetting": [
                                  {
                                      "_text": "10",
                                      "Value": "0x003F"
                                  },
                                  {
                                      "_text": "9",
                                      "Value": "0x3819"
                                  },
                                  {
                                      "_text": "8",
                                      "Value": "0x265B"
                                  },
                                  {
                                      "_text": "7",
                                      "Value": "0x180C"
                                  },
                                  {
                                      "_text": "6",
                                      "Value": "0x1852"
                                  },
                                  {
                                      "_text": "5",
                                      "Value": "0x1894"
                                  },
                                  {
                                      "_text": "4",
                                      "Value": "0x0EDE"
                                  },
                                  {
                                      "_text": "3",
                                      "Value": "0x0EDB"
                                  },
                                  {
                                      "_text": "2",
                                      "Value": "0x0ED8"
                                  },
                                  {
                                      "_text": "1",
                                      "Value": "0x0ED6"
                                  },
                                  {
                                      "_text": "0",
                                      "Value": "0x0ED4"
                                  },
                                  {
                                      "_text": "-1",
                                      "Value": "0x0E8A"
                                  },
                                  {
                                      "_text": "-2",
                                      "Value": "0x0E89"
                                  },
                                  {
                                      "_text": "-3",
                                      "Value": "0x0E88"
                                  },
                                  {
                                      "_text": "-7",
                                      "Value": "0x08CA"
                                  },
                                  {
                                      "_text": "-11",
                                      "Value": "0x08C7"
                                  },
                                  {
                                      "_text": "-13",
                                      "Value": "0x08C6"
                                  }
                              ]
                          }
                      }
                  },
                  {
                      "_name": "CC1311-P3EM-7XD7793-PA915_20dBm",
                      "FrequencyRange": {
                          "Min": "770",
                          "Max": "930",
                          "PaSettingTable": {
                              "PaSetting": [
                                  {
                                      "_text": "20",
                                      "Value": "0xFFFF",
                                      "TxHighPa": "0x1B8ED2"
                                  },
                                  {
                                      "_text": "19",
                                      "Value": "0xFFFF",
                                      "TxHighPa": "0x0448CF"
                                  },
                                  {
                                      "_text": "18",
                                      "Value": "0xFFFF",
                                      "TxHighPa": "0x048022"
                                  },
                                  {
                                      "_text": "17",
                                      "Value": "0xFFFF",
                                      "TxHighPa": "0x02661C"
                                  },
                                  {
                                      "_text": "16",
                                      "Value": "0xFFFF",
                                      "TxHighPa": "0x005618"
                                  },
                                  {
                                      "_text": "15",
                                      "Value": "0xFFFF",
                                      "TxHighPa": "0x004812"
                                  },
                                  {
                                      "_text": "14",
                                      "Value": "0xFFFF",
                                      "TxHighPa": "0x00380D"
                                  }
                              ]
                          }
                      }
                  },
                  {
                      "_name": "CC2651-P3EM-7XD24-PA24_20dBm",
                      "FrequencyRange": {
                          "Min": "2360",
                          "Max": "2510",
                          "PaSettingTable": {
                              "PaSetting": [
                                  {
                                      "_text": "20",
                                      "Value": "0xFFFF",
                                      "TxHighPa": "0x3F75F5"
                                  },
                                  {
                                      "_text": "19",
                                      "Value": "0xFFFF",
                                      "TxHighPa": "0x3F61E2"
                                  },
                                  {
                                      "_text": "18",
                                      "Value": "0xFFFF",
                                      "TxHighPa": "0x3047E0"
                                  },
                                  {
                                      "_text": "17",
                                      "Value": "0xFFFF",
                                      "TxHighPa": "0x1B4FE5"
                                  },
                                  {
                                      "_text": "16",
                                      "Value": "0xFFFF",
                                      "TxHighPa": "0x1B39DE"
                                  },
                                  {
                                      "_text": "15",
                                      "Value": "0xFFFF",
                                      "TxHighPa": "0x1B2FDA"
                                  },
                                  {
                                      "_text": "14",
                                      "Value": "0xFFFF",
                                      "TxHighPa": "0x1B27D6"
                                  }
                              ]
                          }
                      }
                  },
                  {
                      "_name": "CC2651-P3EM-5XS24-PA24_10dBm",
                      "FrequencyRange": {
                          "Min": "2360",
                          "Max": "2510",
                          "PaSettingTable": {
                              "PaSetting": [
                                  {
                                      "_text": "10",
                                      "Value": "0xFFFF",
                                      "TxHighPa": "0x14395A"
                                  },
                                  {
                                      "_text": "9",
                                      "Value": "0xFFFF",
                                      "TxHighPa": "0x142F55"
                                  },
                                  {
                                      "_text": "8",
                                      "Value": "0xFFFF",
                                      "TxHighPa": "0x062F35"
                                  },
                                  {
                                      "_text": "7",
                                      "Value": "0xFFFF",
                                      "TxHighPa": "0x063930"
                                  },
                                  {
                                      "_text": "6",
                                      "Value": "0xFFFF",
                                      "TxHighPa": "0x06292B"
                                  }
                              ]
                          }
                      }
                  },
                  {
                      "_name": "LP-CC1311P3_20dBm",
                      "FrequencyRange": {
                          "Min": "770",
                          "Max": "930",
                          "PaSettingTable": {
                              "PaSetting": [
                                  {
                                      "_text": "20",
                                      "Value": "0xFFFF",
                                      "TxHighPa": "0x1B8ED2"
                                  },
                                  {
                                      "_text": "19",
                                      "Value": "0xFFFF",
                                      "TxHighPa": "0x0448CF"
                                  },
                                  {
                                      "_text": "18",
                                      "Value": "0xFFFF",
                                      "TxHighPa": "0x048022"
                                  },
                                  {
                                      "_text": "17",
                                      "Value": "0xFFFF",
                                      "TxHighPa": "0x02661C"
                                  },
                                  {
                                      "_text": "16",
                                      "Value": "0xFFFF",
                                      "TxHighPa": "0x005618"
                                  },
                                  {
                                      "_text": "15",
                                      "Value": "0xFFFF",
                                      "TxHighPa": "0x004812"
                                  },
                                  {
                                      "_text": "14",
                                      "Value": "0xFFFF",
                                      "TxHighPa": "0x00380D"
                                  }
                              ]
                          }
                      }
                  }
              ],
              "DefaultPaTable": {
                  "PaSetting": {
                      "_text": "13",
                      "Value": "0x3F"
                  }
              }
          }
      }
    • in the source\ti\devices\radioconfig\.meta\config\cc1311r3 folder, copy the content of the following archive.
      cc1311r3.zip

    Thank you for your patience,

    Regards,

    Arthur

  • It works Arthur.

    Thank you.