Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
12/13/02 07:40
Read: times


 
#34362 - RE: maximizing stack space
I don't know about iar software but I did have a similar situation where I was running out of stack space and was thinking about an external stack,but I found that by rewriting my code to use less static local variables and by moving the stack after the near data I was able to keep the stack internal which saves a lot of overhead when compared with an external stack.
Jez

List of 5 messages in thread
TopicAuthorDate
maximizing stack space            01/01/70 00:00      
RE: maximizing stack space            01/01/70 00:00      
RE: maximizing stack space            01/01/70 00:00      
RE: maximizing stack space            01/01/70 00:00      
RE: maximizing stack space            01/01/70 00:00      

Back to Subject List