cymcuelftool "code:" "sram:" units?

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

cross mob
CaKu_4284131
Level 5
Level 5
50 replies posted 25 replies posted 10 likes received

When I build my application I see something this:

"C:\Program Files (x86)\Cypress\PDL\3.1.1\tools\win\elf\cymcuelftool.exe" -A "x.cydsn\CortexM4\ARM_GCC_541\Debug\x.elf"

code:256136 sram:115904

In what units are "code:" and "sram:"? How can I tell how full my CY8C6347BZI-BLD53 is getting?

0 Likes
1 Solution

Great, thanks, Rakshith!

So, it looks like I'm using about 25% of 1-MB Application Flash, and about 40% of 288-KB SRAM.

View solution in original post

0 Likes
2 Replies
Rakshith
Moderator
Moderator
Moderator
250 likes received 1000 replies posted 750 replies posted

Hi CaKu_4284131​,

The code and sram results of cymcuelftool are in terms of number of bytes. You can find information about the memory available by referring to PSoC 63 BLE datasheet. -

pastedImage_0.png

From this, you can calculate the remaining memory.

Thanks and Regards,

Rakshith M B

Thanks and Regards,
Rakshith M B
0 Likes

Great, thanks, Rakshith!

So, it looks like I'm using about 25% of 1-MB Application Flash, and about 40% of 288-KB SRAM.

0 Likes