2.1.1.4 Functions

  • bl_result_t BL_ImageVerify (void)

    Performs a verification sequence on the application image memory space.

  • 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.