MSP430g2553- storing square waves

Thread Starter

Vasuki

Joined Mar 16, 2015
1
Hey,
I want to determine the phase difference between 2 burst of square waves (100 cycles) of 550kHz. Can I feed this wave to MSP430g2553 and measure it? is there a register to store these waves to be analyzed?

the difference in the phase is what I am interested in
 

MrChips

Joined Oct 2, 2009
30,808
Sure it is possible. There is no need to store the waves.
Use the input capture feature of the timer module and measure the time difference between edges of the square waves.
 
Top