Altera_Forum
Honored Contributor
15 years agoQuestions about SDRAM memory test on CyIII DK
I am using the Cyclone III Development Kit with the Triple Speed Ethernet Reference Design that has 128MB SDRAM configured. I am running the Memory Test program built from the Nios project template.
The system.h file gives me a starting address of 0x10000000 for the SDRAM. When I run the memory test starting at the base address and on up through the first 96K of address space the program will hang as if something important was overwritten and is no longer running. If I start the memory test after the first 96K above the base address it has no problem. My questions are: Am I using the right address for the SDRAM in this design? If so, is there anything in the lower part of the memory space that is being used elsewhere that I should know about? If not, should I assume that the memory is bad in that address range?