cancel
Showing results for 
Search instead for 
Did you mean: 

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

AASD.1
Associate III

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

4 REPLIES 4
S.Ma
Principal

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
Chief II

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