On Thu, Sep 13, 2012 at 1:53 AM, Hugo De Haas <[email protected]> wrote:
> Hi All, > > > When I compile the standard PPPRouter provided by TinyOS 2.1.2 with ‘make > epic blip’. It says 49038 bytes rom size and 9600 bytes ram size. > > But in the epic datasheet it is stated that the epic has 48KB flash size ( > http://www.moteware.com/pub-docs/datasheet-epic.pdf). > not sure what point you are trying to make. 48KB is actually 48 KiB which is 48 x 1024 = 49,152 bytes so the above app just barely fits. > > Which epic mote do they use as a target for building? > doesn't matter which epic mote. It does matter which msp430 cpu is being used. Epic used the msp430f1611 which has 48KiB of ROM (flash) and 10KiB of RAM. > > BR Hugo > > _______________________________________________ > Tinyos-help mailing list > [email protected] > https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help > -- Eric B. Decker Senior (over 50 :-) Researcher
_______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
