Forum Discussion
Altera_Forum
Honored Contributor
15 years agoimpossible to boot ep3c25 from epcs16 - reset_vector problem ?
Hi, I am developing my first niosII design. It works well when I use a volatile programming file (.sof) but I have issues to program the fpga with an external flash. I use : - cycloneI...
Altera_Forum
Honored Contributor
15 years agoYes Altera developed this functionnality, it is called system console (http://www.altera.com/literature/hb/qts/qts_qii53028.pdf) tools. There are commands to read and write specific addresses, and you should be able to use them to test the memory.
For the memory test program, you can try and reduce its size by selecting the small drivers option, removing c++ compatibility (I'm not sure this one will reduce the memory footprint though) and changing the compiler optimization option to "optimize for size".