Part Number: TMS320F28388D
Hi,
Initially I programed flash with Fapi_DataOnly as programming command type and I am able to program Flash without CRC error.
Same code with Fapi_AutoEccGeneration and Fapi_EccOnly as programming command type I am getting CRC error.
I am able to see data in flash successfully loaded as expected. Also for both programming command type functions are configured
taking example code as reference.
I am speculating, data which ECC is storing for every 128 bits is giving me CRC error. is it right?
if Yes where is that data located for me to include in CRC
if No, what can be the potential reason for this error
Thank you