PWM control using QN9080

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

PWM control using QN9080

跳至解决方案
1,493 次查看
roem
Contributor II

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?

标记 (4)
0 项奖励
回复
1 解答
1,456 次查看
nxf56274
NXP Employee
NXP Employee

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.
-------------------------------------------------------------------------------

在原帖中查看解决方案

5 回复数
1,487 次查看
nxf56274
NXP Employee
NXP Employee

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.
-------------------------------------------------------------------------------

0 项奖励
回复
1,481 次查看
roem
Contributor II

roem_0-1607643325702.png

 

Hi,

Here's the code.

 

Thx.

 

 

0 项奖励
回复
1,473 次查看
nxf56274
NXP Employee
NXP Employee

Hi,

The red circle code, you needn't put it in the function. deinit should be removed. 

3.png

 

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.
-------------------------------------------------------------------------------

0 项奖励
回复
1,469 次查看
roem
Contributor II

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?

0 项奖励
回复
1,457 次查看
nxf56274
NXP Employee
NXP Employee

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.
-------------------------------------------------------------------------------