The code will normally execute from flash, since the flash only can store the instructions non-volatile.
You can check the map file where the code is located. Regards, Jino On 10/21/11, João Gonçalves <[email protected]> wrote: > Thanks for your anwsers. Mydoubt was if the code was being executed from ram > or rom(flash). because I need to know if the flash is consumig energy even > if i dont volunterely write anything in it. > > Em 2011/10/21 04:59, "Jino Sebastian" <[email protected]> escreveu: > > Hi, > Use command msp430-size to see the different segments of executable > > example > > msp430-size a.out > text data bss dec hex filename > 5666 4 1128 6798 1a8e a.out > > Br, > Jino > > > On 10/20/11, João Gonçalves <[email protected]> wrote: >> Hello, can someone clarify m... > _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
