Altera_Forum
Honored Contributor
15 years agoProblem using DDR3 bottom port with StratixIV EP4SGX230KF40C2
Hi,
I'm trying to introduce with SOPC_BUILDER the DDR3 64 bits in my design, that also includes NIOS 2 and flash. Analysis and synthesis go well, but when I try to run the hello_world test on NIOS there is no output. With the debugger I obtained:
mi_cmd_stack_list_frames: No stack.
No symbol "new" in current context.
Warning:
Cannot insert breakpoint 1.
Error accessing memory address 0x20000320: Unknown error 4294967295.
Cannot access memory at address 0x46800000
0x20000320 is an address in memory, while 0x46800000 is the reset vector in ext_flash. I wonder if I missed something in DDR3 configuration or whatever else, as the designed with the DDR3 16 bit works and correctly runs programs on nios 2. Thanks in advance. ALA