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.

regarding ads1298 and MSP430F5529

I want to make 12 electrode ecg machine i want to use MSP430F5529.

Is this right choice or not ?

  • Hello Harsh,

    It depends on what you want to do. Remember that collecting 8 channels worth of data will require you to shift out 216 bits per data point. At the higher data rates, the bit rate becomes fairly large. If you are planning on storing the data on the controller then sending it somewhere else, you may find that the MSP does not have enough memory. If you wish to stream it out using USB, you may find yourself struggling with timing. I'm not the expert on microcontrollers, though. Please refer to the microcontrollers forums for questions regarding processor selection.

    Regards,
    Brian Pisani