Hi TI
We are facing the issue with the ECC of DDR3. Our design is based on the EVM of C5567 platform.
Here is our initialization code: Enable the ECC by setting the InitFlag.ecc = 1:
_________
platform_init_flags InitFlag;
platform_init_config InitConfig;
* Initialize main Platform lib */
memset(&InitConfig, 0, sizeof(platform_init_config));
InitFlag.pll = 1;
InitFlag.ddr = 1;
InitFlag.phy = 1;
InitFlag.ecc = 1;
Platform_STATUS Status = platform_init(&InitFlag, &InitConfig);
_____________
When the ECC is enable then, only in some board, ther eare random error when we'll upload code to DDR3 and launch.
We are using MCSDK_2_01_02_06 and there is no sample code from TI library to show a configuration using InitFlag.ecc = 1.
Is there anything more we should do when we would like to enble the ECC feaure?
Could you please help
BR
Tam Tran