Hi,
I am trying to do frequency scaling on MSP430F1610 for a simple multiply instruction. I want to check at what maximum frequency the code fails. The output of the multiply instruction can be viewed on the P1 pins. As I increase the frequency, the corresponding LEDs connected to P1 pins still continue to be ON. It seems increasing the frequency doesnot matter. How do I check at which frequency my code actually fails ?
Below is my code fragment: