This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Part Number: MSP-EXP430F5529
Tool/software: Code Composer Studio
Hello
I have a question
How to receive and store data of inconstant length in dynamic memory allocation?
Hi Beso,
Try malloc/calloc/realloc/free functions in "stdlib.h".
You can also take a try by searching "C dynamic memory allocation".
Also, please refer to this for adapting the "stdlib.h" in MSP430.
http://www.ti.com/lit/ug/slau132u/slau132u.pdf
Regards,
Harry
**Attention** This is a public forum