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.

[参考译文] CCS/TMS320F28377D:是否重新映射 GPIO 引脚?

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

https://e2e.ti.com/support/microcontrollers/c2000-microcontrollers-group/c2000/f/c2000-microcontrollers-forum/593971/ccs-tms320f28377d-remap-gpio-pin

器件型号:TMS320F28377D

工具/软件:Code Composer Studio

我的项目使用连接到 EMIF1引脚的 ASRAM。  我需要 CS2 (GPIO 34)、但 CS0 (GPIO 32)是在项目板中设计的。

是否有方法将 GPIO 绑定在一起?  CS2 = CS0

我查看了 XBAR、但没有找到实现它的方法。

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

    除了通过引脚连接或使用 GPIO 手动覆盖 CS0行为之外、没有办法重新映射此内容。

    如果您有空间焊接跳线、您也可以将 GPIO32配置为 GPIO 输入、然后将其跳转到配置为 CS2的 GPIO34。

    Tommy