Hello
I have the following questions in sdl_ex_ram_ecc_parity_test.c file:
1- In runCorrectableECCTest and runUncorrectableECCTest, Why are you following this sequence?
1. Walk through an M0 RAM location until every bit has had a single-bit error injected into it.
2. Walk through a M0 RAM location until every ECC bit for the lower 16 bits (bits 6:0) has had an error injected into it.
3. Walk through a M0 RAM location until every ECC bit for the upper 16 bits (bits 14:8) has had an error injected into it.
2- Why did you choose to test M0 only not M0 and M1? I am using in my project M0 and M1 shall I implement tests for both or testing M0 is enough?
3- In my project I use also LS0 and LS1, I am required to run the RAM ECC tests on them?
4- Why did you choosed to run the parity tests on LS1 and ECC tests on M0? I mean not covering all the memoried in parity test and ECC test?
5- Why are you load the original data into m0Data(Restore m0Data) at every for loop not one time at the end of the test?
Thanks,
