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...