Previously I had been conducting trials with its ECC test mode with the intent to perform simulated ECC errors while executing written functions. Referenced from TRM 2.12.10.3 SECDED Logic Correctness Check.
1) Based on my test, it seems like the ECC test mode is a complete standalone test which does not rely on any main code/program. If that is the case, is my assumption correct that this method cannot be integrated into a written function to test the ECC integrity when running the codes?
2) Is there any method to test the actual ECC feature on the chip rather than the correctness from test modes' calculation. The aim of my project is to test the device's real operation rather than verifying the ECC calculation algorithm.