Memory analyze with ModusToolbox

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

cross mob
rymi_3859196
Level 1
Level 1
First question asked

Hi guys.

I am working on PSoC 6 Wi-Fi BT Prototyping KitP

and I am wondering how I can analyze the memory size of the heap when debugging.

I am using the latest Modus Toolbox on macOS.

0 Likes
1 Solution
Takashi_M
Moderator
Moderator
Moderator
1000 replies posted 500 solutions authored 750 replies posted

You can check memory size as following.

pastedImage_0.png

This uses the Expression view in the Debugger and shows the size (in bytes) of dividerType and dividerNum in this case (example).

View solution in original post

0 Likes
2 Replies
Takashi_M
Moderator
Moderator
Moderator
1000 replies posted 500 solutions authored 750 replies posted

Dear Author,

Apologize for late response, but a little bit more time is needed.

Will update this thread as soon as possible, if some confirmation is done.

thank you.

0 Likes
Takashi_M
Moderator
Moderator
Moderator
1000 replies posted 500 solutions authored 750 replies posted

You can check memory size as following.

pastedImage_0.png

This uses the Expression view in the Debugger and shows the size (in bytes) of dividerType and dividerNum in this case (example).

0 Likes