工具/软件:
你(们)好
我正在使用 uart_echo_am243x-lp_r5fss0-0_nortos_ti-arm-clang 示例代码。 除了 uart0_RX/TX、我无法分配其他 UART 引脚。 帮助我解决这个问题
谢谢
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.
工具/软件:
你(们)好
我正在使用 uart_echo_am243x-lp_r5fss0-0_nortos_ti-arm-clang 示例代码。 除了 uart0_RX/TX、我无法分配其他 UART 引脚。 帮助我解决这个问题
谢谢
尊敬的 Yashaswini:
我们来了解一下为什么 UART1 而非 UART0 会发生这种情况。
例如、使用 UART0 时、您必须看到应用程序运行正常、并且还可以在控制台中输入字符。
但对于 UART1 来说、情况并非如此。
让我们参考 AM243 LP 原理图开始。

请参阅原理图的上方方框图中的 UART0 和 UART1。
UART0 连接到 USB MicroB、而不是任何其他 UART(包括 UART1)。 因此、您将无法在控制台上看到输出、因此您无法输入 8 个字符、因此 UART 回显不适用于 UART1。 请注意、如果以类似的方式将 UART1 连接到您的定制电路板上、则可以使用。
谢谢您、
Vaibhav