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,
1. Try to set the reset address to sram or sdram other than on-chip memory, to see if it can work 2. run other applications to see if it can work. 3. examine in SOPC builer, system library in NIOS II IDE to see if anything is wrong with the setting. Hope it can help you a bit.