4.15.20 diag_flash_crc16_lookup.c File Reference

This file contains APIs to test FLASH using CRC16 CCITT Look-up Table algorithm.

Includes

  1. diag_flash_crc16.h
  2. diag_crc16_lookup_table.h
  3. ../../../diag_common/config/diag_config.h
  4. string.h
  5. xc.h

Functions

Table 4-39. diag_crc_status_tDIAG_FLASH_CalculateCRC16 (uint32_t startAddress, uint32_t length, uint16_t *crcSeed)
Parameters

[in] startAddress

uint32_t

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

[in] length

uint32_t

- number of bytes from startAddress to be considered for CRC

[in, out] crcSeed

uint16_t *

- pointer to initial and final CRC

Returns
diag_crc_status_t CRC_OK, CRC_ERROR, CRC_INVALID_ADDRESS, CRC_INVALID_LENGTH