Hi,
I am running code that I suspect is overflowing the stack. I know how much space I have allocated for the stack, however, I'm not sure how to find out how much is demanded by my code. I am using a sprintf function that I am sure is the culprit, I just need to find out how much stack space it needs...
Please let me know if you have any insight!
Thanks
