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.

[参考译文] CC1354P10:外部引脚的恒流源

Guru**** 2391265 points


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

https://e2e.ti.com/support/wireless-connectivity/sub-1-ghz-group/sub-1-ghz/f/sub-1-ghz-forum/1351679/cc1354p10-constant-current-source-to-external-pin

器件型号:CC1354P10

高无线支持、  

我的客户能否将恒流源连接到外部引脚?  从数据表中看不清楚。  如果我们设法将源路由到外部、这将非常有用。

此致、  

布莱克

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

    这应该是可能的。

    请下载 Sensor Controller Studio 以访问帮助查看器、并在其中阅读更多相关信息:

    从文档来看、它看起来类似于以下内容、这是您需要传感器控制器执行的操作(我尚未对此进行测试)

    // Enables the ISRC peripheral with configuration of the output current
    isrcEnable(current);
    
    // Select COMPA input/ISRC output
    compaSelectGpioInput(auxio);
    
    // Releases the ISRC output (removing the clamp to ground)
    isrcRelease(auxio);

    Siri

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

    尊敬的 Siri:  

    非常感谢!  它看起来这样可能有效。  如果我们取得成功、我将与客户合作来进行测试、然后在这里做一个备注。

    祝您周末愉快!

    此致、Blake

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

    希望你能够让它工作:-)

    Siri