From cf5d5d80937f0bdcd499b0237f7ed20057411f7a Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 9 May 2019 12:31:31 +0200 Subject: bsp/lpc24xx: Fix dynamic EMC configurations --- bsps/arm/lpc24xx/start/start-config-emc-dynamic.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'bsps/arm/lpc24xx') diff --git a/bsps/arm/lpc24xx/start/start-config-emc-dynamic.c b/bsps/arm/lpc24xx/start/start-config-emc-dynamic.c index fe25af26b9..9124e4f8b0 100644 --- a/bsps/arm/lpc24xx/start/start-config-emc-dynamic.c +++ b/bsps/arm/lpc24xx/start/start-config-emc-dynamic.c @@ -83,7 +83,9 @@ BSP_START_DATA_SECTION const lpc24xx_emc_dynamic_config .trrd = LPC24XX_PS_TO_EMCCLK(15000, 1), /* Load mode register to active or refresh command period 2 tCK */ - .tmrd = 1 /* + 1 */ + .tmrd = 1, /* + 1 */ + + .emcdlyctl = LPC24XX_EMCDLYCTL_DEFAULT } #elif defined(LPC24XX_EMC_IS42S32800D7) /* Dynamic Memory 0: ISSI IS42S32800D7 */ @@ -185,7 +187,8 @@ BSP_START_DATA_SECTION const lpc24xx_emc_dynamic_config .trfc = 5, .txsr = 5, .trrd = 3, - .tmrd = 2 + .tmrd = 2, + .emcdlyctl = LPC24XX_EMCDLYCTL_DEFAULT } #elif defined(LPC24XX_EMC_IS42S32800B) { -- cgit v1.2.3