Forum Discussion
Altera_Forum
Honored Contributor
21 years agoProgram reset
Hello! I have the following problem. I created simple project by Quartus|| 4.1. And write primitive program in Nios || IDE: int main()
{
int i=0;
while(1)
{
if (i==0)
IOWR_ALTERA_...
Altera_Forum
Honored Contributor
21 years agoCheck to see in Quartus if your cpu reset pin is connected preperly and that it has the correct pin assignement. Maybe you haven't put a pin asignement on the reset pin so the P&R has assigned the reset pin to a random pin that happens to toggle periodically.