Skip to main content
Associate
January 25, 2025
Solved

H7RS HSE Analog Bypass Oscillators

  • January 25, 2025
  • 2 replies
  • 613 views

Hi there, I am designing a product using an STM32H7RS-series MCU, and am looking for some clarification about the operation of the HSE oscillator. I see the H7RS has the option of an "analog" external oscillator in HSE bypass, in addition to the usual "digital" HSE bypass of previous products, and I am very interested in using that analog mode to use a lower voltage clipped sinewave output external oscillator, such as an NDK NT2016SE.

 

My question is do I need anything in series between the STM32H7RS OSC_IN pin and the output pin of the analog (clipped-sine in this case) TCXO? I would assume I'm not supposed to use a series capacitor like the datasheets of these oscillators tend to show, because the STM32H7RS appears to be looking for a DC-biased signal, but before I make a board with no provision for such an inline passive and find out it doesn't work I figured I should double check here.

 

Thanks!

This topic has been closed for replies.
Best answer by Peter BENSCH

Welcome @MWisBest, to the community!

A TCXO such as the NT2016SE, which is only supplied with a positive voltage, can only output a positive output voltage, i.e. a signal with DC offset. The data sheets of those oscillators usually add a series capacitor to remove this DC offset for applications that require a zero-balanced signal.

However, for the analogue HSE of the STM32R/S, you can connect such TCXOs directly without a series capacitor.

Hope that helps?

Regards
/Peter

2 replies

Peter BENSCH
Peter BENSCHBest answer
ST Technical Moderator
January 29, 2025

Welcome @MWisBest, to the community!

A TCXO such as the NT2016SE, which is only supplied with a positive voltage, can only output a positive output voltage, i.e. a signal with DC offset. The data sheets of those oscillators usually add a series capacitor to remove this DC offset for applications that require a zero-balanced signal.

However, for the analogue HSE of the STM32R/S, you can connect such TCXOs directly without a series capacitor.

Hope that helps?

Regards
/Peter

In order 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.
MWisBestAuthor
Associate
February 2, 2025

Thanks Peter! That's what I needed to know.