Forum Discussion
Altera_Forum
Honored Contributor
21 years agoScrambled stdout?
Using the Nios Evaluation Kit here. Given the following source #include <stdio.h>
int main()
{
int i;
for(i=0;i<10;i++)
printf("Hello From Nios\n\n");
return 0;
} I...
Altera_Forum
Honored Contributor
21 years agoHi motumboe,
it's a very strange explanation, because the program you posted, doesn't use any timing function and you have no operating system that needs a system clock timer. Are u sure u haven't done other changes? or why does your design need a timer?