Community Translation - Implementation of PWM in CY8C20x34 Devices - KBA215678

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

cross mob
Kenshow
Level 8
Level 8
Distributor - Marubun (Japan)
50 solutions authored 25 solutions authored 10 solutions authored

Hi,               

I would like to translate KBA215678 into Japanese.

Please confirm to my work.

Thanks,

Kenshow

0 Likes
2 Replies
JennaJo
Moderator
Moderator
Moderator
1000 replies posted 750 replies posted 500 replies posted

Hi, Kenshow san

Confirm to work this KBA.

Thanks,

Jenna

Jenna Jo
0 Likes
Kenshow
Level 8
Level 8
Distributor - Marubun (Japan)
50 solutions authored 25 solutions authored 10 solutions authored

Hi Jenna-san,

                                

Japanese translation was over.
Please check below.

Original KBA:

Implementation of PWM in CY8C20x34 Devices - KBA215678

Thanks.

Kenshow

==============================

タイトル: CY8C20x34デバイスでのPWMの実装-KBA215678

バージョン:*A

質問:

CY8C20x34デバイスにPWMを実装するにはどうすればよいですか?

回答:

CY8C20x34には、PWM出力を生成できる専用のハードウェアブロックがありませんが、この目的で使用できる13ビットタイマーが装備されています。

Timer13ユーザーモジュールは、内部32 kHzのクロックによってクロック13ビットプログラマブルタイマ、割り込みコールバックのための規定を有しています。

Timer13と割り込みコールバックを使用して、周期とデューティサイクルを調整可能な2つのサンプルPWM出力を生成する方法を示す、この記事に添付されているプロジェクトを使用してください。このメソッドは割り込みを使用することに注意してください。したがって、割り込みを処理してPWM信号レベルを生成するために、ある程度のCPUが使用されます。これにより、PWM出力の最小周期または最大周波数が制限されます。

==============================

8-July-2020

Kenshow

0 Likes