How to view code size and SRAM usage in the Keil development environment?

Post Reply
a_ziliu
Posts: 207
Joined: 20 Mar 2017, 10:52

27 Mar 2017, 14:00

After programming, Keil will display the following message:
Program Size: Code=86496 RO-data=9064 RW-data=1452 ZI-data=16116
The parameters have the following meanings:
Note: The unit is Byte.

When programming, the occupied space in Flash is: Code+(RO-data)+(RW-data)
When a program is running, the space used for the internal SRAM inside the chip is: (RW-data)+(ZI-data)

Post Reply
  • Information
  • Who is online

    Users browsing this forum: No registered users and 2 guests