This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TMS570LS1114: FeeManager Driver: Error during CRC calculation

Part Number: TMS570LS1114
Other Parts Discussed in Thread: HALCOGEN

Hallo, 

In ti_fee_util.c we suspect that the function TI_FeeInternal_FeeManager()  does the CRC calculation with wrong parameters.

in line 2258 , we are expecting the call: 

TI_FeeInternal_Fletcher16(u8WriteDataptrTemp + TI_FEE_BLOCK_OVERHEAD, u16BlockSize);

instead of:

TI_FeeInternal_Fletcher16(u8WriteDataptrTemp, u16BlockSize);

Can someone please confirm (or infirm) this as failure ? We are using HalCoGen 04.07.00

Thanks and Regards,

Alex