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.

[参考译文] CC1312PSIP:在定制 PHY 上为 ApiMac_attribute_minTxOffTime

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

https://e2e.ti.com/support/wireless-connectivity/sub-1-ghz-group/sub-1-ghz/f/sub-1-ghz-forum/1524006/cc1312psip-apimac_attribute_mintxofftime-on-custom-phy

器件型号:CC1312PSIP
主题:SysConfig 中讨论的其他器件

工具/软件:

您好、

simplelink_cc13xx_cc26xx_sdk_7_41_00_17

选择 CUSTOM PHY (WB-DSSS)似乎会导致忽略此 MAC 设置:  ApiMac_attribute_minTxOffTime

对于 FCC、我需要将最短 TX 关断时间设置为100ms、如 ETSI。 是否可以配置 MAC 来执行此操作?

谢谢、

Andy

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

    您好、Andrew、

    您是否在运行 TI 15.4-Stack?

    您能否请确认 在 SysConfig 中设置了自定义 PHY 和自定义最小 TX 关断时间?
    如何检查项目是否未使用它?

    您可以 在工程中搜索定义 MAC_OVERRIDE_TX_DELAY、而不是将编译器选项用于 SysConfig。 您可以 在工程属性中将其设置为预定义符号。 这也会启用自定义 TX OFF 时间。  

    此致、
    Theo

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

    您好、

    感谢您的答复。 我已将 MAC_OVERRIDE_TX_DELAY 添加到工程和以下内容:

        ApiMac_mlmeSetReqBool(ApiMac_attribute_customMinTxOffEnabled, true);    
          
        ApiMac_mlmeSetReqUint32(ApiMac_attribute_minTxOffTime, (uint32_t)100);
     

    我会进行测试并告诉您。

    非常感谢、

    Andy

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

    您好、Andrew、

    如果您有以下问题、请联系我们。

    此致、
    Theo