cancel
Showing results for 
Search instead for 
Did you mean: 

Hello to all. I just wanted to mention that the calculation of the working frequency of the USB port, in the library module "stm32f3xx_hal_rcc_ex.c", line 1228, in the function "HAL_RCCEx_GetPeriphCLKFreq", in case the USB prescaler is set as PLLfreq / 1.

elb-lab
Associate II
 
1 REPLY 1
elb-lab
Associate II

Hello to all. I just wanted to mention that the calculation of the working frequency of the USB port, in the library module "stm32f3xx_hal_rcc_ex.c", line 1228, in the function "HAL_RCCEx_GetPeriphCLKFreq", in case the USB prescaler is set as PLLfreq / 1.5, the frequency of the PLL is MULTIPLIED by 1.5 instead of divided.