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.

hyperterminal problem

Status
Not open for further replies.

elionidas

Newbie level 5
Joined
Nov 7, 2011
Messages
10
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,354
Hi,

I use EDK 11.1 and To create powerpc processor, I used BSB wizard in XPS and for C code I used the "Add software application project".
The problem is that after doing all steps for programming FPGA (ML507) nothing appear in the HyperTerminal. But when I build the project" TestAppl_MEMORY_ppc440_0 the HT work well !!!!!!!!!

I make my Baud at 9600,stop-bits, parity in XPS for UARTLITE.
Plz any suggestions for my problem
 

Hi,

put print statements in c code test it in hyper terminal may be its looping in your program...

OR

debug using SDK
 

BEGIN xps_uartlite
PARAMETER INSTANCE = RS232
PARAMETER HW_VER = 1.01.a
PARAMETER C_BAUDRATE = 57600
PARAMETER C_DATA_BITS = 8
PARAMETER C_ODD_PARITY = 0
PARAMETER C_USE_PARITY = 0
# 125000000
PARAMETER C_SPLB_CLK_FREQ_HZ = 100000000
PARAMETER C_BASEADDR = 0x84000000
PARAMETER C_HIGHADDR = 0x8400ffff
BUS_INTERFACE SPLB = plb_v46_0
PORT RX = fpga_0_RS232_RX
PORT TX = fpga_0_RS232_TX
END


im use ZOC/ 8N1
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top