|
From: Nicolas T. <nv...@si...> - 2011-09-29 13:24:48
|
C Chauvenet skrev 2011-09-29 10:01: > > Hi all, > > I'm using the rpl-collect example in the cooja simulator with the sky > platform. > > The sky platform has 48K of ROM and, after the compilation of the > udp-sender.c file, the resulting .hex fits almost 100% of the ROM (say > more than 95 %). > > So it is quite hard to add some code using this example. > > Does someone has found some tips to pull down the ROM usage of the > rpl-collect exemple ? > > I found some material about RAM usage optimization which is often the > bottleneck, but here, I have some issue with the *ROM*. > > Thanks > > Cédric. > > Compile with SMALL=1 in the makefile (or make command line), and change RDC layer from contikimac_driver to nullrdc_driver. Nicolas |