Tool/software:
Hi,
I wrote an app where all parts are in DDR (except the IVT in TCM)
After compilation and link I get the size of hs_fs ~ 900K but the size of *.out (for debugger) is 86M !
Maybe it's zero padded.
When I put section .text in MSRAM it becomes 12M - which is reasonable but in this core-1 I have no MSRAM available at all.
How can I reduce the out file size if all mapped to DDR ?
Thanks,
Eli