From b5a03ba3d2cd190b6ed0f0fc73452d02e40744ea Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Wed, 25 Nov 2015 16:52:17 +0000 Subject: SPC56EC demo for CW added. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8526 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- demos/SPC5/RT-SPC56EC-EVB/cw/ch/ch.lcf | 23 ++++++++++------------- demos/SPC5/RT-SPC56EC-EVB/cw/ch/ch.mcp | Bin 62713 -> 62713 bytes 2 files changed, 10 insertions(+), 13 deletions(-) (limited to 'demos/SPC5/RT-SPC56EC-EVB/cw/ch') diff --git a/demos/SPC5/RT-SPC56EC-EVB/cw/ch/ch.lcf b/demos/SPC5/RT-SPC56EC-EVB/cw/ch/ch.lcf index 0596ad34a..0e49bcd1a 100644 --- a/demos/SPC5/RT-SPC56EC-EVB/cw/ch/ch.lcf +++ b/demos/SPC5/RT-SPC56EC-EVB/cw/ch/ch.lcf @@ -18,13 +18,13 @@ */ /* - * SPC560D40 memory setup. + * SPC56EC74 memory setup. */ MEMORY { - rom : org = 0x00000000, len = 0x00040000 + rom : org = 0x00000000, len = 0x00300000 dataflash : org = 0x00800000, len = 0x00010000 - ram : org = 0x40000000, len = 0x00004000 + ram : org = 0x40000000, len = 0x00030000 } __irq_stack_size__ = 0; @@ -40,15 +40,18 @@ SECTIONS { .boot ALIGN(16): { + __ivpr_base__ = .; KEEP(*(.boot)) } - - .handlers (VLECODE) ALIGN(4): { + + .handlers (VLECODE) ALIGN(16): + { KEEP(*(.handlers)) } - .crt0 (VLECODE) ALIGN(4): { - *(.crt0) + .crt0 (VLECODE) ALIGN(16): + { + KEEP(*(.crt0)) } .init: {} @@ -62,12 +65,6 @@ SECTIONS { KEEP(*(.vectors)) } - - .ivors (VLECODE) ALIGN(0x1000): - { - __ivpr_base__ = .; - KEEP(*(.ivors)) - } .code (VLECODE) ALIGN(16): { diff --git a/demos/SPC5/RT-SPC56EC-EVB/cw/ch/ch.mcp b/demos/SPC5/RT-SPC56EC-EVB/cw/ch/ch.mcp index ced1defff..f0273a831 100644 Binary files a/demos/SPC5/RT-SPC56EC-EVB/cw/ch/ch.mcp and b/demos/SPC5/RT-SPC56EC-EVB/cw/ch/ch.mcp differ -- cgit v1.2.3