> -----Original Message-----
> From: Wayne Uroda [mailto:wayne.ur...@grabba.com]
> Sent: donderdag 12 januari 2012 13:49
> To: 'mspgcc-users@lists.sourceforge.net'
> Subject: [Mspgcc-users] Static analysis stack tool
> 
> Hello,
> 
> I am interested in starting an open source tool for msp430
development,
> specifically to perform static, whole elf analysis to investigate
stack
> usage. Such a tool can identify maximum stack depth of each function
> and also find the maximum stack usage of an entire executable.

That would be a very useful tool indeed.
http://www.cs.utah.edu/~regehr/stacktool/ does this (also by looking at
the assembler output), but it's for AVR microcontrollers and is aimed at
TinyOS programs, which have some nice properties due to their scheduler
setup (mutually exclusive "tasks" which can be preempted by interrupt
handlers). The general case would be a lot harder, I expect.
Michiel


------------------------------------------------------------------------------
RSA(R) Conference 2012
Mar 27 - Feb 2
Save $400 by Jan. 27
Register now!
http://p.sf.net/sfu/rsa-sfdev2dev2
_______________________________________________
Mspgcc-users mailing list
Mspgcc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mspgcc-users

Reply via email to