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 agoI don't think it's your code doing this because I see nothing wrong with it. You don't happen to have a watchdog in your system by any chance do you (then this would actually make sense).