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.
Tool/software: TI C/C++ Compiler
I am using C6000 compiler .I am having one .txt file .In that elements are like this
I am using files concept in C language to read the numbers into one array.In general C compiler I am able to read into array
from .txt file but in C6000 compiler I am unable to read i.e getting some irrelavant values.My code iin CCSV6.1.3 is the below one
The output I am getting is some other numbers instead of 156,......Please check the code .
My guess is you are running out of stack, heap, or maybe even both. These issues, and several others like it, are discussed in the article Tips for using printf.
Thanks and regards,
-George