Skip to main content
Associate III
July 16, 2025
Question

HSE AC timings: tr(HSE), tf(HSE),THSE [STM32H743XGH6]

  • July 16, 2025
  • 2 replies
  • 356 views

NiM_0-1752658040471.png

Do you know the specified values for tr, tf and THSE?

2 replies

KDJEM.1
Technical Moderator
September 1, 2025

Hello @NiM ;

First of all, I apologize for my late reply.

The design is not sensitive to these parameters (tr and tf). 

In bypass mode the signal goes through a GPIO input. So for STM32H7 the constrains are the same as for a GPIO input.

You should respect the VIL and VIH threshold provided in table "Table 60. I/O static characteristics"

 

KDJEM1_0-1756735833146.png

 

I hope this answer your request.

Thank you.

Kaouthar

 

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
Andrew Neil
Super User
September 1, 2025

@KDJEM.1 wrote:

The design is not sensitive to these parameters. 


So why does the datasheet call them out like this?

I think the datasheet needs an update to either remove them, or to say that they're unimportant.

A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.
Andrew Neil
Super User
September 1, 2025

THSE is just the period of the signal; ie, 1/fHSE_ext

A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.