Hi,
I am trying to implement DDR3 ECC on my custom board. Could you please help us by providing any example code(if available) for ECC interrupt and to enable the ECC for C665x.
Thanks & Regards,
Rakesh Modi
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi,
I am trying to implement DDR3 ECC on my custom board. Could you please help us by providing any example code(if available) for ECC interrupt and to enable the ECC for C665x.
Thanks & Regards,
Rakesh Modi
Hi Rakesh Modi,
For Keystone - I devices, I don't think, there is a sample code to demonstrate the DDR3 ECC support.
But for Keystone - II devices, in u-boot source , implementation of DDR3 ECC is available. You can refer to that code for understanding the ECC initialization and configuration and check how it can be re-used for C665x.
You can get the u-boot source code through cloning the git repository. In linux machine, you can use the below command to get the u-boot source.
$git clone git://git.ti.com/keystone-linux/u-boot.git u-boot-keystone
Regards,
Shankari
-------------------------------------------------------------------------------------------------------
Please click the Verify Answer button on this post if it answers your question.
--------------------------------------------------------------------------------------------------------