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.

TM4C123BH6ZRB: TM4C123B bootloader use I2C interface

Part Number: TM4C123BH6ZRB

Hi,

I am trace c:\ti\TivaWare_C_Series-2.1.4.178\boot_loader\bl_main.c 

What's happen need "Erase the boot loader"?

//

// Erase the boot loader.
//
for(ui32Temp = 0; ui32Temp < APP_START_ADDRESS;
ui32Temp += FLASH_PAGE_SIZE)
{
//
// Erase this block.
//
BL_FLASH_ERASE_FN_HOOK(ui32Temp);
}

BR,

JK