Nios® V/II Embedded Design Suite (EDS)
Support for Embedded Development Tools, Processors (SoCs and Nios® V/II processor), Embedded Development Suites (EDSs), Boot and Configuration, Operating Systems, C and C++
12596 Discussions

how to dump a .exe on a NIOS II processer

Altera_Forum
Honored Contributor II
986 Views

i have created a QSYS System which has a NIOS II processor standard and has a C code(DDR_test.c) which transfers data to the DDR3 UniPhy controller. !! 

 

Is there any way to directly put an .exe to the processor while not changing the .sof (which has the DDR3 controller). ?? 

 

Regards 

Nikhil
0 Kudos
2 Replies
Altera_Forum
Honored Contributor II
296 Views

It is extremely unlikely that your executable code is embedded in the fpga image. 

It is almost certainly downloaded afterwards. 

I suspect you are loading it over the JTAG debug port.
0 Kudos
Altera_Forum
Honored Contributor II
296 Views

Thanks @dsl figured this out. 

 

Have one more question, I can see that the limit on the ON CHIP MEMORY RAM is 64KB. So is there any way to know what is the amount of memory usage my code (ex : DDR_TEST.c) is taking. ???
0 Kudos
Reply