Other Parts Discussed in Thread: MSP430G2231
Hi,
i´ve got a problem using malloc on the MSP430G2231.
Despite including the stdlib.h the debugger says there`s no source available for malloc();
unsigned short *buffer;
buffer=(unsigned short *)malloc(512);
Though when I try to do this, it doesn´t work.
Why could that be ?? Could anybody imagine ??