I read some topics about placing a const to fixed address by linker. The method is to locate all section, isn't it? My problem is to locate 7 arrays of const(predefined): a1[50]..a7[50]. I want to place a1[] at 0xC07D00, a2[] at 0xC07E00, a3[] at 0xC07F00 and etc. So, how i can do it? Is it true that theese arrays will be united in NCONST class? Thanks!
XVAR is a macro to access xhuge data, please have a look to the Keil web site. http://www.keil.com/support/man/docs/c166/c166_xvar.htm