Hi, david
I have been implemented a non-correctable error injection code on the MPC5675F with reference to the AN5200 and the MPC5674K example code.
also, i am trying to implement an 1bit error injection code, but an 1bit error reporting interrupt does not occur.
My program sequence is as follows.
1. write the original data A(0x0000000000000001) to a flash memory location (Flash_B: 0x00EFC008 ~ C).
2. Over program data A to data B(0x0000000000000002) to the same flash memory location.
Can not inject 1bit errors in this way? or Is the combination of input data A / B wrong?