4.11.2 Functions
bl_result_t BL_Initialize (void)
Performs the initialization steps required to configure the bootloader peripherals.
bl_result_t BL_BootCommandProcess (uint8_t *commandBuffer, uint16_t commandLength)
Executes the required action based on the block type received in the bootloader data buffer.
void BL_ApplicationStart (void)
Performs actions to jump the MCU program counter to the application start address.
bool BL_CheckForcedEntry (void)
Checks the software entry flags for a forced entry into Bootloader mode.
bl_result_t BL_CopyImageAreas (uint8_t srcImageId, uint8_t destImageId)
Performs a direct internal memory copy of one image space to another.
