diff --git a/firmware/lpc1xxx/linkscript.ld b/firmware/lpc1xxx/linkscript.ld index 7138861..a6a7523 100644 --- a/firmware/lpc1xxx/linkscript.ld +++ b/firmware/lpc1xxx/linkscript.ld @@ -37,9 +37,11 @@ SECTIONS { KEEP(*(.irq_vectors)) KEEP(*(table)) - *(.text.main) -. = 0x000002FC ; /* or 1FC for LPC2000 */ +/* or 1FC for LPC2000*/ +/* *(.text.main) +. = 0x000002FC ; KEEP(*(crp)) +*/ *(.text*) *(.rodata*) } > flash