User Activity

Documentation say ADC have max 4Msps, but it refer olways to 60MHz to adc (60MHz * 15 cycle = 4Msps) but manual say ADC max frequency is 170MHz, then 170MHz * 15cycle = 11Msps.This clock is different from Fadc (aka adc kernel clock)?https://www.st.co...
I compiled example from st cube. I found in clock configuration this parameters:RCC_OscInitStruct.PLL.PLLM = RCC_PLLM_DIV6; RCC_OscInitStruct.PLL.PLLN = 85;This give to sysclk 177Mhz and it exceeds max frequency... when I set parameters to:RCC_OscIni...