4.5.2.1 DIAG_EEPROM_CalculateStoreCRC16

Software Requirement Reference ID : SW_EEPROM_MEMORY_CHECKSUM_CRC_TEST_01. This API calculates 16-bit CRC for a given EEPROM memory region and stores the same at EEPROM address indicated by storeAddress argument.

diag_crc_status_t DIAG_EEPROM_CalculateStoreCRC16(
    uint32_t startAddress,    uint32_t length,    uint32_t storeAddress
)

Parameters

[in] startAddress

uint32_t

- starting address of EEPROM memory region to be considered for CRC

[in] length

uint32_t

- number of bytes from startAddress to be considered for CRC

[in] storeAddress

uint32_t

- the EEPROM address where calculated CRC will be stored

Returns