test peripheral example in xilinx XPS

B

bhatti

Guest
Hello all

I am using xilinx platform studio (XPS) for testing my FX12 minin modul
development board and facing some problems.

Using base system builder, i select only RS232 and Mini module GPIO led
and two examples were created,one test memory and second tes
peripheral.Test memory resides in BRAM while test peripheral in DDR SDRAM.

I downloaded bit file to my board successfully for both memory an
peripheral examples one by one using xps download bitstream but problem i
that test peripheral example shows nothing (test memory example show
correct results on hyperterminal).

I am quite new to xps and fpga, kindly guide me what can be the problem?
guess it has to do something with executing code from external DDR SDRAM?

Thanks in advance


---------------------------------------
Posted through http://www.FPGARelated.com
 
On Nov 18, 10:48 pm, "bhatti"
<bhatti.uzair@n_o_s_p_a_m.n_o_s_p_a_m.yahoo.com> wrote:
Hello all

I am using xilinx platform studio (XPS) for testing my FX12 minin module
development board and facing some problems.

Using base system builder, i select only RS232 and Mini module GPIO leds
and two examples were created,one test memory and second test
peripheral.Test memory resides in BRAM while test peripheral in DDR SDRAM..

I downloaded bit file to my board successfully for both memory and
peripheral examples one by one using xps download bitstream but problem is
that test peripheral example shows nothing (test memory example shows
correct results on hyperterminal).

I am quite new to xps and fpga, kindly guide me what can be the problem?I
guess it has to do something with executing code from external DDR SDRAM?

Thanks in advance

---------------------------------------        
Posted throughhttp://www.FPGARelated.com
Downloading the bitfile to the FPGA will not put the test peripheral
program into DDR memory for you. The simplest thing you can do is to
regenerate the linker script to put that program into BRAM memory so
that it will be downloaded with the rest of the bitfile.

What version of EDK/XPS are you using, and are you also using SDK?

Regards,

John McCaskill
www.FasterTechnology.com
 
Downloading the bitfile to the FPGA will not put the test peripheral
program into DDR memory for you. The simplest thing you can do is to
regenerate the linker script to put that program into BRAM memory so
that it will be downloaded with the rest of the bitfile.

What version of EDK/XPS are you using, and are you also using SDK?

Regards,

John McCaskill
www.FasterTechnology.com

Thanks for your response.I am using EDK 10.1. No, i have not still use
SDK.Using BRAM i think i will face limited memory problem, secondly i wan
to learn how to execute my code from external DDR SDRAM.



Thanks in advance

---------------------------------------
Posted through http://www.FPGARelated.com
 
On Nov 20, 1:56 am, "bhatti"
<bhatti.uzair@n_o_s_p_a_m.n_o_s_p_a_m.yahoo.com> wrote:
Downloading the bitfile to the FPGA will not put the test peripheral
program into DDR memory for you. The simplest thing you can do is to
regenerate the linker script to put that program into BRAM memory so
that it will be downloaded with the rest of the bitfile.

What version of EDK/XPS are you using, and are you also using SDK?

Regards,

John McCaskill
www.FasterTechnology.com

Thanks for your response.I am using EDK 10.1. No, i have not still used
SDK.Using BRAM i think i will face limited memory problem, secondly i want
to learn how to execute my code from external DDR SDRAM.

Thanks in advance          

---------------------------------------        
Posted throughhttp://www.FPGARelated.com
You can load the code into DDR sdram using XMD.
If you have a compact flash system, an ACE file can load DDR SDRAM for
you.
If you have non-volatile memory, a boot loader program in BRAM can
move the executable from nvmem to DDR.

You should read the tutorials and manuals.
 
You can load the code into DDR sdram using XMD.
If you have a compact flash system, an ACE file can load DDR SDRAM for
you.
If you have non-volatile memory, a boot loader program in BRAM can
move the executable from nvmem to DDR.

You should read the tutorials and manuals.

If there is a tutorial (with example) covering this typical issue, pleas
let me know

---------------------------------------
Posted through http://www.FPGARelated.com
 
On Nov 20, 11:34 pm, "bhatti"
<bhatti.uzair@n_o_s_p_a_m.n_o_s_p_a_m.yahoo.com> wrote:
You can load the code into DDR sdram using XMD.
If you have a compact flash system, an ACE file can load DDR SDRAM for
you.
If you have non-volatile memory, a boot loader program in BRAM can
move the executable from nvmem to DDR.

You should read the tutorials and manuals.

If there is a tutorial (with example) covering this typical issue, please
let me know        

---------------------------------------        
Posted throughhttp://www.FPGARelated.com
Have a look at this.
http://www.xilinx.com/support/documentation/boards_and_kits/ug494.pdf

I searched and found this document just to see how difficult it was to
find.
I found it in 5 minutes.
 

Welcome to EDABoard.com

Sponsor

Back
Top