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

How to give absolute address to my look up table

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

Parents
  • But one think you really need to know to do is is: are you expected to place initial (and identical) contents there when the chip is programmed, or is this table expected to contain unique information for each chip?

    That affects if your download file should contain data for the area, or if it is enough that the program makes sure nothing else gets stored there.

Reply
  • But one think you really need to know to do is is: are you expected to place initial (and identical) contents there when the chip is programmed, or is this table expected to contain unique information for each chip?

    That affects if your download file should contain data for the area, or if it is enough that the program makes sure nothing else gets stored there.

Children
No data