Forum Discussion
EricMunYew_C_Intel
Frequent Contributor
4 years agoYou can run a Nios simulation to find the sp and heap locations and for monitoring.
You can allocate your program and stack in different memory regions.
The sp should be within the limit of stack memory.
Your code should not be changing by adding breakpoints.