Dear All
After memory initialization, all the ram data are 0, and the ram ecc region is filled with 0x0C.
But when I write to them, no change on ram ecc region
I put these code in main:
(*(volatile uint64 *)(0x08000000U)) = 0xFFFFFFFFFFFFFFFF;
(*(volatile uint64 *)(0x08000008U)) = 0xAAAAAAAAAAAAAAAA;
So why the ram ecc donot update when writing ram, if ram ecc stay 0x0c constantly, how ram ecc detect the fault?
Regards
Leo