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.

How to free memory while creating queue using array in CCS? Does CCS support linked list?

Other Parts Discussed in Thread: TMS320F28335

I am reading from a file using fscanf(). I want to read these values in an array(or queue). As, the file I am reading is very large, I want to store some values, process them and then move on to next values. 

I am using queue using array. But, memory is not getting freed up. I have tried using queue using linked list. But it is not working. Does CCS support linked list?

Does TMS320F28335 have any buffer which I can use in this case?

Please answer as early as possible.