Skip to content

Commit c4df2db

Browse files
etienne-lmsfabiobaltieri
authored andcommitted
boards: st: stm32h750b_dk: increase FMC SDRAM clock period
Testing full SDRAM access on stm32h750b_disco showed instabilities and corrupted accessed. Increasing the FMC SDRAM clock period fixes the issue. This change ensures stability of transactions with the SDRAM but may be sub-optimized regarding performances. An alternate correction would need further investigations in the FMC interface timings and clocks configuration. Signed-off-by: Etienne Carriere <[email protected]>
1 parent 68cd3ad commit c4df2db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boards/st/stm32h750b_dk/stm32h750b_dk-common.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@
237237
STM32_FMC_SDRAM_MWID_16
238238
STM32_FMC_SDRAM_NB_4
239239
STM32_FMC_SDRAM_CAS_3
240-
STM32_FMC_SDRAM_SDCLK_PERIOD_2
240+
STM32_FMC_SDRAM_SDCLK_PERIOD_3
241241
STM32_FMC_SDRAM_RBURST_ENABLE
242242
STM32_FMC_SDRAM_RPIPE_1>;
243243
st,sdram-timing = <2 7 4 7 2 2 2>;

0 commit comments

Comments
 (0)