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.
Part of my part-time research
You are doing this project as a hobby?
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
View all questions in Keil forum