Other Parts Discussed in Thread: SYSCONFIG
Tool/software:
Hi
I'm encountering an issue with the UART echo SDK example on my AM62P. The example functions correctly when configured for mcu_uart0
. However, after using sysconfig
to change the uart_instance
to uart1
, the example ceases to work as expected.
Specifically, I observe that the transmit (TX) functionality appears to be operational, as I can see output. However, the receive (RX) functionality is not working, meaning the system does not respond to any input.
Best Regards
Wei Han