Forum Discussion
Altera_Forum
Honored Contributor
15 years agoHello,
i used the ddr2-rank2 roject, as well as the software that was in the ./software folder of the projekt. I had to comment three lines out which would print the rank and two other things, cause these werent found somehow. Which software did you use? the one in the projekt or the original one? when i use the memorytest from template (new projekt and bsp->memory test) the system seems to reset too.<----> Nios II Memory Test. <---->
This software example tests the memory in your system to assure it
is working properly. This test is destructive to the contents of
the memory it tests. Assure the memory being tested does not contain
the executable or data sections of this code or the exception address
of the system.
----------------------------------
Memory Test Main Menu
----------------------------------
a: Test RAM
b: Test Flash
q: Exit
----------------------------------
Select Choice (a-b):
a
Base address to start memory test: (i.e. 0x800000)
>
0x00000000
End Address:
>
0x03fffffff
Testing RAM from 0x0 to 0x3FFFFFFF
<----> Nios II Memory Test. <---->
This software example tests the memory in your system to assure it
is working properly. This test is destructive to the contents of
the memory it tests. Assure the memory being tested does not contain
the executable or data sections of this code or the exception address
of the system.
----------------------------------
Memory Test Main Menu
----------------------------------
a: Test RAM
b: Test Flash
q: Exit
----------------------------------this looks like some error in the quartus model then? everytime i try to access memory i get a reset. EDIT: i tested somethoing differnt now. my memory is from 0x00000000 to 0x3fffffff when i test it from eg 0x00000000 to 0x00010000 or from 0x10000000 to 0x20000000 it works fine. that means the mempory doesnt work correctly? but why does the testprogram crash and i'm not getting an error?