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.
I'am looking for a tool which presents the memory layout generated by the bl51 linker in a graphical form. Do anyone know something like this?
Exporting the overlay map to Excel is an excellent way of presenting the overlay data in an intuitive format that can allow the programmer to fine hone the source code. It is an annoying Keil problem that the overlay map does not present data in perfect columns required for reading into Excel. Truncated function names are the source of the problem and required many repeated had edits as I revised and rebuilt my source. The effort is well worthwhile, I produced graphs with bars covering the range of memory used by each function. Good and poor overlaying was immediately obvious. Keil: can the overlay map be corrected to keep the columns straight? Even better, how about a CSV file for direct import into Excel?