Skip to content

Commit c55210f

Browse files
Correct vector table and ram size definitions
1 parent 23c4d6f commit c55210f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

targets/TARGET_TOSHIBA/TARGET_TMPM46B/device/TOOLCHAIN_ARM_STD/tmpm46bf10fg.sct

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
#endif
2828

2929
#if !defined(MBED_RAM_SIZE)
30-
#define MBED_RAM_SIZE 0x30000
30+
#define MBED_RAM_SIZE 0x80000
3131
#endif
3232

3333
#if !defined(MBED_CONF_TARGET_BOOT_STACK_SIZE)
@@ -39,7 +39,7 @@
3939
#endif
4040

4141
#define Stack_Size MBED_CONF_TARGET_BOOT_STACK_SIZE
42-
#define VECTOR_SIZE 0x320
42+
#define VECTOR_SIZE 0x1E0
4343

4444
#define RAM_FIXED_SIZE (MBED_CONF_TARGET_BOOT_STACK_SIZE + VECTOR_SIZE)
4545
#define MBED_IRAM1_START (MBED_RAM_START + VECTOR_SIZE)

0 commit comments

Comments
 (0)