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.