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 ?