Altera_Forum
Honored Contributor
20 years agoProblem with multiple onchip memories
Hello all,
I have a problem using more than one onchip memory in the same system. I create in my system (EP2S30) two onchip memories, 64 KByte each, one in M4K blocks and one in MRAM. Quartus compiles and fits it successfully. All the base addresses are mapped correctly and the reset address points to the first (M4K implemented) onchip memory. My code also compiles into it. When in the Nios IDE I assign all the sections to the M4K onchip memory, compile the project and try to "Debug on Nios II hardware". This, however, fails and the IDE says "unable to reset the CPU" or something like that. If I just remove the second memory and change nothing else, it gets back working. Has anyone run into such a problem ? Have you suceeded using more than one onchip memory in a single system ?