Hi, In out project, there are function calls like this, A->B->C, A->D->C. It's found from the map file that, DATA area of C is 0052H - 0056H while DATA area of D is 0056H. So the value will be overwrite after D call C. Is there any suggestion about this? Thanks!
Is there any suggestion about this?
What makes you believe you need one?
You already recognize the idea of an overlay --- did it occur to you too look up in the manual whether that idea has any relevance to this tool chain?
It most certainly does!
What is an abnormal call tree - besides unbound recursion?