3.3.20.1 Functions
-
diag_crc_status_t DIAG_FLASH_CalculateStoreCRC32 (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. 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_ValidateCRC32 (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.