> > Wow! > does malloc() really works ??? > I _never_ ever tested malloc once written :) > > What a nice surprize :) > > ~d > >
I guess malloc is not something that is much used on msp430 systems. For small embedded systems in general, if you are trying to use dynamic memory, then you are thinking "big" instead of "small" - I have programmed embedded systems for ten years, and I have yet to come across a situation where dynamic memory was a sensible solution.