| ARM Technical Support Knowledge Articles | |
Applies to: LX51 Linker/Locator
Information in this article applies to:
My Philips MX program won't execute because the initial jump from the boot vector goes outside the 256 byte startup area.
Your version of START_MX.A51 probably has the wrong segment declaration for the startup code. The code that sets MXCON could be linked in the wrong location.
Just before the STARTUP1: label, look for a line similar to:
RSEG ?C_C51STARTUP
...change that to:
CSEG AT 7BH
...that will force the startup code into the proper location.
This will be fixed in a future release.
Article last edited on: 2005-03-09 21:50:20
Did you find this article helpful? Yes No
How can we improve this article?