cancel
Showing results for 
Search instead for 
Did you mean: 

What is 'digbypass clock source'?

diverger
Senior

Hi,

I started a design with STM32U5 series MCU. In the STM32CubeX's HSE settings, there is a new option "DIGBYPASS Clock Source'. What's the differences with the old 'bypass clock source'?

Thanks.

1 ACCEPTED SOLUTION

Accepted Solutions
Bouraoui Chemli
ST Employee

The digital bypass mode is the same as the old bypass mode. The external user clock must comply with the specifications provided in Table 77 high-speed external user clock characteristics. (see STM32U575 datasheet).

 

View solution in original post

2 REPLIES 2
Uwe Bonnes
Principal III

Probably DIGBYPASS is an obfuscation of RCC_CR_HSEEXT:

Bit 20
HSEEXT: HSE external clock bypass mode

This bit is set and reset by software to select the external clock mode in bypass mode.
External clock mode must be configured with HSEON bit to be used by the device. This bit
can be written only if the HSE oscillator is disabled. This bit is active only if the HSE bypass
mode is enabled.
0: external HSE clock analog mode
1: external HSE clock digital mode (through I/O Schmitt trigger)
Bit 19

Bouraoui Chemli
ST Employee

The digital bypass mode is the same as the old bypass mode. The external user clock must comply with the specifications provided in Table 77 high-speed external user clock characteristics. (see STM32U575 datasheet).