| |||||
Technical Support Support Resources
Product Information | LX51: RESET VECTOR JUMPS OUTSIDE STARTUP AREAInformation in this article applies to:
SYMPTOMMy Philips MX program won't execute because the initial jump from the boot vector goes outside the 256 byte startup area. CAUSEYour 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. RESOLUTIONJust 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. STATUSThis will be fixed in a future release. MORE INFORMATIONLast Reviewed: Wednesday, March 09, 2005 | ||||
| |||||