Skip to content

Commit 68cd3ad

Browse files
etienne-lmsfabiobaltieri
authored andcommitted
boards: st: stm32h745i_disco: increase FMC SDRAM clock period
Testing full SDRAM access on stm32h745i_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 d8ed0f8 commit 68cd3ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boards/st/stm32h745i_disco/stm32h745i_disco_stm32h745xx_m7.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@
275275
STM32_FMC_SDRAM_MWID_16
276276
STM32_FMC_SDRAM_NB_4
277277
STM32_FMC_SDRAM_CAS_2
278-
STM32_FMC_SDRAM_SDCLK_PERIOD_2
278+
STM32_FMC_SDRAM_SDCLK_PERIOD_3
279279
STM32_FMC_SDRAM_RBURST_ENABLE
280280
STM32_FMC_SDRAM_RPIPE_0>;
281281
st,sdram-timing = <2 7 4 7 2 2 2>;

0 commit comments

Comments
 (0)