Forum Discussion
Altera_Forum
Honored Contributor
11 years ago"Hello World!" keeps looping. Anyone know why?
Hi, I have a system created in Qsys with a Nios , on-chip RAM, DDR3 controller, JTAG UART etc. I have specified the Reset vector and exception vector memory for the NIOS to be in the on-ch...
Altera_Forum
Honored Contributor
11 years agoMulligan22,
I think to start troubleshooting, you might want to remove the DDR3 and make sure nios is working properly. I usually would check the reset vector and the memory vector and make sure they are indeed pointing to the on chip memory. I usually have the data master and instruction master connected to the on chip memory that i want the nios to use. If nios starts properly and you dont see the looping, you can rule out that its a nios problem. After that you can add the DDR3 ip core and see if you get the same issue. Ive seen something similar before with this but i dont recall the solution, i think their was a setting in the BSP editor that wasnt pointing to the correct memory. Let me know how that goes. -Trukng