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.
Hi,
I want to sample an analog signal and convert to 12-bit digital data and store it in a external memory @ 1KHz. For this I wanted to use MSP430f233 micro controller. Or is there any better option available to do the above task?
I just want to know which software i can use to write the code and to run it on micro controller. And which software is used to interface an analog circuit with this micro controller?
Is there any user guide which will give us information about how to interface this micro controller to an external memory.
Thanking you in advance.
Regards,
Satish Kumar B
ISRO Satellite center
While the 233 has a 12 bit ADC which can easily do the conversion you want.
However, with its only 1k ram, including stack and all variables, you most likely won't be happy if you want to do any kind of signal analysis that requires storing more than a few data values. If you just want to know the current level of the analog signal, it will be fine though. If not, the 235 or 247 are a better choice.
**Attention** This is a public forum