Hello Fredy,
 
Assuming that the ADC samples are being cyclically updated, which seems to be the case, each ADC sample might be stored within an array variable of a suitable length.  Each array element can then be written and read, as required.
 
If you were considering non-volatile storage in flash, this is not a good idea for data that is frequently updated.
 
Regards,
Mac