We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac39e43 commit 2376c32Copy full SHA for 2376c32
libraries/Portenta_SDRAM/ram_internal.c
@@ -60,7 +60,7 @@ bool sdram_init(void) {
60
static MDMA_HandleTypeDef mdma_handle;
61
GPIO_InitTypeDef gpio_init_structure;
62
63
- //FMC_SDRAM_Clock_Config();
+ FMC_SDRAM_Clock_Config();
64
65
/* Enable FMC clock */
66
__HAL_RCC_FMC_CLK_ENABLE();
0 commit comments