We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f15f3c commit 1605162Copy full SHA for 1605162
libraries/Portenta_SDRAM/src/ram_internal.c
@@ -39,7 +39,6 @@ static HAL_StatusTypeDef FMC_SDRAM_Clock_Config(void)
39
40
RCC_PeriphCLKInitStruct.PeriphClockSelection = RCC_PERIPHCLK_FMC;
41
RCC_PeriphCLKInitStruct.FmcClockSelection = RCC_FMCCLKSOURCE_HCLK;
42
- RCC_PeriphCLKInitStruct.PLL2.PLL2VCOSEL = RCC_PLL2VCOWIDE;
43
return HAL_RCCEx_PeriphCLKConfig(&RCC_PeriphCLKInitStruct);
44
}
45
0 commit comments