Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

after download the bit generation file into fpga ???

Status
Not open for further replies.

maheyadav333

Member level 1
Joined
Oct 22, 2010
Messages
36
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Activity points
1,518
my project is fpga implementatio of UART design ..

i successfully download the bit stream file into fpga sparten 3E (xc3s500e) and for testing our design
i am using two RS232 cable ..

one cable for send data from one pc and other for receive data ..

now the problem is this , that how can i send data from pc through cable ??
is hyperlink software is necessary for this purpose ??
using hyperlink how can i send data in bitstream form ??
 

Hi,

does your board have two serial (RS232) ports? Is it a Xilinx board? If so, the ports are one for internal uart (fpga) and the other for external uart which is on the board.

If you are implementing the uart on fpga, you need to use the internal port. Assign the uart rx/tx signals to the internal port pins and then synthesize and implement ur design. Then download it to the fpga.

After that.. don't power down the board... with the power on.. connect the cable to the internal uart port on the board and to the PCs serial port. Fire up Hyperterminal.. and select the baud rate and other settings as per ur design.. make sure that the uart settings in ur design match with that of the hyperterminal port. once you connect in hyperterminal.. you can send characters to the uart in the fpga by typing into the terminal..

Possible ways to check are.. the other end of the uart in fpga should be connected to LEDs or LCD display where the character will be displayed.. you could also connect to the external uart port and connect it to another pc running hyperterminal and check if the character ur sending from one appears at the other..
 

Yes, you need to use a hyperterminal software to read what's being received on the other side. Otherwise you will be viewing symbols like $#%! etc.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top