Hello every,
I'm quite new about MCU. Theoretically, I have learned how to deal with the interrupt of AD converter and timers. Recently, I 'm using MSP430 to acquire the data of moisture sensor. According to the datasheet of MSP430, I got the sampling rate is maximum 200ksps.
What I'm confused is,
1. Can people program to get all of the 200k analog data and convert them to digital data in 1 second? Necessary to get so many data in 1 second?
2. Or should I just take several data, for example, 1000 in 1 second, and take the average to save or display? And how to realize?
3. How many general ways to sample and save data? Pulse? Time interrupt? AD interrupt?
I'm not sure if you get my point, but I will keep answering and asking.
Thank you for all your help in advance.