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.

CCS/MSP430F1611: frequecy calculation

Part Number: MSP430F1611

Tool/software: Code Composer Studio

i want to measure frequency of analog input using adc sample is it possible to do ?

and if yes want are methods available.

  • Hello Prabhu,

    The most straight forward solution is to use the built in Comparator_A. Detailed use of Comparator_A can be found in chapter 16 of the Family's Users guide: www.ti.com/.../slau049

    You can use a built in voltage threshold or provide one externally. The comparator can trigger an interrupt or timer when the threshold is crossed, and this could be measured.

    Thanks,
    JD