Hi,

I am  using CCS version 5.3....

In my code I want to print my output  which is of size 128x128 (Bits) in anew text file, which will be used in future as a input to my another code.

Now my problem is, I defined and declared my file (ie., FILE *a, a=fopen("Codeword.txt","wb"))..

my code was compiled,built successfully with no error. But, when I debug, it is keep on in a writable mode and nothing is get printed in my text file. I don know why?.. Can anyone Help...

Thanks in advance.

Bhavani R