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