This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How will "placing code in ram" affect the "ram size"

Using: Arm Cortex-M3

IDE: Keil

When I placed code in ram, I could see the functions' executing address indeed is in ram address range from map file.

But interesting thing is I found the change of ram size used in map file's summarization is not an order of magnitude compares to the actual size of functions.

Why?