lets take this program:
main(void)
{
float s[100];
int i;
for(i=0;i<=100;i++)
{
s[i]=sin(2*3.141*0.01*i);
}
}
can't i see the s[] value in the watch window??
i have to use any dsp/bios to this? because previously i run this program on ccs3 with dsp bios with processor connected..i got the output on ccs3...the same when i do in ccs6 i dint get any output