Spartan 3AN Dev board UART

FPGA projects on this site, or abroad

Spartan 3AN Dev board UART

Postby mpalladino » Tue Apr 27, 2010 2:42 pm

Hello,

I'm trying to figure out how to get a UART working on the SPARTAN 3AN development board. Ultimately I'd like to use hyperterminal to send a character to the fpga and have the fpga echo it back to hyperterminal so I see it again on my screen. Looking in Starter Kit User Guide there isn't any information on UART stuff. I also looked online and didn't find too much there either.

Does anyone know the steps I would need to take to get this thing up and running? I've already been able to program the FPGA and have it do very simple things like turn on an LED, blink an LED, turn on an LED when I throw a switch...I know...very simple stuff

If I'm over my head let me know what else I need to look at before I head down this road. I don't want to waste anyones time and really want to know this stuff.

Regards,

-mike
mpalladino
 
Posts: 1
Joined: Tue Apr 27, 2010 2:39 pm

Postby elpuri » Wed Apr 28, 2010 3:14 pm

There is no hardware UART on your board (if it's this one http://www.xilinx.com/support/documenta ... /ug334.pdf). It has a voltage translator, but you need to implement the actual UART yourself with the FPGA.

See the UART design tutorial on this site. http://www.fpga4fun.com/SerialInterface.html
elpuri
 
Posts: 55
Joined: Thu Apr 12, 2007 6:55 pm


Return to General projects