Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions boards/stm32_common/sdram/stm32-sdram.adb
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ package body STM32.SDRAM is
Configure_IO (SDRAM_PINS,
(Mode => Mode_AF,
AF => GPIO_AF_FMC_12,
AF_Speed => Speed_50MHz,
AF_Speed => Speed_Very_High,
AF_Output_Type => Push_Pull,
Resistors => Pull_Up));

Expand Down Expand Up @@ -243,5 +243,4 @@ package body STM32.SDRAM is
return Ret;
end Reserve;


end STM32.SDRAM;
Loading