| |||||
Technical Support Support Resources
Product Information | RTX51: UNABLE TO DEFINE INTERRUPTS - CODE SPACE OVERLAPInformation in this article applies to:
QUESTIONI have defined a serial interrupts in a file called SERIAL.C. When I build my project I receive the following linker warning: Warning L5: CODE SPACE MEMORY OVERLAP for the address range 0023H - 0029H, which is where the serial interrupt vector is located. Looking at the map file, it appears that RTX51 has reserved all the interrupt vectors by locating 7 byte absolute segments at each vector location. If that's really the case, then how do I create an interrupt service routine? ANSWERThis was a problem with older versions of RTX51. It has been solved in Version 5.10. Note that the link order of the files is critical. The file in which the serial interrupt is defined must be processed before the RTXCONF.A51 file, so that the linker processes the serial interrupt segment before the RTX absolute segments. To ensure this, you must perform the following steps:
In the latest version of RTX51, the file order doesn't matter. However, you must use the RTXCONF.A51 and RTXSETUP.DCL files that come with the latest version. MORE INFORMATION
SEE ALSOLast Reviewed: Friday, July 15, 2005 | ||||
| |||||