Percent memory utilization

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
EdHa_4455331
Level 5
Level 5
25 replies posted 25 sign-ins 10 replies posted

I am about half way through a project and I would like to see how much RAM and FLASH (for code) has been used up. In most other IDEs I can find this information in the map file produced by the linker. But so far I haven't been able to find this in the map file created by Creator 4.3 or anywhere else in the reports, tabs, etc. that are available.

Can anyone point out to me where I can find this information?

Thanks,

Ed H.

0 Likes
1 Solution
Len_CONSULTRON
Level 9
Level 9
Beta tester 500 solutions authored 1000 replies posted

Ed,

If you are able to successfully build the project as it currently stands, then do the following:

  • Perform a "Clean and Build".
  • The Output window should report NO errors preventing the build and the bottom of the output window should list:

code:412168    sram:35748

--------------- Build Succeeded: 04/29/2020 22:18:08 ---------------

code: = FLASH allocated and sram = RAM used.

Is this what you are looking for?

Len

Len
"Engineering is an Art. The Art of Compromise."

View solution in original post

0 Likes
2 Replies
Len_CONSULTRON
Level 9
Level 9
Beta tester 500 solutions authored 1000 replies posted

Ed,

If you are able to successfully build the project as it currently stands, then do the following:

  • Perform a "Clean and Build".
  • The Output window should report NO errors preventing the build and the bottom of the output window should list:

code:412168    sram:35748

--------------- Build Succeeded: 04/29/2020 22:18:08 ---------------

code: = FLASH allocated and sram = RAM used.

Is this what you are looking for?

Len

Len
"Engineering is an Art. The Art of Compromise."
0 Likes

Yep! Sure enough, there it is. 🙂

0 Likes