sir...I am working on RF ...now in my program it is required to save data in an array from the memory location starting from x200...... data is ADC value of a sinusoidal signal or random signal...I have converted analog signal to digital and it is saved in memory location
ADC10SA =0X200; //STRATING BUFFER
P1DIR |=0X01;
ADC10CTL0 |= ENC+ADC10SC; //ADC conversion start and store data in mem. location starting from x200
now it is required to store those values (7 no) (random value) in an array a[]....what would be he loop .
plz . reply me as soon as possible.