How to identify the Maximum RAM usage in LPC1765

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

How to identify the Maximum RAM usage in LPC1765

1,183件の閲覧回数
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by dhanapal_2005 on Mon Nov 23 03:14:24 MST 2015
I am using the LPC1765 µc. It has the SRAM 64kb. How to identify the maximum RAM usage in the code during execution.

Regards
R.Dhanapal
ラベル(1)
0 件の賞賛
返信
4 返答(返信)

1,167件の閲覧回数
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by lpcxpresso-support on Wed Nov 25 00:07:36 MST 2015
See: https://www.lpcware.com/content/forum/maximum-stack-usage-lpc1769#comment-1144474

Regards,
LPCXpresso Support
0 件の賞賛
返信

1,167件の閲覧回数
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by dhanapal_2005 on Tue Nov 24 23:09:33 MST 2015
Greetings,

Yes i need to know maximum stack usage.

Regards
R.Dhanapal
0 件の賞賛
返信

1,167件の閲覧回数
lpcware
NXP Employee
NXP Employee
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.
0 件の賞賛
返信

1,167件の閲覧回数
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by rocketdawg on Mon Nov 23 09:32:27 MST 2015
have the tool chain generate a map file.
0 件の賞賛
返信