summaryrefslogtreecommitdiff
path: root/MK20DN512xxx10_flash.ld
diff options
context:
space:
mode:
Diffstat (limited to 'MK20DN512xxx10_flash.ld')
-rw-r--r--MK20DN512xxx10_flash.ld4
1 files changed, 2 insertions, 2 deletions
diff --git a/MK20DN512xxx10_flash.ld b/MK20DN512xxx10_flash.ld
index 6e2a3d4..56a0cc3 100644
--- a/MK20DN512xxx10_flash.ld
+++ b/MK20DN512xxx10_flash.ld
@@ -50,8 +50,8 @@
/* Entry Point */
ENTRY(Reset_Handler)
-HEAP_SIZE = DEFINED(__heap_size__) ? __heap_size__ : 0x0400;
-STACK_SIZE = DEFINED(__stack_size__) ? __stack_size__ : 0x0400;
+HEAP_SIZE = DEFINED(__heap_size__) ? __heap_size__ : 0x4000;
+STACK_SIZE = DEFINED(__stack_size__) ? __stack_size__ : 0x4000;
M_VECTOR_RAM_SIZE = DEFINED(__ram_vector_table__) ? 0x0400 : 0x0;
/* Specify the memory areas */