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.

I/F feasibility in AM3517 UART

Other Parts Discussed in Thread: AM3517, LM3S3749

I have a question about the UART on AM3517.

The AM3517 TRM says the UART is compatible with 16C750.

1) Is it possible to connect to OMA3530 with AM3517 directory via the UART I/F ?

2) The UART of LM3S3749(Stellaris) has similar functionality with 16C550, so is it also possible to connect to LM3S3749 with AM3517 via the UART I/F

3) The LM3S2B93(Stellaris) Data sheet describes the UART of LM3S2B93 has similar functionality with 16C550, so is it also possible to connect to LM3S2B93 with AM3517 via the UART I/F ?  

 Thanks and Best Regards,

KIMIZUKA

 

  • I think the 16Cxxx compatibility is more interesting for the driver side of the UART. For interfacing two serial ports you just need to make sure you have the same configuration (baud rate, start/stop bits and parity). Make sure you use the same voltage levels and connect data and control lines accordingly. Then you are ready to transmit data...

    Regards.