Forum Discussion
Altera_Forum
Honored Contributor
14 years agoSystem ID problem
Hi, I build a SOPC system which consists of a Nios II cpu (on cyclone 3), SPI, onchip memory and jtag uart component with frequency of 110 MHZ. If I download the elf. file to the fpga, I get a ...
Altera_Forum
Honored Contributor
14 years agoI had this happen to me when I was overrunning the on-chip memory space. Fixed it by increasing the size of my memory, or removing the printfs as to not compile the jtag uart/debug. The jtag uart/debug modules take quite a bit of memory.