[FX3] Get Memory Usage?

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

cross mob
HuYa_4249091
Level 4
Level 4
25 replies posted 25 sign-ins 10 replies posted

Hi, where could I get the information for Memory Usage after compiling, such as code area, data area & RTOS managed heap area?

Any help will be highly appreciated!
Hughes

0 Likes
1 Solution
JayakrishnaT_76
Moderator
Moderator
Moderator
First question asked 1000 replies posted 750 replies posted

Hello Hughes,

The code area used by the application will be same as the size of the image file obtained after building the project.

The data and bss region used by the project can be understood by referring to the .map file which will be found in the debug drop down available under the project in project explorer in EZ USB suite. For the project below, it will be in GpifToUsb.map.

JayakrishnaT_76_0-1616381429130.png

 

The heap area is allocated at run time.

Best Regards,
Jayakrishna

View solution in original post

1 Reply
JayakrishnaT_76
Moderator
Moderator
Moderator
First question asked 1000 replies posted 750 replies posted

Hello Hughes,

The code area used by the application will be same as the size of the image file obtained after building the project.

The data and bss region used by the project can be understood by referring to the .map file which will be found in the debug drop down available under the project in project explorer in EZ USB suite. For the project below, it will be in GpifToUsb.map.

JayakrishnaT_76_0-1616381429130.png

 

The heap area is allocated at run time.

Best Regards,
Jayakrishna