Forum Discussion
Altera_Forum
Honored Contributor
21 years agoWhy rebooting?
I run an application program on nios2, but it is rebooting every time when I run the program. The program is build by nios2 IDE 1.1 and run on the uclinux 1.3. Could give me a direction , the sy...
Altera_Forum
Honored Contributor
21 years agoWithout looking at your program, it's really difficult to tell. Unlike a system with memory protection, virtual memory, and all that good stuff... a errant pointer in an application could take down the entire system.
Are you doing a lot of pointer manipulation?