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/MSP430G2553: How to measure the RPM of BLDC motor by using hall effect sensor by using Timer0 A3.

Part Number: MSP430G2553

Tool/software: Code Composer Studio

How to measure the  RPM  of BLDC motor by using hall effect sensor by using  Timer0 A3.

  • Part Number: MSP430G2553

    Tool/software: Code Composer Studio

    How can enable Timer0 A3 only for 1 sec, to measure the  RPM  of BLDC motor by using hall effect sensor. I have three digital input value, by using this three digital input value at time measure the rotation of motor in second.

  • Hi,

    I can't give you an exact advice for "How can enable Timer0 A3 only for 1 sec" because you requirement is not clear for Timer configuration. I would suggest you go through the chapter of Timer in the device User's Guide for the configuration of Timer. And the Peripherals Example for Timer_A, which could be found here dev.ti.com/.../ , could be your reference to create your code.