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.

CCS/EK-TM4C1294XL: Boot-loader effect over SRAM memory

Part Number: EK-TM4C1294XL

Tool/software: Code Composer Studio

Dear Sir,

Good Day .according to my information the boot loader code located at flash memory start from 0x00000000  address then at execution it will coped to SRAM ".text section" then i sent my application over specific interface to the bootloader to write new application at flash after finishing this process the new application will be executed my question is after the execution of the new application Is there any space reserved in SRAM sections (.text , .stack ,.bss & .const) by the bootloader ?  

  • There is no need to reserve space in RAM for the flash bootloader once execution has transferred to the application program. If the bootloader is re-executed, either from reset or a call from the application, the RAM space will be re-initialized by the bootloader.