You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: targets/TARGET_Analog_Devices/TARGET_ADUCM302X/TARGET_ADUCM3029/TARGET_EV_COG_AD3029LZ/device/system_ADuCM3029.c
Copy file name to clipboardExpand all lines: targets/TARGET_Analog_Devices/TARGET_ADUCM4X50/TARGET_ADUCM4050/TARGET_EV_COG_AD4050LZ/device/system_ADuCM4050.c
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -150,10 +150,10 @@ void SramInit(void)
150
150
ADI_SRAM_BANK_5 |
151
151
ADI_SRAM_BANK_6 |
152
152
ADI_SRAM_BANK_7, true);
153
-
/* To disable the instruction SRAM and entire 64K of SRAM is used as DSRAM */
153
+
/* To disable the instruction SRAM and entire 128K of SRAM is used as DSRAM */
154
154
adi_system_EnableISRAM(false);
155
-
/* To disable the instruction cache */
156
-
adi_system_EnableCache(false);
155
+
/* To enable the 4K instruction cache out of DSRAM */
0 commit comments