This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Banked Code Constants

I wonder if anyone knows if it's possible to somehow locate code constants in a banked area without using the LX51 linker (I only have BL51). For instance, I have a configuration with dual flash areas. Area 1 is a common area mapped from 0-7FFF which will contain a "bootloader" of sorts for in-application-programming. Area 2 consists of several banks of paged code mapped from 8000-FFFF. I'd like to place some code constants at location 0x8000 in bank 1, but when I specify this to BL51 it somehow places them at location 0x8000 in the common area (which doesn't exactly exist). I have, of course, specified option "bank 1" for the file which declares them and passed the location I want them at to BL51. Any ideas, or do I need to spring for the PK51 kit which include the LX51 linker?