请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
器件型号:CC1354P10 高无线支持、
我的客户能否将恒流源连接到外部引脚? 从数据表中看不清楚。 如果我们设法将源路由到外部、这将非常有用。
此致、
布莱克
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.
高无线支持、
我的客户能否将恒流源连接到外部引脚? 从数据表中看不清楚。 如果我们设法将源路由到外部、这将非常有用。
此致、
布莱克
这应该是可能的。
请下载 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