This is a tool can generate a DDR3 script easily for i.MX53 and only need input several parameters based on using DDR datasheet and system architecture.
Please find i.Mx6DQSDL DDR3 Script Aid through below link.
Please find i.Mx6DQSDL LPDDR2 Script Aid through below link.
Please find i.Mx6SL LPDDR2 Script Aid through below link.
Any questions are welcome!
Hi LinWang,
Could you update DDR stress test tool for i.MX53 same as i.MX6?
Best Regards,
Satoshi Shimoda
Sorry, I am not the owner.
As I know we don;t have such plan.
An old DDR calibration tool can be found through following link.
Hi LinWnag,
Thank you for creating the link.
It helps us.
Best Regards,
Satoshi Shimoda
As a convenience, I updated the document to add a tab for generating a script compatible with Lauterbach's TRACE32 software. As I don't seem to be able to attach it here, please feel free to contact me if you're interested.
The changes are actually fairly simple:
mem set 0x021b080c 32 0x00000000 # MPWLDECTRL0 PHY0
becomes:
Data.Set 0x021b080c %Long 0x00000000 ; MPWLDECTRL0 PHY0
Comments are ';', use "Data.Set" to write to memory, 32-bit values are preceeded by %Long, 16-bit by %Short.
(I also added comments to the MPWLDECTRLn registers in the script)