Other Parts Discussed in Thread: CCSTUDIO
when i complie same C program in DeV C++ and CCStudio iam not getting correct results in CCStudio composer when i target in TMS320C6713 processor but getting correct results in Dev C compiler
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.
Other Parts Discussed in Thread: CCSTUDIO
when i complie same C program in DeV C++ and CCStudio iam not getting correct results in CCStudio composer when i target in TMS320C6713 processor but getting correct results in Dev C compiler
thank you for the attention sir.
i have sorted out the problem
the problem was
int a[],n=5;
for(i=1;i<n;i++)
a[i]=i;
in dev C a[0] is assigned to valve 0,but in ccstudio a[0] is assigned to some garbage value like 4.33e-134.
now iam getting same results.
thank you.
i am working with DSK TMS320C6713 processor. when i try to watch the results in watch window after running the program I am getting some trouble shooting error indicating the processor is no longer connected.