What does "RCC_HSE_BYPASS_DIG" mean?
Hi, I see STM32MP1 - M4 use "RCC_HSE_BYPASS_DIG", what does this mean? And from stm32mpcube, does anyone know the calculation below to get 209MHz? RCC_OscInitStruct.PLL.PLLState = RCC_PLL_ON;RCC_OscInitStruct.PLL.PLLSource = RCC_PLL12SOURCE_HSE;RCC_...