Solved
Is it possible to store values of ADC every time it changes, I wanted to store them in DMA and do the average of samples? or Do i need to use an external sd card through i2c and store them in it?
..
..
"Every time it changes" is a bit vague, every time the conversion completes it triggers a DMA transfer to a buffer, you can get an interrupt for the HT (Half) and TC (Complete) points in the buffer, which you want reasonably deep to reduce interrupt loading, and then you can do a running average of the inactive half of the buffer.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.