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.

Pulse Oximeter Using MSP430 Without Internal OPA

Other Parts Discussed in Thread: MSP430FG437, MSP430F2272, TLV274

I want to develop a Pulse Oximeter with MSP430 and I have read SLAA274B which had used a MSP430FG437 with OPAs inside. 

But I need to finish this job using a MCU without Internal OPAs, like MSP430F2272. How can I change the circuit to get a similar result. Is there any examples or Application Notes?

  • Xiaohai Li said:
    I need to finish this job using a MCU without Internal OPAs, like MSP430F2272. How can I change the circuit to get a similar result.

    What about addign an external OPA when there is no internal one? Sounds liek an obvious (and probably the only) answer.

  • MSP430F2272 actually has two internal op-amps; did you mean to mention another MSP430?

    It may be possible to rig the Comparator_A/B inside many MSP430s to perform like a very crude op-amp; however you'd need an external bias network to trick the comparator to operate in the linear region, and you'd also need to connect CAOUT to an ADC channel externally. Also there's only one comparator, whereas the app note requires two op-amps.

    So you should probably follow JMG's advice, unless you really don't want an external op-amp.

    Tony

  • It is even possible to make that meter without any MSP430. It is also possible to use any MSP430 in such a meter.

    But why?

  • Jens-Michael Gross said:
    What about addign an external OPA when there is no internal one? Sounds liek an obvious (and probably the only) answer.

    I’m sorry that I didn’t make myself clear. Of course external OPAs are needed. And my question is that should I just design the external OPA circuits exactly like the structure of the internal OPA module seen from the datasheet? Can I use a TLV274 to replace the internal ones? Does any OPA from TI perform the similar characteristics?

  • TonyKao said:

    MSP430F2272 actually has two internal op-amps; did you mean to mention another MSP430?

    It may be possible to rig the Comparator_A/B inside many MSP430s to perform like a very crude op-amp; however you'd need an external bias network to trick the comparator to operate in the linear region, and you'd also need to connect CAOUT to an ADC channel externally. Also there's only one comparator, whereas the app note requires two op-amps.

    So you should probably follow JMG's advice, unless you really don't want an external op-amp.

    Tony

    I have checked the datasheet again and it says the operational amplifier module is “MSP430F22x4 only”. I don’t know whether my understanding is correct.

  • You are right of course, I over looked the tiny print on the functional diagram stating exactly that. Should get my eyes checked etc...

    Tony

**Attention** This is a public forum