Skip to content

Commit 0b39c7e

Browse files
committed
Merge branch 'hacks_for_new_rev' of github.com:bcmi-labs/ArduinoCore-mbed into hacks_for_new_rev
2 parents e0f0e7e + 25613fc commit 0b39c7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/Portenta_SDRAM/ram_internal.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ static HAL_StatusTypeDef FMC_SDRAM_Clock_Config(void)
4444
RCC_PeriphCLKInitStruct.FmcClockSelection = RCC_FMCCLKSOURCE_PLL2;
4545
RCC_PeriphCLKInitStruct.PLL2.PLL2RGE = RCC_PLL1VCIRANGE_2;
4646
RCC_PeriphCLKInitStruct.PLL2.PLL2M = 5;
47-
RCC_PeriphCLKInitStruct.PLL2.PLL2N = 333;
47+
RCC_PeriphCLKInitStruct.PLL2.PLL2N = 200;
4848
RCC_PeriphCLKInitStruct.PLL2.PLL2FRACN = 0;
4949
RCC_PeriphCLKInitStruct.PLL2.PLL2P = 2;
5050
RCC_PeriphCLKInitStruct.PLL2.PLL2R = 4;

0 commit comments

Comments
 (0)