aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/LPC11xx/IRQ_STORM/ch.ld
diff options
context:
space:
mode:
Diffstat (limited to 'testhal/LPC11xx/IRQ_STORM/ch.ld')
-rw-r--r--testhal/LPC11xx/IRQ_STORM/ch.ld10
1 files changed, 5 insertions, 5 deletions
diff --git a/testhal/LPC11xx/IRQ_STORM/ch.ld b/testhal/LPC11xx/IRQ_STORM/ch.ld
index 44f494121..0eff7df98 100644
--- a/testhal/LPC11xx/IRQ_STORM/ch.ld
+++ b/testhal/LPC11xx/IRQ_STORM/ch.ld
@@ -18,16 +18,16 @@
*/
/*
- * ST32F103 memory setup.
+ * LPC1114 memory setup.
*/
-__main_stack_size__ = 0x0400;
-__process_stack_size__ = 0x0400;
+__main_stack_size__ = 0x0100;
+__process_stack_size__ = 0x0100;
__stacks_total_size__ = __main_stack_size__ + __process_stack_size__;
MEMORY
{
- flash : org = 0x08000000, len = 128k
- ram : org = 0x20000000, len = 20k
+ flash : org = 0x00000000, len = 32k
+ ram : org = 0x10000000, len = 8k
}
__ram_start__ = ORIGIN(ram);