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.

File Size issue in ROM Bootloader

Other Parts Discussed in Thread: TM4C123GH6ZRB

Hi,

I made a program for displaying LED on TM4C123GH6ZRB on CCS using TIVA emulator . Size of output file is something closer to 28 Kb . However, when i look at the memory allocation of the project it shows 1.4 kb consumed by flash and 2 kb consumed by SRAM . so where does the rest of the output goes ? 

and my ultimate aim is to remove debugging interface and i want to upload the image using ROM_Bootloader ,so what part of output file should i sent to tiva using loader ?