Content originally posted in LPCWare by mc on Mon Nov 23 09:48:09 MST 2015
hi Dhanapal,
Are you talking about stack usage? Memory for global and static variables will be allocated during compile time. You can check map file to see it. If you want to see stack usage then it needs some deeper analysis.