Other Parts Discussed in Thread: AM3359
UART_BasicExample_bbbAM335x_armTestProject:
line 2290 uart = UART_open(uartTestInstance, &uartParams); failed. Here uartTestInstance is 0! if I change uartTestInstance to 1 before UART_open, line 2290 uart = UART_open(uartTestInstance, &uartParams); success. can you explain why. Where does UART_write to go? I can see UART_putc but not UART_write. Thanks