3.3.18.1 Functions
-
static void DIAG_FLASH_CalculateCRC16 (uint16_t startAddress, uint16_t length, uint16_t *crcSeed)
The CRC Flash test implements the periodic modified checksum (H.2.19.3.1) defined by the IEC 60730 standard. This API calculates 16-bit CRC with Direct Computation method for given FLASH memory region. This API will be used by DIAG_FLASH_CalculateStoreCRC16 and DIAG_FLASH_ValidateCRC16.
-
diag_crc_status_t DIAG_FLASH_CalculateStoreCRC16 (uint16_t startAddress, uint16_t length, uint16_t storeAddress)
The CRC Flash test implements the periodic modified checksum (H.2.19.3.1) defined by the IEC 60730 standard.
-
diag_crc_status_t DIAG_FLASH_ValidateCRC16 (uint16_t startAddress, uint16_t length, uint16_t refAddress)
The CRC Flash test implements the periodic modified checksum (H.2.19.3.1) defined by the IEC 60730 standard.