We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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
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.