hello sir ,
i m recently working on parsing of data from string of GPS data.
i had wrote my code of parsing of data in CCS 5.3 and whenever i build and run my code and then go to see the data expression window and in variables but there i found nothing in arrays .
let take ex.
char gps[80] = "$GGGPA,121734.000,1907.5230,N,07255.1137,E,1,9,0.90,69.5,M,-69.5,M,2.25,*4E";
so actually output of this array is :
gps[0]=$
gps[1]=G
gps[2]=G.
.... and so on..
but i am not getting this output their
wht i m getting is ths
gps[0]= .
gps[1]= .
gps[2]= .
and so on...
sir plz help me so that i can get the actually output of array in expression window and in variable also..