4.1.1 Functions

  • static void CRC32_Calculate (uint32_t startAddress, uint32_t length, uint32_t *crc)

    Calculates the CRC32 checksum for a specified memory region.

  • static bl_result_t CRC32_Validate (uint32_t startAddress, uint32_t length, uint32_t crcAddress)

    Validates the CRC32 checksum for a specified memory region.

  • bl_result_t BL_ImageVerify (void)

    Performs a verification sequence on the staging area image memory space.