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.

INSTRUCTION EXECUTION TIME IN MSP 430

Hi,

 

i am new to MSP430.Now i want to know the instruction execution time of MSP 430.I am using SMCLK with the frequency of 1MHz.and my program is as follows..

while(1)

{

P1OUT=0x00;

P1OUT=0x01;

}

for the the above program what is instruction execution time?

i got 4us .Is it correct?

As per calculation we get 1us then why this 4uS?

please help me...

**Attention** This is a public forum