Sign In

Don't have a Xilinx account yet?

  • Choose to receive important news and product information
  • Gain access to special content
  • Personalize your web experience on Xilinx.com

Create Account

Username

Password

Forgot your password?
XClose Panel
Xilinx Home
Reply
Regular Contributor
tusu
Posts: 77
Registered: ‎10-29-2010
0
Accepted Solution

Running prog from SDRAM,no output in hyperterminal

Hello

 

I am using spartan 3e and edk 11.1.I am using xilkernel for implementation of semaphore & mutex and in this regard I am running out of my BRAM memory so I used SDRAM and create my own linker script by giving starting address of sdram but the bizarre is I am not getting out put in hyperteminal though every thing goes fine and program dwnlded in board,I have been facing this problem ,I dont have any idea but if heap & stack section is in SDRAM i used to get o/p at hyperterminal but when .text section others are in SDRAM.I found no output?why?plz share

 

I used to get output if the linker script is..likels1.png

 

 

 

but not getting o/p if when

 

ls2.png

 

 

i am clueless plz share any views

Super Contributor
rourabpaul
Posts: 149
Registered: ‎08-13-2010
0

Re: Running prog from SDRAM,no output in hyperterminal

I have also posted about this problem earlier. I am eagerly waiting for experts comments 


Research Fellow
University of Calcutta, India
Regular Contributor
tusu
Posts: 77
Registered: ‎10-29-2010
0

Re: Running prog from SDRAM,no output in hyperterminal

Its solved after using XMD

 

 

regards