aboutsummaryrefslogtreecommitdiffstats
path: root/demos/XMC/RT-XMC1100-XMC_2GO
diff options
context:
space:
mode:
Diffstat (limited to 'demos/XMC/RT-XMC1100-XMC_2GO')
-rw-r--r--demos/XMC/RT-XMC1100-XMC_2GO/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/demos/XMC/RT-XMC1100-XMC_2GO/Makefile b/demos/XMC/RT-XMC1100-XMC_2GO/Makefile
index aee362f1e..50808b6d5 100644
--- a/demos/XMC/RT-XMC1100-XMC_2GO/Makefile
+++ b/demos/XMC/RT-XMC1100-XMC_2GO/Makefile
@@ -24,8 +24,10 @@ ifeq ($(USE_LINK_GC),)
endif
# Linker extra options here.
+# NOTE: On XMC1100 the following symbols are mapped on the words CLK_VAL1 and
+# CLK_VAL2.
ifeq ($(USE_LDOPT),)
- USE_LDOPT =
+ USE_LDOPT = --defsym=MemManage_Handler=0xFFFFFFFF,--defsym=BusFault_Handler=0xFFFFFFFF
endif
# Enable this if you want link time optimizations (LTO)