How can I find the size of Flash (ROM) and RAM used by the Firmware? The firmware is implemented using C++. Also I have Keil microvision4; will it be helpful to find the ROM and RAM size?
Or do I need to look at the MAP(.M51) file of the firmware to find the memory sizes?
Or just telling the size of hex files(.hex) file is enough for locating the size of ROM?
A few comments: