Keil™, An ARM® Company

Technical Support

L166: AVOIDING CODE IN INTERRUPT VECTOR SPACE


Information in this article applies to:

  • C166 Version 4.01

SYMPTOMS

The C166 Compiler puts program code in the interrupt vector memory area that is unused. How do I get the compiler to stop doing that?

CAUSE

The C166 Compiler attempts to use every bit of code space available. You may direct the linker to avoid the interrupt vector space by adjusting the starting address for program code in the Target Options dialog box in µVision.

RESOLUTION

  1. Select the Options for Target... item from the Project menu. The Options... dialog box displays.
  2. In the external memory section, set the start address of your first EPROM/FLASH device to 0x000200. This is already set to 0x000000.
  3. Adjust the size of the device DOWN by 0x200 bytes. For example, if the EPROM is a 64K EPROM, the adjusted size will be 0x00FE00.
  4. Rebuild the project and check the contents of the MAP file. The compile no longer places program code in the interrupt vector space.

MORE INFORMATION

  • Refer to CLASSES in the L166 User's Guide.

Last Reviewed: Friday, July 15, 2005


Did this article provide the answer you needed?
 
Yes
No
Not Sure