Re: [Tinyos-help] mem size in msp430f1611

2009-07-11 Thread Michael Schippling
The last couple lines of the make output should show the ROM and RAM usage. The ihex file is ascii encoded so it's size is less than relevant. MS Guillermo De Cesco wrote: > Hi, > > msp430 rom max size is 48KB, what do you mean when you say your ihex > code is 56KB, there are a few bytes per li

Re: [Tinyos-help] mem size in msp430f1611

2009-07-11 Thread Guillermo De Cesco
Hi, msp430 rom max size is 48KB, what do you mean when you say your ihex code is 56KB, there are a few bytes per line correponding to the protocol. -Bill On Sat, Jul 11, 2009 at 5:40 AM, joseph mathew wrote: > hai 2 all > Can any 1 tell the limitation of memory size in msp430f1611. As per the

[Tinyos-help] mem size in msp430f1611

2009-07-11 Thread joseph mathew
hai 2 all Can any 1 tell the limitation of memory size in msp430f1611. As per the manual of msp4301611(Pg 14.) the max size is 48KB. however my ihex code is 56 KB. After compiling there shows no error.( i.e buffer underrun etc..) how do i realize the code is ported completely. \ What should be th