Hi all, i am developing a firmware for ARM7 controller using keil microvision,I have one look up table in my program , i need to put the look up table in particular address in the final executable image, how can i accomplish this,
Thanks And Regards, Kannan
You can define the table in separate file or a section and put that section/file in a fixed location using sctter loading file. For more description/example on scatter loading you can refer to real view linker manual.
Regards
Suvidh