3.8.2.1 DIAG_FLASH_CalculateStoreCRC32
Software Requirement Reference ID : SW_FLASH_MEMORY_CHECKSUM_CRC_TEST_01. This API calculates 32-bit CRC for a given FLASH memory region and stores the same at FLASH address indicated by storeAddress argument.
diag_crc_status_t DIAG_FLASH_CalculateStoreCRC32(
uint16_t startAddress, uint16_t length, uint16_t storeAddress
)
Parameters
[in] startAddress |
uint16_t
- starting address of FLASH memory region to be considered for CRC |
[in] length |
uint16_t
- number of bytes from startAddress to be considered for CRC |
[in] storeAddress |
uint16_t
- the FLASH address where calculated CRC will be stored |
Returns
diag_crc_status_t | CRC_OK= 0, CRC_ERROR= 1, CRC_INVALID_ADDRESS= 2, CRC_INVALID_LENGTH= 3 |