Hi,
use only RAM which you have initialized. If you use unitialized RAM you will get multibit ECC faults on read.
As I have explained above. Initialize RAM by parts according to you SW needs.
So if your main use RAM which is not yet initialized, do init first and then execute the code which is using it.
There is no real issue here.
regards,
Peter