How do I display a memory map of my variables and their addresses?
I am looking through the .map file but I cannot see a final memory map of all the variables. Is there a way to do this with Keil?
regards
Konrad
No - volatile has nothing to do with scope or lifetime!
"Re-declaring them as static showed them in the memory map. Changing them from automatic to static atually had a detremental impact on the speed"
When they were automatic, they might have been in registers?
But did you actually want them to be global...?