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 bfadb39 commit 0b6eecfCopy full SHA for 0b6eecf
libraries/Portenta_SDRAM/src/ram_internal.c
@@ -89,7 +89,7 @@ bool sdram_init(void) {
89
/* Common GPIO configuration */
90
gpio_init_structure.Mode = GPIO_MODE_AF_PP;
91
gpio_init_structure.Pull = GPIO_PULLUP;
92
- gpio_init_structure.Speed = GPIO_SPEED_FREQ_VERY_HIGH;
+ gpio_init_structure.Speed = GPIO_SPEED_FREQ_MEDIUM;
93
gpio_init_structure.Alternate = GPIO_AF12_FMC;
94
95
/* GPIOD configuration */
0 commit comments