I'm using the QN9080.
I'm generating PWM using SCTimer.
I want to create a function that stops and regenerates the PWM when a specific command is received.
In the example of scimer_simple_pwm, the PWM generation has been tested, but the PWM output does not stop.
I thought using the SCTIMER_StopTimer function would stop the output at zero, but I guess not.
How can I turn the PWM output on and off?
解決済! 解決策の投稿を見る。
Hi,
Some material for you to refer. Send a command string through Bluetooth to control a QN908X three-phase PWM.
The attachment is the code.
Have a great day,
TIC
-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!
- We are following threads for 7 days after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------
Hi,
How did you test? If possible, make some screenshots about your code.
Have a great day,
TIC
-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!
- We are following threads for 7 days after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------
Hi,
Here's the code.
Thx.
Hi,
The red circle code, you needn't put it in the function. deinit should be removed.
Have a great day,
TIC
-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!
- We are following threads for 7 days after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------
Thank you for your answer.
So the PWM is output with the StartTimer, and the PWM is stopped with the StopTimer?
The red circle code was in that function, so it didn't stop?
Hi,
Some material for you to refer. Send a command string through Bluetooth to control a QN908X three-phase PWM.
The attachment is the code.
Have a great day,
TIC
-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!
- We are following threads for 7 days after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------