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.

OMAPL138接口中没有使用的可以配置为GPIO吗?



比如使用了UPP_ch0,和UPP_ch1接口,但是其中的UPP_cha_wait脚没有使用到,这个脚可以配置为GPIO模式吗?

另外,没有使用到的脚是直接悬空吗,还是需要接地或者电源,

谢谢了

  • OMAPL138的管脚功能是按脚配置的,不是按组配置的,所以一个管脚的功能在其功能范围内可以通过PINMUX寄存器任意配置。

    所以你说的wait管脚在upp中没有用到,是可以配置为GPIO的。

    不用的管脚处理方法的通用规则是:输入管脚下拉,输出管脚可以悬空。