Hi all,
I am new to MSP 430 .Now i have one doubt whether the SFR registers in MSP 430 is bit accessible or not?
and one more doubt,if i use SMLCK with the DCO Frequency of 1MHz means what is the instruction cycle time?
the code as follows
while(1)
{
P1OUT=0X01;
P1OUT=0X00;
}
For the above program from high to low i got 4uS.but as per calculation i have to get 1uS.
what is the problem with the program?
thanks in advance.