Correct vector table and ram size definitions

pull/14345/head
Harrison Mutai 2021-03-01 15:30:31 +00:00
parent 23c4d6f4e2
commit c55210fdc4
1 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@
#endif
#if !defined(MBED_RAM_SIZE)
#define MBED_RAM_SIZE 0x30000
#define MBED_RAM_SIZE 0x80000
#endif
#if !defined(MBED_CONF_TARGET_BOOT_STACK_SIZE)
@ -39,7 +39,7 @@
#endif
#define Stack_Size MBED_CONF_TARGET_BOOT_STACK_SIZE
#define VECTOR_SIZE 0x320
#define VECTOR_SIZE 0x1E0
#define RAM_FIXED_SIZE (MBED_CONF_TARGET_BOOT_STACK_SIZE + VECTOR_SIZE)
#define MBED_IRAM1_START (MBED_RAM_START + VECTOR_SIZE)