Hi! On Wed, 10 Feb 2010, Dave McGee wrote:
> Hi there, > > I'm wondering what are the best methods of measuring memory usage on MicaZ > motes using TinyOS 1.2? I'm looking to find an accurate method of measuring > how much program flash memory is used by an application I build and deploy > to a MicaZ mote? > You can use the 'avr-objdump -x build/micaz/main.exe' and watch for what goes in the .text and .data sections. -- Razvan ME _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
