Index: Integrity.c =================================================================== diff -u -red0b0d9fd80ba2e66bf6566ef47197812aec2b7a -r2e671719283f1c2223acf55cefdb8332c1390671 --- Integrity.c (.../Integrity.c) (revision ed0b0d9fd80ba2e66bf6566ef47197812aec2b7a) +++ Integrity.c (.../Integrity.c) (revision 2e671719283f1c2223acf55cefdb8332c1390671) @@ -39,7 +39,7 @@ #ifndef _VECTORCAST_ // This address is redefined in VectorCAST again -#define CRC_TABLE_STARTING_ADDR 0x20 ///< The starting address of CRC table for firmware image. +#define CRC_TABLE_STARTING_ADDR 0x10020 //0x20 ///< The starting address of CRC table for firmware image. #endif #define MAX_CRC_CALC_DATA_SIZE 0x8000 ///< The maximum size of data for each CRC calculation. #define SERR 0x00000001 ///< Bit 0 - Single-bit error in TCRAM Module Error Status Register