aboutsummaryrefslogtreecommitdiffstats
path: root/demos/SPC5
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2015-11-25 16:52:17 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2015-11-25 16:52:17 +0000
commitb5a03ba3d2cd190b6ed0f0fc73452d02e40744ea (patch)
tree1012c4a4046d7f07815e93f4ecaaafd389b46f7a /demos/SPC5
parent2209389203372491692c05b891f2f30ff038902e (diff)
downloadChibiOS-b5a03ba3d2cd190b6ed0f0fc73452d02e40744ea.tar.gz
ChibiOS-b5a03ba3d2cd190b6ed0f0fc73452d02e40744ea.tar.bz2
ChibiOS-b5a03ba3d2cd190b6ed0f0fc73452d02e40744ea.zip
SPC56EC demo for CW added.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8526 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/SPC5')
-rw-r--r--demos/SPC5/RT-SPC56EC-EVB/cw/ch/ch.lcf23
-rw-r--r--demos/SPC5/RT-SPC56EC-EVB/cw/ch/ch.mcpbin62713 -> 62713 bytes
2 files changed, 10 insertions, 13 deletions
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
--- a/demos/SPC5/RT-SPC56EC-EVB/cw/ch/ch.mcp
+++ b/demos/SPC5/RT-SPC56EC-EVB/cw/ch/ch.mcp
Binary files differ