We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc213e8 commit ad3f8ffCopy full SHA for ad3f8ff
board/iotdk/configs/10/target_mem_config.h
@@ -48,12 +48,6 @@
48
#define ONCHIP_FLASH_SIZE 0x40000
49
#define ONCHIP_FLASH_BASE 0x0
50
51
-#define ARC_X_MEM_START 0xC0000000
52
-#define ARC_X_MEM_SIZE 0x8000
53
-
54
-#define ARC_Y_MEM_START 0xD0000000
55
-#define ARC_Y_MEM_SIZE 0x8000
56
57
#ifdef ARC_FEATURE_ICCM_PRESENT
58
#ifndef ICCM_SIZE
59
#define ICCM_SIZE ARC_FEATURE_ICCM_SIZE
@@ -124,6 +118,11 @@
124
118
#define REGION_EXT_RAM_SIZE EXT_RAM_SIZE
125
119
#endif
126
120
121
+#ifndef REGION_EXT_ROM_START
122
+#define REGION_EXT_ROM_START EXT_ROM_START
123
+#define REGION_EXT_ROM_SIZE EXT_ROM_SIZE
+#endif
+
127
/* When the mcuboot used, need to set the specific memory layout of ROM */
128
#ifdef LIB_MCUBOOT
129
#ifdef USE_APPL_MEM_CONFIG
0 commit comments