We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
How does one determine the stack usage and program size?
On this page, it says to link with --callgraph to produce a static callgraph, showing information on stack usage and the functions. Not too sure how to link with it?
I need to know the starting and ending point of the stack and ensure all variables are within the range of the stack and not beyond.
Also how to allocate space in memory for the stack and fill the stack with random values as stated here? www.keil.com/.../armcc_chr1359124223721.htm
You are doing this project as a hobby?
Part of my part-time research