Hi Forum experts,
We are trying to run two pheripherls on Timer A0 (Module name is MSP430G2553). One is PWM which is on p3.0 and other we are using as one shot timer.
One shot timer uses TA0CCR0 and our PWM uses TA0CCR2. But when I run the code I'm seeing that PWM duty cycle is not changing why I'm seeing this trouble?
MSP430g2553 has two timers for three capture/compare register, So, why I'm having trouble to configure both at same time?
Please let me know your suggestions if you have faced this kind of difficulty.