scheduler works now, pwm timer starts, just the crystal is missing on the board
This commit is contained in:
parent
8bab83d75c
commit
c1df5ac8d8
@ -71,11 +71,6 @@ void inverterCtrlInit() {
|
|||||||
// smclk out
|
// smclk out
|
||||||
P1DIR |= BIT4;
|
P1DIR |= BIT4;
|
||||||
P1SEL |= BIT4;
|
P1SEL |= BIT4;
|
||||||
|
|
||||||
TA1CTL = MC_1 | ID_0 | TASSEL_2 | TACLR;
|
|
||||||
TA1CCTL0 = CCIE | OUTMOD_4;
|
|
||||||
TA1CCR0 = 0;
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user