RAM usage of program and when running

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

RAM usage of program and when running

591 次查看
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by tyassin on Wed Aug 28 03:11:03 MST 2013
Hi,

Is it possible to see the RAM usage of ones program and also to see how much is used when it is running?

Regards
0 项奖励
回复
2 回复数

577 次查看
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by usb10185 on Wed Aug 28 07:01:52 MST 2013
Hi,

Check out this thread as well: http://www.lpcware.com/content/forum/stack-and-heap-allocation-checking-lpc1114
There is an example in the installation directory for monitor the stack usage.

Cheers,
Ken
0 项奖励
回复

577 次查看
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by TheFallGuy on Wed Aug 28 04:22:10 MST 2013
This may help:
http://support.code-red-tech.com/CodeRedWiki/redlib_v2_notes#Heap

Note that the heap only grows and never shrinks, so you will only be able to find the maximum size of your heap
0 项奖励
回复