You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cargo build generates an ELF executable file as a output format which contains many additional data that will not be transferred to the CH32XXX chip. Is there a way for me to know the exact size of my firmware binary so I can keep track of how much flash is being used?
So far I found that cargo bloat can give me the size of the .text section of the binary's ELF format. Is there a better way?
The text was updated successfully, but these errors were encountered:
Cargo build generates an ELF executable file as a output format which contains many additional data that will not be transferred to the CH32XXX chip. Is there a way for me to know the exact size of my firmware binary so I can keep track of how much flash is being used?
So far I found that cargo bloat can give me the size of the .text section of the binary's ELF format. Is there a better way?
The text was updated successfully, but these errors were encountered: