RE: [Tinyos-help] How to measure the memory cost

2008-02-14 Thread Michiel Konstapel
> The local automatic variables are not counted when the make system prints out the RAM usage. I suspect you have some of those in your code. > They are created dynamically on the stack, and thus, it's hard to tell what is the maximum possible stack depth. (There exist static stack depth analysis

Re: [Tinyos-help] How to measure the memory cost

2008-02-14 Thread AIGroup
lysis tools, but, as of now, the TinyOS make system does not make use of > any of them.) > > > > Janos > > > -- > > *From:* [EMAIL PROTECTED] [mailto: > [EMAIL PROTECTED] *On Behalf Of *AIGroup > *Sent:* Tuesday, February 12, 2008

RE: [Tinyos-help] How to measure the memory cost

2008-02-13 Thread Janos Sallai
stack depth analysis tools, but, as of now, the TinyOS make system does not make use of any of them.) Janos From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of AIGroup Sent: Tuesday, February 12, 2008 6:51 AM To: TinyOS Subject: [Tinyos-help] H

[Tinyos-help] How to measure the memory cost

2008-02-12 Thread AIGroup
Hi all, solved the problems explained in my previous post, I'm interesting to study the memory cost. I know the importante of RAM and ROM value following the command "make micaz" But, enough I allocate many variables an many arrays, the corresponding RAM value is 453bytes. Is it possibile? The sty