Skip to content

Commit b701013

Browse files
committed
Portenta: SDRAM: always use alternative clock
Otherwise any overclock/downclock to the main clock will make it unoperable
1 parent 3760db2 commit b701013

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/Portenta_SDRAM/ram_internal.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ bool sdram_init(void) {
6060
static MDMA_HandleTypeDef mdma_handle;
6161
GPIO_InitTypeDef gpio_init_structure;
6262

63-
//FMC_SDRAM_Clock_Config();
63+
FMC_SDRAM_Clock_Config();
6464

6565
/* Enable FMC clock */
6666
__HAL_RCC_FMC_CLK_ENABLE();

0 commit comments

Comments
 (0)