Hello everyone, I'm trying to understand the relationship between ROM and RAM .hex file generated in the build. It has been said here that:
>> In words few ROM includes the code and initialized data RAM and includes >> BOTH initialized and uninitialized data (note the stack That Is Not >> Included). But for example, when compiling the code this values are displayed: ROM: 13800 bytes, RAM: 594 bytes and the .hex file generated has 38 832 bytes. I can not see how it goes from 38832 bytes to (13800 +594) bytes. What is the advantage of uninitialized data in RAM? Someone help me understand this? Regards, -- Ricardo
_______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
