Content originally posted in LPCWare by HaukeR on Thu Feb 13 13:44:04 MST 2014
Quote: TheFallGuy
They all look like random data to me. Did you mess with the linker script?
Actually I posted a not so smart excerpt, the commands before and after were actually pieces of code that made sense (the fragments here, were actually data (which should be loaded by the ldr command, if you look closely)
I used the managed linker script, so i did not change a thing on them.
Quote:
This looks like you are trying to link in some code built for ARM state. But LPC1115 is Thumb only.
As said above, i used the managed linker script option, so it was generated automatically. I once had such a bug on the LPC1114, where the auto-generated linker script actually linked in some ARM instructions. I found a bug fix for that on the web (can't remember how it worked out in the end).
Can this be a similar issue?