Part Number:TMS320F28377S
Hi Team,
I have a question about ECC.
1. If my customer use CAN to program the flash, if ECC is enabled, then the code will reset continuously. I believe this is due to a ECC fault which triggered the watchdog.
2. If the code is programmed via emulator, no reset will happen.
So, I believe the problem is caused by the flash operations via CAN. I guess it is because the ECC is not re-programmed that caused the error.
Will using this function solve the problem?
Fapi_issueProgrammingCommand((uint32 *)u32Index,Buffer+i,8,0,0,Fapi_AutoEccGeneration);
Thanks!