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.
In a compiler I have used earlier it was possible to see directly which databytes were where in the chain so that I did not have to try moving a byte to xdata just to find out that that space was shared by someting else making the move worthless. Is such a table available with Keil? I can make neither head nor tail of the M51 file in this respect. Erik
I minor bit of editing above... s/bit/big/ s/uploade/uploaded/ Now, with that out of the way... Inspecting the sorted output, the addresses having a single data object are where the move to xdata will be the easiest. These are usually associated with data objects having static duration (i.e., globals and those defined static).
Thanks Dan, Just back at work after moving, I'll try it when my brain has come back Erik
OK, and if that simple version does not quite do the trick, we can get a little fancier to get the results you want. "If you can spec it, we can tweak it!" (TM) ;-)