This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Size of App to big

Hello

I try to built my own Bootloader and my own app.

Now I have problems with the tiobj2bin.

My code compiles to a test.out with a size of  161kB, but the tiopj2bin makes a test.bin with a size of 1GB.

my map file says

MEMORY CONFIGURATION

         name            origin    length      used     unused   attr    fill

----------------------  --------  ---------  --------  --------  ----  --------

  IRAM_MEM      40300000   0000ffff  00000110  0000feef  RWIX

  DDR_MEM        80000000   07ffffff  0000b438  07ff4bc7  RWIX

 

Where is my problem,

What can I try to solve the problem?

regards Tobias