Forum Discussion
Altera_Forum
Honored Contributor
16 years agoProblem with SDRAM
Hello Folks, i really have a problem with my Nios running on external SDRAM... I try to get my own bord running and the code has to run from SDRAM. I know the problem with the phase s...
Altera_Forum
Honored Contributor
16 years agoI'd have thought that data cache line reads and instruction cache line reads would look much the same to the SDRAM module.
One thing you might manage is to put most of your test code into internal memory (which seems to work), then copy (or link) a small function into SDRAM. See what happens when you try to run that and/or (asm) single step into the sdram function.