Jump to content
  • 0

Maximum rate of ARTY USB-UART


dcc

Question

6 answers to this question

Recommended Posts

@dcc,

While I run my Arty UART at 1MBaud, I've run the UART for the Basys-3 up to 4MBaud without problems.  The two share the same circuitry, so 4MBaud should be easily doable without problems.

This may not be the highest speed of the UART.  If you look at the data sheet for the FTDI FT2232H, it suggests that the maximum data rate is 12MBaud (about 1.2MBytes per second).  I've just never tried anything that fast.

Dan

Link to comment
Share on other sites

@D@nThanks a lot. ~1MB is what I am looking for ... I need to send a long stream of data to ARTY, on FPGA side I guess I just need to fix the clk, on PC side though, I am using tera term VT, do I just increase the Baud?

Thanks again

Link to comment
Share on other sites

@dcc,

You will need to up the baud rate within tera term, yes.  You'll also need up adjust the baud rate within your design.  You are probably also going to want something that can collect that data--since most applications that require lots of data to be transferred quickly aren't necessarily transmitting human readable data.

Just some things to think through,

Dan

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...