Skip to main content
AASD.1
Associate II
June 7, 2023
Question

STM32H743ZIT6,What is the maximum turnover frequency about GPIO with Timer?

  • June 7, 2023
  • 3 replies
  • 1569 views

I want to output 5MHz PWM as other chip CLK signal.How to do it?

This topic has been closed for replies.

3 replies

S.Ma
Principal
June 7, 2023

It there are no other omitted details, use a TIMER in PWM mode (output compare channel).

Most GPIO have SPEED field and max toggling frequency maybe in the 50+ MHz range.

For the PWM frequency duty/period/step size, it's all about timer configuration. Usually NUCLEO-H7 SW example exists for TIMER with PWM output. Just remember that HAL do not provide API to change the PWM duty cycle (was not expected?), you write the TIMER HW registers directly or through the LL.

AScha.3
Super User
June 7, 2023

ON h743 port can up to 220MHz , at 11 power setting:


_legacyfs_online_stmicro_images_0693W00000dDHs2QAG.png

"If you feel a post has answered your question, please click ""Accept as Solution""."