About line output when PWM component is restarted

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
JuIn_1625121
Level 5
Level 5
100 sign-ins First solution authored 100 replies posted

Hi,

There is a PWM Component.
The line output of PWM Component is inverted and PWM align is Right align.
I think output is toggled Low only by CC.

pastedImage_1.png

It stopped by API TCPWM_Stop() when PWM counter was between CC and UN(TC).
If the component is restarted, the line output will be High until next CC timing?

pastedImage_3.png

Best Regards,
Inoue

0 Likes
1 Solution
Bob_Marlowe
Level 10
Level 10
First like given 50 questions asked 10 questions asked

The line output is not toggled at cc. There is a comparision made as

Line = Compare value <= Counter value.

Bob

View solution in original post

0 Likes
1 Reply
Bob_Marlowe
Level 10
Level 10
First like given 50 questions asked 10 questions asked

The line output is not toggled at cc. There is a comparision made as

Line = Compare value <= Counter value.

Bob

0 Likes