Share My Creation Keil uVision Map Viewer

Hi,

For those who do a bit of embedded and use Keil uVision 5, I have written a small utility called Keil Map Viewer.

This app reads the selected uVision map file - *.m in the Listings directory, scans the file for memory regions then displays them in a custom list view.

Snag_3839e2b7.png


It produces output similar to the STM32CubeIDE Build Analyzer.

Once you have selected the map file you can refresh the output bu pushing the refresh button.

It is work in progress. I hope to add another tab with a tree of the memory objects under each region, again same as STM32CubeIDE.

At some stage I will add the input map filename as an argument so the app can be bolted into Keil uVision as an addon.

It has a few wrinkles:

- It uses sqlite databases to store the recent files list and the map extraction without any vacuuming of the data bases so they will grow over time. If they get to big download sqLite Studio and manually vacuum them.

Hope someone finds this useful.

It builds as a package OK.

Regards Rob
 

rgarnett1955

Active Member
Licensed User
Longtime User
Hi,

No problem.

I have attached a zip of it.

I don't know if it will work with newer versions of uVision .map files as I don't use uVision any more. I now use STM32CubeIDE (Eclipse).

But it should be easy to get it to work.

You could probably add a few other features as uVision doesn't provide much analytical stuff.

Kind
Regards
Rob
 

Attachments

  • KeilMemMapViewer.zip
    258.6 KB · Views: 10
Top