Forum Discussion
Altera_Forum
Honored Contributor
11 years agoFunctions are not getting called even if they are called in Nios II S/W Design/Code
Hi all, I am new to NIOS but I am trying to learn it. I have written a code, which is having multiple functions, some of the functions are calling other functions. Now here the problem starts, ...
Altera_Forum
Honored Contributor
11 years agoYes NIOS is configured with 2k of Data Cache and 4k of Instruction Cache. I am attaching the code.
The problem which I am facing is that whenever I am calling the delay_1us() function, it is not getting called and this is leading to incorrect writing/reading from Single Wire Interface. I don't know the reason of this, it might be because of Stack issues.