Hello,
Could you tell me the bit width needed for DDR3 ECC? I heard that 4 bit ECC lacks for 32 bit data. So I searched for this information. I saw that the bit width needs log2(N)+2.
Ex)
64bit data (N=6); ECC=6+2=8 -> total=72bit
32bit data (N=5); ECC=5+2=7 -> total=39bit? (40bit)
DDR3 controller on C6657 has 36 bit only (data 32bit + ECC 4bit). Is that enough?
Regards,
Kazu