How can I find the size of Flash and RAM used by a firmware?
- by Asad
Hi Fellas,
Please help me in finding 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 is just looking at the size of hex files (.hex) enough for locating the size of ROM?
Please suggest!