Hi Support Team,
The buzzer on the board is controlled by using the AM4372 ePWM module on the customer's custom board.
The buzzer sounding ON/OFF (= PWM output ON/OFF) is realized by the following method,
but is there any particular problem in this usage?
-------------------------------------------------
[PWM output ON]
Set CTRMODE[1:0] of TBCTL Register to "00".
Set ZRO[1:0] of AQCTLA Register to "10".
[PWM output OFF]
Set CTRMODE[1:0] of TBCTL Register to "11".
Set ZRO[1:0] of AQCTLA Register to "01".
-------------------------------------------------
If there is a more appropriate control method for ON/OFF control of PWM output, please let me know.
Best regards,
Kanae