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 23c4d6f commit c55210fCopy full SHA for c55210f
targets/TARGET_TOSHIBA/TARGET_TMPM46B/device/TOOLCHAIN_ARM_STD/tmpm46bf10fg.sct
@@ -27,7 +27,7 @@
27
#endif
28
29
#if !defined(MBED_RAM_SIZE)
30
-#define MBED_RAM_SIZE 0x30000
+#define MBED_RAM_SIZE 0x80000
31
32
33
#if !defined(MBED_CONF_TARGET_BOOT_STACK_SIZE)
@@ -39,7 +39,7 @@
39
40
41
#define Stack_Size MBED_CONF_TARGET_BOOT_STACK_SIZE
42
-#define VECTOR_SIZE 0x320
+#define VECTOR_SIZE 0x1E0
43
44
#define RAM_FIXED_SIZE (MBED_CONF_TARGET_BOOT_STACK_SIZE + VECTOR_SIZE)
45
#define MBED_IRAM1_START (MBED_RAM_START + VECTOR_SIZE)
0 commit comments