Forum Discussion
Altera_Forum
Honored Contributor
16 years agoMy program get stuck in fopen() while trying to open the LCD HAL mount point.
Hi, I got a problem integrating two parts of a C program with Nios II 9.1 IDE. It's for a university team project and we use a time limited core license of Quartus II 9.1SP1 web edition. We're using ...
Altera_Forum
Honored Contributor
16 years agoIt could be a memory corruption or stack overflow problem.... Do you have a function that allocates a lot of variables on the stack?
Do you use any pointers? Is that case could you double check that they point where they should? If you use tables, can you check that the index is always in the allowed range?