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.

how to save data from memory location to an array i[]



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.

**Attention** This is a public forum