Jump to content
  • 0

A question on the USB UART bridge Arty A7 35.


Gra

Question

I’m a little confused about the I/O direction of the USB-UART bridge on the Arty A7 35.

The following is how I think its rigged, does this look right to you guys?

 

The uart_rxd_out (port name in the xdc): This is data received by the UART from the USB side of the bridge, so it’s an output from the UART side of the bridge and an input to the FPGA.

The uart_txd_in ( port name in the xdc): This is data transmitted by the UART over the bridge to the USB, so its an input on the UART side of the bridge and an output from the FPGA.

 

Or do I have it the wrong way around?

 

Thanks for your help Gra

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

Hi @Gra,

Signal names that imply direction are from the point-of-view of the DTE (Data Terminal Equipment), in this case the PC. The input and output signals names are in reference to the PC. 

The uart_rxd_out describes the PC receiving uart data pin and the uart_txd_in is the PC transmitting uart data pin. Here and here are forum threads that discuss this topic. 

best regards,

Jon

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...