4.12.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 *bootDataPtr, uint16_t bufferLength)

    Executes the required action based on the block type received in the bootloader data buffer.

  • void BL_ApplicationStart (void)

    Performs actions to jump the microcontroller (MCU) program counter to the application start address.

  • bl_result_t BL_CopyImageAreas (uint8_t srcImageId, uint8_t destImageId)

    Performs a direct internal memory copy of one image space to another.