Other Parts Discussed in Thread: MSP430F2001, , MSP430F2002
Thanks and Best regards,
KuerbisThis 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.
Thanks and Best regards,
KuerbisHello Kuerbis,
Think of it this way. A Comparator is just a barebones ADC where you don't actually get the voltage value of the signal, you just know when it crosses a threshold. You can do the same thing with an ADC, you just have to read your ADC output and do a comparison in SW.
Essentially, this example is doing that: https://dev.ti.com/tirex/explore/node?node=AGbPPYFLezPxW6M0GlV0Mw__IOGqZri__LATEST
Issue is how fast do you need to know your signal crossed said threshold? Comparators are typically much faster than a SDADC. You might be better served using MSP430F2002 which has a SAR ADC12. That should be a more similar response time as the comparator.
**Attention** This is a public forum