steve.hunch
Member level 1
Hi ,
I use eval board "LaunchPad" I set CLK to 1MHz.
When I try to check the maximum on-off rate on one of the pins I get 10usec - 100KHz.
Doing just:
while(1)
{
P1OUT = 0;
P1OUT = 0xff;
}
The problem is that system clock is 1MHz, but this code gives my only 100kHz.
What can be a problem?
Changing clock to 10MHz, I get 1MHz at the I/O.
I use eval board "LaunchPad" I set CLK to 1MHz.
When I try to check the maximum on-off rate on one of the pins I get 10usec - 100KHz.
Doing just:
while(1)
{
P1OUT = 0;
P1OUT = 0xff;
}
The problem is that system clock is 1MHz, but this code gives my only 100kHz.
What can be a problem?
Changing clock to 10MHz, I get 1MHz at the I/O.