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.

Clock Cycle Counting

Other Parts Discussed in Thread: MSP430F5419

Hi,

I'm using CCSv4 (4.2.0.10017) to write code for an MSP430F5419 and debugging it using the MSP-FETU430IF.

I'm trying to use CCSv4's clock cycle counting feature to time how long a wait function takes to run, the test code runs fine without the clock counting enabled but never returns if I have the clock couting enabled. What could be the problem here? The wait function uses one of the compare interrupts on timer A.

Regards,

Ben