Part Number: TMS320F280049
Hi,
I'm using F280049c for CAN UDS bootloader situation.
What we used is F280049c's Flash API library with RAM application.
We see a phenomenon that MCU will go to NMI interrupt ,which is caused by FLUNCERR flag, when doblank_check function, and some other flash operations.
We found that the ECC is enabled by default.
Flash_enableECC(eccBase);
Only if we disable ECC check for Flash. The whole process will be successful.And we double check the data writed into the memory with the orginal hex file. We dowrite the right data.
So, Is there something should I care about that causing ECC error?
Regards
Arrow