I think In embedded software development, the map file is generated during the compilation process and provides information about the memory usage within the microcontroller's memory space.It's not something you would normally analyze unless you're have memory size or data object placement issues/errors.
https://onlinedocs.microchip.com/ox...UID-93982E50-EBE1-42C0-A760-0AB3F3C7DCAE.html
How do you know how much memory is being used by code and data.My answer is a resounding No.
Sorry. I misinterpreted what you refer to as the map file. In my response above I was thinking of the FAT (file allocation table).How do you know how much memory is being used by code and data.
How do you Identify where different code and data sections are placed in memory?