How do I locate a constant variable at the end of code area using the Extended Linker ( LX51 ) ? In myfile source, my constant table is declared as: unsigned char code MyTable[10]= { ... } I would like to locate this constant table (by the corresponding segment at the end of my ROM). I use a Philips chip that provides 96kb of ROM mapped from 0x800000 to 0x817FFF. I use the ROM(HUGE) option in compiler and my application is not a banked one... I try with: - ?CO?myfile(0x817000), i have the L108 linker error - ?CO?myfile(^0x817FFF), i have the L108 linker error Could you help me?
View all questions in Keil forum