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.

[参考译文] CC1314R10:CC1314R106T0RGZ SysConfig 和 Wi-SUN 支持

Guru**** 1825110 points
Other Parts Discussed in Thread: CC1314R10, SYSCONFIG, WI-SUN
请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/wireless-connectivity/sub-1-ghz-group/sub-1-ghz/f/sub-1-ghz-forum/1412087/cc1314r10-cc1314r106t0rgz-sysconfig-and-wi-sun-support

器件型号:CC1314R10
Thread 中讨论的其他器件: SysConfigWi-SUN

工具与软件:

你(们)好

我们需要将 Wi-SUN 堆栈与 CC1314R106T0RGZ 配合使用。 但从我们看到的来看、SysConfig 目前仅支持 CC1314R106T0RSK 电路板。 此外、虽然 CC1312R1 RGZ LaunchPad 上有一个名为"CC1314R10 RGZ"的电路板、但它不支持 Wi-SUN 堆栈。

如有任何关于 CC1314R106T0RGZ 电路板与 SysConfig 和 Wi-SUN 堆栈兼容性的见解、我们都将不胜感激。

此致、

Mauricio.

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    尊敬的 Mauricio:

    感谢您的报告、我将为此提交一个错误票证。

    同时、请在将工程导入到 CCS 之前尝试这些代码更改:

    1.开源 /ti/ti_wisunfan/.meta/ti_wisunfan.component.js。 添加新行47:  "CC1314R10RGZ",

    const supportedDevices = [
        "CC1312R1F3RGZ",
        "CC1312PSIP",
        "CC1352P1F3RGZ",
        "CC1352R1F3RGZ",
        "CC1312R7RGZ",
        "CC1352P7RGZ",
        "CC1314R10RSK",
        "CC1314R10RGZ",
        "CC1354R10RGZ",
        "CC1354P10RSK",
        "CC1354P10RGZ",
    ];

    2.开源 /ti/ti_wisunfan/.meta/ti_wisunfan_rf_config.syscfg.js 并在 getRfDesignOptions() 函数中添加其他情况、例如第237行:

        else if(deviceId === "CC1314R10RGZ")
        {
                newRfDesignOptions = [{name: "LP_CC1314R10_RGZ"}];
        }

    3. Now you can follow the process in the migration guide (https://dev.ti.com/tirex/explore/content/simplelink_cc13xx_cc26xx_sdk_7_41_00_17/docs/ti_wisunfan/html/cc13xx_cc26xx/software-on-cc13x4-26x4-rgz-devices.html )

    Cheers,

    Marie H