> The short answer is to never use large static structures. Allways use > malloc. Check the MAP file to make sure that the statics are only taking up > a <3K of SRAM. Sounds a bit stupid, but how do I see the size of statics? Is it the bss segment?