PWM Stop() what does it do to the line output

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

cross mob
D_Sd_3235936
Level 4
Level 4
25 sign-ins 50 questions asked 25 replies posted

I have several questions regarding the PWM module:

1. What does the PWM_Stop() do to the line output?

2. What does PWM_Start() do if i yet to configure the PWM_WriteCompare(value)?

thnaks!

0 Likes
1 Solution
LinglingG_46
Moderator
Moderator
Moderator
500 solutions authored 1000 replies posted 10 questions asked

1. What does the PWM_Stop() do to the line output?

The Line output will be disabled also.

It will be floating.

2. What does PWM_Start() do if i yet to configure the PWM_WriteCompare(value)?

You must set a initial compare value in the component, or you will not pass the project programming.

View solution in original post

0 Likes
1 Reply
LinglingG_46
Moderator
Moderator
Moderator
500 solutions authored 1000 replies posted 10 questions asked

1. What does the PWM_Stop() do to the line output?

The Line output will be disabled also.

It will be floating.

2. What does PWM_Start() do if i yet to configure the PWM_WriteCompare(value)?

You must set a initial compare value in the component, or you will not pass the project programming.

0 Likes