[Tinyos-help] can't compile MultihopOscilloscope for telosa
Ákos Maróy
darkeye at tyrell.hu
Wed Jun 6 03:10:26 PDT 2007
Philip Levis wrote:
> It's allocating too much RAM for the telosa.
I see..
> Compiling for telosb, it looks like the app is allocating 3K of RAM. 2K
> of this is in PoolP, which is the component that allocates packets for
> queues. The default forwarding queue for routing is 12 (it should
> probably be smaller), the UART queue is 10, and most importantly, the
> debugging system has a queue of 20. The first is defined in
> tos/lib/net/Ctp/CtpP.nc while the second and third are defined in
> MultihopOscilloscopeAppC.nc.
I lowered the UART queue to 3 and the debug queue to 1, and so it
compiled...
thanks!
Akos
More information about the Tinyos-help
mailing list